PHP-CSS-Parser icon indicating copy to clipboard operation
PHP-CSS-Parser copied to clipboard

Mark many methods as @internal

Open oliverklee opened this issue 3 years ago • 0 comments

I propose we mark public methods which are not expected to be used when an application parses CSS and uses the result as @internal in order to communicate that these methods may change between releases without deprecation and without a major version change (i.e., in a release that is not expected to have breaking changes according to semantic versioning).

This would allow us to boldy refactor this library without bad surprises for users.

@sabberworm Would this approach be okay for you?

oliverklee avatar Jul 14 '21 20:07 oliverklee