All Versions
52
Latest Version
Avg Release Cycle
29 days
Latest Release
3158 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.4.2 Changes
August 04, 2014- โ Added Report JS parse errors with template filenames. gh-492
- ๐ Fixed Ensure block-level tags (
set
, etc) are parsed in correct order. gh-495 - ๐ Fixed Ensure import tag uses current Swig instance's loader. gh-421, gh-503
- ๐ Fixed Allow disabling cache on compile/render functions directly. gh-423
- ๐ Fixed Ensure compilation does not leak global variables. gh-496
- ๐ Fixed Fix for-loops to run on strings. gh-478, gh-479
- ๐ Fixed Allow macro output to be assigned using
set
tag. gh-499, gh-502
-
v1.4.1 Changes
July 03, 2014- ๐ Fixed
macro
argument names colliding with context variable names. gh-457 - ๐ Fixed filter chaining within tags. gh-441
- ๐ Fixed
-
v1.4.0 Changes
July 03, 2014- ๐ Changed Allow variable tokens to start with
$
. gh-455 - ๐ Changed
fs
loader should takecwd
as default base path. gh-419 - ๐ Changed handle errors which occur at the time of rendering. gh-417
- ๐ Changed default options in bin (
varControls
,tagControls
,cmtControls
). gh-415 - ๐ Changed
null
should yield empty string when resolving variable. gh-408 - โ Added Escape character for
date
filter argument. gh-427, gh-432 - โ Added Make
if
andelseif
throw a better error message when a tag body is omitted. gh-425 - ๐ Fixed don't throw errors on accessing property of
null
object. gh-471 - ๐ Fixed
loop
variables work correctly in nested loops. gh-433 - ๐ Fixed Some IE8 compatibility (require es5). gh-428
- ๐ Changed Allow variable tokens to start with
-
v1.3.2 Changes
January 27, 2014 -
v1.3.0 Changes
January 20, 2014- ๐ Changed Removed official node v0.8.x support
- โ Added Custom template loader support. gh-377, gh-384, gh-382
- โ Added Ability to set root path using template loaders. gh-382, gh-293
- โ Added CLI now accepts custom filter and tag arguments. gh-391
- โ Added Allow
set
tag to set keys on objects with bracket and dot-notation. gh-388 - โ Added
groupBy
filter from swig-extras. gh-383 - ๐ Fixed
swig.run
filepath
arg is always optional. gh-402 - ๐ Fixed Filters on non-empty functions apply correctly. gh-397
- ๐ Fixed Filters applied to functions w/ & w/o dotkeys. gh-365
- ๐ Fixed
date
filterN
option returns correct number. gh-375 - ๐ Fixed Ensure getting parent template checks cache if on. gh-378
-
v1.2.2 Changes
December 02, 2013- ๐ Fixed CTX var output in imported macros. gh-363
-
v1.2.1 Changes
December 02, 2013- ๐ Fixed Scoping for Express. gh-363
-
v1.2.0 Changes
December 01, 2013- โ Added Filepath parameter can be passed to swig.run to allow extends in-browser. gh-349
- ๐ Changed Use local-context first for var lookups. gh-344, gh-347
- ๐ Changed Allow DOTKEY after functions/objects/filters. gh-355
- ๐ Changed Context of for-tags carries into includes. gh-356
- ๐ Changed When a callback is passed into compileFile, catch all errors thrown by compile and pass the error to callback. gh-340
- ๐ Fixed Instances of Swig retain their options properly. gh-351
- ๐ Fixed Fix misc documentation issues. gh-359, gh-358
-
v1.1.0 Changes
October 02, 2013- โ Added Allow logic in default parsing. gh-326
- ๐ Fixed Error when attempting to wrap spaceless tag around macro/function output. gh-336
- ๐ Fixed Don't overwrite keys on the locals object. gh-337
-
v1.0.0 Changes
September 23, 2013- ๐ Fixed Allow parent and other tags to work correctly nested in other tags. gh-331
- ๐ Fixed Prevent lexer from matching partial logic/words in variables. gh-330
Migrating from v0.x.x? View the Migration Guide