Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Aug 31, 2024
1 parent eb69242 commit 774682c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version [4.0.0](https://github.com/cedx/php-minifier/compare/v3.1.0...v4.0.0)
- Breaking change: ported the source code to [Haxe](https://haxe.org).
- Restored support for [CommonJS modules](https://nodejs.org/api/modules.html).

## Version [3.1.0](https://github.com/cedx/php-minifier/compare/v3.0.0...v3.1.0)
- The `TransformMode` enumeration is now implemented as a frozen object.

Expand Down
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Minify PHP source code by removing comments and whitespace.",
"license": "MIT",
"name": "php_minifier",
"releasenote": "Ported the source code to Haxe, fixed the program output when the compilation target is Neko.",
"releasenote": "Ported the source code to Haxe, restored support for CommonJS modules.",
"tags": ["compress", "gulp", "gulpplugin", "minify", "php"],
"url": "https://github.com/cedx/php-minifier",
"version": "4.0.0"
Expand Down

0 comments on commit 774682c

Please sign in to comment.