forked from LuaDist/squish
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES
More file actions
23 lines (21 loc) · 1.06 KB
/
CHANGES
File metadata and controls
23 lines (21 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Version 0.3.0 (2026-01-14) - aten.dev
* Updated for Lua 5.2+ compatibility
* Converted all module() declarations to modern module pattern
* Updated minify/llex.lua, lparser.lua, optlex.lua, optparser.lua
* Updated uglify/llex.lua
* Tested with Lua 5.2, 5.3, 5.4
* Requires Lua 5.2 or later (no longer supports Lua 5.1)
0.2.0 - 2010-10-10
+ New gzip filter to produce compressed self-decompressing scripts
+ New --uglify-level=full to replace long repeated identifiers and string literals
- Fix for traceback when modules can't be found on filesystem
- Fixes for handling binary resources
- Ensure output file on the command-line always overrides filename in squishy file
- uglify filter: Preserve original module's return value(s)
- compile filter: Update minichunkspy.lua
- Properly handle modules that don't end with whitespace
- uglify filter: Fix logic that decides whether a file is safe to uglify
- make_squishy tool: Numerous small fixes and improvements
- Only prepend project base path to relative module paths
0.1.0 - 2009-07-27
+ Initial release.