grinder_php_minify 6.2.0 copy "grinder_php_minify: ^6.2.0" to clipboard
grinder_php_minify: ^6.2.0 copied to clipboard

discontinued

Grinder plug-in minifying PHP source code by removing comments and whitespace.

Changelog #

Version 6.2.0 #

  • Updated the documentation.
  • Updated the package dependencies.

Version 6.1.0 #

  • Raised the Dart SDK constraint.
  • Updated the package dependencies.

Version 6.0.0 #

  • Breaking change: renamed the compress() function to phpMinify().
  • Breaking change: renamed the FastTransformer.defaultAddress static property to address.
  • Breaking change: replaced the compressDirectory(), compressFile() and compressFiles() methods from the Minifier class by the run() one.
  • Breaking change: using glob patterns instead of FileSystemEntity parameters 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.

Version 5.0.0 #

  • Breaking change: merged all the functions into the compress() function.
  • Raised the Dart SDK constraint.
  • Updated the package dependencies.

Version 4.3.0 #

  • Raised the Dart SDK constraint.
  • Updated the package dependencies.

Version 4.2.0 #

  • Updated the package dependencies.
  • Updated the URL of the Git repository.

Version 4.1.0 #

  • Updated the package dependencies.

Version 4.0.0 #

  • Raised the Dart SDK constraint.
  • Updated the package dependencies.

Version 3.5.0 #

  • Updated the package dependencies.

Version 3.4.0 #

  • Updated the package dependencies.

Version 3.3.0 #

  • Updated the package dependencies.

Version 3.2.0 #

  • Raised the Dart SDK constraint.
  • Updated the package dependencies.

Version 3.1.0 #

  • Added an example code.
  • Raised the Dart SDK constraint.
  • Updated the package dependencies.

Version 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 const and new.
  • Using PHP 7.1 features, like void functions.
  • Updated the package dependencies.

Version 2.0.0 #

  • Breaking change: changed the signature of the Minifier and Transformer constructors.
  • Breaking change: renamed the Minifier.processDirectory() method to compressDirectory.
  • Breaking change: renamed the Minifier.processFile() method to compressFile.
  • Breaking change: splitted the phpMinify() function into the compressDirectory(), compressFile() and compressFiles() functions.
  • Added the Minifier.compressFiles() method.
  • Added the TransformMode enumeration.

Version 1.0.1 #

  • Fixed a bug with relative file paths.

Version 1.0.0 #

  • Breaking change: changed the signature of most class constructors.
  • Breaking change: merged the compress() and compressFile() functions into the phpMinify() function.
  • Raised the required Dart version.
  • Breaking change: removed the binary and mode properties from the Minifier class.
  • Breaking change: the Minifier.transformer property is now final.
  • Added a factory constructor to the Transformer class.
  • Added new unit tests.
  • Changed licensing for the MIT License.
  • Updated the package dependencies.

Version 0.2.0 #

  • Breaking change: renamed the main script to grinder_php_minify.dart.

Version 0.1.0 #

  • Initial release.
0
likes
15
pub points
0%
popularity

Publisher

verified publisherbelin.io

Grinder plug-in minifying PHP source code by removing comments and whitespace.

Homepage
Repository
View/report issues

License

unknown (LICENSE)

Dependencies

glob, grinder, http, path, where

More

Packages that depend on grinder_php_minify