UNPKG

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