Skip to content

Releases: arrowrowe/tam

v0.4.7

24 Sep 17:21
d4247f9
Compare
Choose a tag to compare

FIX: Incorrect usage of / instead of path.sep, which may cause problems on Windows. (#12)
IMPROVED: Update dependencies.
UNRESOLVED: -h may fail. A fresh install (i.e. rm -r node_modules && npm i) works. (#13)

0.4.6

11 May 14:44
be5432f
Compare
Choose a tag to compare

FIX: Update node-sass to 3.7.0 to support Node v6.
CHANGED: Stop supporting Node < 4.

0.4.5

27 Jan 08:18
Compare
Choose a tag to compare

FIX: Prevent global options from being changed when merging local options.

(Mistake Release)

27 Jan 08:19
Compare
Choose a tag to compare

This is a release MISTAKE. Please do NOT use this version.

0.4.3

20 Nov 04:46
Compare
Choose a tag to compare

IMPROVED: Better option merging.
NEW: Expose some utility functions for gulpTam, i.e. fillAssets and namer.
IMPROVED: Update dependencies. Fixes #10.

0.4.2

06 Nov 07:32
Compare
Choose a tag to compare

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

04 Nov 12:08
Compare
Choose a tag to compare

NEW: Support JavaScript Mangling using UglifyJS.
IMPROVED: Output erros and warnings for package's src or file not found.

0.4.0

31 Oct 05:44
Compare
Choose a tag to compare

NEW: Support jsPrefix and jsSuffix for option.compress.
NEW: Supprt tam.read to read and strip json comments (using strip-json-comments).

0.3.6

17 Oct 08:58
Compare
Choose a tag to compare

FIXED: Fix empty files leading to no realSrc in lib/output.js:7:30.

0.3.5

13 Oct 09:50
Compare
Choose a tag to compare

IMPROVED: Warns the missing linked.