UNPKG

411 BMarkdownView Raw
1## v0.4.1 2013-07-28
2 * Bugfix named function expressions (issue #12)
3
4## v0.4 2013-07-10
5 * defs became self aware
6 * NPM package includes (and defaults to) the self-transpiled version
7 * Bugfix renaming of index-expressions such as `arr[i]` (issue #10)
8
9## v0.3 2013-07-05
10 * defs used as a library returns errors collected to `ret.errors` instead
11 of writing to stderr. This also deprecates `ret.exitcode`