grinder_php_minify 6.2.0
grinder_php_minify: ^6.2.0 copied to clipboard
Grinder plug-in minifying PHP source code by removing comments and whitespace.
Changelog #
6.2.0 #
- Updated the documentation.
- Updated the package dependencies.
6.0.0 #
- Breaking change: renamed the
compress()function tophpMinify(). - Breaking change: renamed the
FastTransformer.defaultAddressstatic property toaddress. - Breaking change: replaced the
compressDirectory(),compressFile()andcompressFiles()methods from theMinifierclass by therun()one. - Breaking change: using
globpatterns instead ofFileSystemEntityparameters for providing the list of files to be processed. - Raised the Dart SDK constraint.
- Replaced Travis CI by GitHub Actions for the continuous integration.
- Updated the package dependencies.
5.0.0 #
- Breaking change: merged all the functions into the
compress()function. - Raised the Dart SDK constraint.
- Updated the package dependencies.
4.2.0 #
- Updated the package dependencies.
- Updated the URL of the Git repository.
4.1.0 #
- Updated the package dependencies.
3.5.0 #
- Updated the package dependencies.
3.4.0 #
- Updated the package dependencies.
3.3.0 #
- Updated the package dependencies.
3.0.0 #
- Breaking change: starting to use and support the Dart 2 SDK.
- Raised the required PHP version.
- Added a user guide based on MkDocs.
- Using optional
constandnew. - Using PHP 7.1 features, like void functions.
- Updated the package dependencies.
2.0.0 #
- Breaking change: changed the signature of the
MinifierandTransformerconstructors. - Breaking change: renamed the
Minifier.processDirectory()method tocompressDirectory. - Breaking change: renamed the
Minifier.processFile()method tocompressFile. - Breaking change: splitted the
phpMinify()function into thecompressDirectory(),compressFile()andcompressFiles()functions. - Added the
Minifier.compressFiles()method. - Added the
TransformModeenumeration.
1.0.1 #
- Fixed a bug with relative file paths.
1.0.0 #
- Breaking change: changed the signature of most class constructors.
- Breaking change: merged the
compress()andcompressFile()functions into thephpMinify()function. - Raised the required Dart version.
- Breaking change: removed the
binaryandmodeproperties from theMinifierclass. - Breaking change: the
Minifier.transformerproperty is nowfinal. - Added a factory constructor to the
Transformerclass. - Added new unit tests.
- Changed licensing for the MIT License.
- Updated the package dependencies.
0.2.0 #
- Breaking change: renamed the main script to
grinder_php_minify.dart.
0.1.0 #
- Initial release.