Releases: Siorki/RegPack
Releases · Siorki/RegPack
Bugfix release for js1024.fun , 2022 edition
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
Bugfix version for js1k 2019
Bugfix version
Fixed bugs
- #76 : Reassign variable names : still considering (but not replacing) text in strings
- #82 : Nested backticks in template literal causes string renaming module to miss occurrences
- #83 : Don't use "" as a token if avoiding it makes the output smaller
- #85 : Suboptimal packing due to incorrect assumed length of escape sequence
Bugfix version for js1k 2017
Release for js1k 2017 - Thermal view and ES6
New features :
- #26 : Add a heatmap vizualisation
- #33 : [Online demo] Sync the input textarea with the URL's hash
- #44 : Support for arrow function when refactoring setInterval
- #47 : Support escaped characters in character class
- #48 : Crusher phase - list patterns that are "almost" gains
- #54 : Opt-out flag for ES6 features
- #55 : Harmonize strings delimiters inside the code, to free " or ' as compression token
- #56 : Support for default parameters when refactoring setInterval()
- #63 : ES6 : Support syntax canvas.getContext
2d
in module "hash context"
Fixed bugs