Skip to content

Commit ef9990e

Browse files
author
Cédric Belin
committed
Update the changelog
1 parent b4a2351 commit ef9990e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog
22

3+
## Version [4.0.1](https://github.com/cedx/php-minifier/compare/v4.0.0...v4.0.1)
4+
- Fixed the [TypeScript](https://www.typescriptlang.org) typings.
5+
36
## 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).
7+
- Breaking change: the `phpMinify()` function now uses a named export instead of a default export.
8+
- Ported the source code to [Haxe](https://haxe.org).
59
- Restored support for [CommonJS modules](https://nodejs.org/api/modules.html).
610

711
## Version [3.1.0](https://github.com/cedx/php-minifier/compare/v3.0.0...v3.1.0)

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, restored support for CommonJS modules.",
8+
"releasenote": "Fixed the TypeScript typings.",
99
"tags": ["compress", "gulp", "gulpplugin", "minify", "php"],
1010
"url": "https://github.com/cedx/php-minifier",
1111
"version": "4.0.1"

0 commit comments

Comments
 (0)