Releases: arrowrowe/tam
Releases · arrowrowe/tam
v0.4.7
0.4.6
0.4.5
(Mistake Release)
This is a release MISTAKE. Please do NOT use this version.
0.4.3
0.4.2
NEW
: Support default src
, dist
, www
, linked
.
IMPROVED
: More logs and error catchings.
IMPROVED
: Better global and local options merging.
CHANGED
: option.compress.{js,css}.*
instead of mixing them together.
CHANGED
: option.compress.js.{prefix,suffix}
instead of option.compress.{jsPrefix,jsSuffix}
.
NEW
: Support turning off JavaScript Mangling by option.compress.js.mangle = false
.
NEW
: Support hiding a package from the linked list by option.export = false
.
0.4.1
0.4.0
NEW
: Support jsPrefix
and jsSuffix
for option.compress
.
NEW
: Supprt tam.read
to read and strip json comments (using strip-json-comments).