Skip to content

Commit

Permalink
Version 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Siorki committed Feb 24, 2017
1 parent 4e80999 commit 92dad2c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 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.0
**RegPack** is a packer intended for use on minified Javascript code. Current revision is 5.0.1

It is mostly suited to small size constraints (1kb, up to 4kb).

Expand Down
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v5.0.1 - February 2017

Fixed bugs
- #65 : RegPacked code contains invalid escape sequences
- #70 : Line endings in bin/regpack
- #72 : Optimization for refactor setInterval() when no initialization code
- #73 : Unpacked source has "in" strings in wrong places
- #75 : Variables leak into global space, should be declared local

------------------------------
v5.0.0 - February 2017

New features :
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.0",
"version": "5.0.1",
"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.0</title>
<title>RegPack v5.0.1</title>
<style type="text/css">
#options {
border:1px solid gray;
Expand Down Expand Up @@ -233,7 +233,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.0</b></legend>
<legend><b class="bestMessage">RegPack v5.0.1</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 92dad2c

Please sign in to comment.