-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCHANGES
27 lines (23 loc) · 1004 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
v2.0.1 -- 2016.08.12
* Fix handling of context with properties named with invalid variable names (#5)
v2.0.0 -- 2015.09.03
* Fix templates resolution. Since this update, internal string is parsed as
valid JavaScript code, therefore any '}' characters used as code continuation (or string inserts)
won't break resolution of template. Issue #3
* Resolve non returning expressions to undefined (instead of '')
* Improve `resolve` logic
* Support 'partial' option
v1.0.0 -- 2015.06.23
* Fix bug related to '$${' resolution
* Improve error reporting
* Fix spelling of LICENSE
* Configure lint scripts
* Drop support for v0.8 node ('^' in package.json dependencies)
v0.1.0 -- 2014.04.28
* Assure strictly npm dependencies
* Update dependencies to latest versions
* Introduce resolution to array ('resolve-to-array', 'passthru-array' and 'to-array' modules)
* Reuse same functions among compilation tasks
* Do not stringify substitution on resolution
v0.0.0 -- 2013.10.10
Initial (dev version)