Skip to content

Commit 774682c

Browse files
committed
Update the changelog
1 parent eb69242 commit 774682c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Version [4.0.0](https://github.com/cedx/php-minifier/compare/v3.1.0...v4.0.0)
4+
- Breaking change: ported the source code to [Haxe](https://haxe.org).
5+
- Restored support for [CommonJS modules](https://nodejs.org/api/modules.html).
6+
37
## Version [3.1.0](https://github.com/cedx/php-minifier/compare/v3.0.0...v3.1.0)
48
- The `TransformMode` enumeration is now implemented as a frozen object.
59

haxelib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Minify PHP source code by removing comments and whitespace.",
66
"license": "MIT",
77
"name": "php_minifier",
8-
"releasenote": "Ported the source code to Haxe, fixed the program output when the compilation target is Neko.",
8+
"releasenote": "Ported the source code to Haxe, restored support for CommonJS modules.",
99
"tags": ["compress", "gulp", "gulpplugin", "minify", "php"],
1010
"url": "https://github.com/cedx/php-minifier",
1111
"version": "4.0.0"

0 commit comments

Comments
 (0)