diff --git a/README.md b/README.md index 945a851..a586ce8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**RegPack** is a packer intended for use on minified Javascript code. Current revision is 5.0.3 +**RegPack** is a packer intended for use on minified Javascript code. Current revision is 5.0.4 It is mostly suited to small size constraints (1kb, up to 4kb). diff --git a/changelog.txt b/changelog.txt index 910edf9..3433a28 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,8 +1,12 @@ -v6.0 +v5.0.4 - July 2022 -New features : +Fixed bugs - #59 : Negated char class : optimal range merge +- #74 : Line break removed, leaving no separator between instructions +- #79 : Discard C-style and xml-style comments - #86 : Shorten context properties using available variable names +- #96 : Do not remove newlines or trailing blanks in template literals +- #97 : setTransform turns into getTransform on Chrome ------------------------------ v5.0.3 - February 2019 diff --git a/package.json b/package.json index 9d1a16e..18b91ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "regpack", - "version": "5.0.3", + "version": "5.0.4", "description": "A packer intended for use on minified Javascript code", "main": "regPack.js", "bin": { diff --git a/regPack.html b/regPack.html index a757e69..eac7e0e 100644 --- a/regPack.html +++ b/regPack.html @@ -2,7 +2,7 @@
-