Skip to content

Commit

Permalink
Release v5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Siorki committed Jul 10, 2022
1 parent d08930d commit a710c19
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
8 changes: 6 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions regPack.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>RegPack v5.0.3</title>
<title>RegPack v5.0.4</title>
<style type="text/css">
#options {
border:1px solid gray;
Expand Down Expand Up @@ -234,7 +234,7 @@
<input type="text" size=4 id="paramOTimeVariable" /> for time <i>(leave empty to assign one. Time variable should be zero on the first loop and nonzero afterwards)</i>.
</fieldset>
<fieldset>
<legend><b class="bestMessage">RegPack v5.0.3</b></legend>
<legend><b class="bestMessage">RegPack v5.0.4</b></legend>
<button id="packAction">Pack</button>
Score = <input type="text" size=6 value=1 id="paramFGain" />
*gain + <input type="text" size=6 value=0 id="paramFLength" />
Expand Down

0 comments on commit a710c19

Please sign in to comment.