UNPKG

1.45 kBMarkdownView Raw
1## v1.1.1 2015-10-09
2 * defs is done
3
4## v1.1.0 2014-11-28
5 * Use esprima-fb instead of upstream Esprima harmony branch
6
7## v1.0.1 2014-10-09
8 * Bump yargs dependency to get rid of transitive ^ dependencies
9
10## v1.0.0 2014-07-18
11 * Use bleeding edge Esprima (harmony branch)
12 * Support ForOfStatement (issue #24)
13 * Added --config switch
14
15## v0.6.2 2013-12-09
16 * Fix regenerator breakage due to input handling (pr #22)
17
18## v0.6.1 2013-12-09
19 * Graceful error handling on malformed source input (issue #18)
20
21## v0.6.0 2013-12-01
22 * Accept a custom parse function
23 * Accept AST input when used as a library
24 * Bugfix AST modification (issue #19)
25
26## v0.5.0 2013-09-30
27 * Loop closure IIFE transformation support
28 * Search for defs-config.json upwards in filesystem
29 * Improved error messages
30
31## v0.4.3 2013-09-05
32 * Improved loop closure detection as to remove false positives
33 * Improved wrapper shell script (symlink handling)
34
35## v0.4.2 2013-09-01
36 * Improved wrapper script and runner for Linux compat
37 * breakout module ast-traverse
38
39## v0.4.1 2013-07-28
40 * Bugfix named function expressions (issue #12)
41
42## v0.4 2013-07-10
43 * defs became self aware
44 * NPM package includes (and defaults to) the self-transpiled version
45 * Bugfix renaming of index-expressions such as `arr[i]` (issue #10)
46
47## v0.3 2013-07-05
48 * defs used as a library returns errors collected to `ret.errors` instead
49 of writing to stderr. This also deprecates `ret.exitcode`