- defs is done
- Use esprima-fb instead of upstream Esprima harmony branch
- Bump yargs dependency to get rid of transitive ^ dependencies
- Use bleeding edge Esprima (harmony branch)
- Support ForOfStatement (issue #24)
- Added --config switch
- Fix regenerator breakage due to input handling (pr #22)
- Graceful error handling on malformed source input (issue #18)
- Accept a custom parse function
- Accept AST input when used as a library
- Bugfix AST modification (issue #19)
- Loop closure IIFE transformation support
- Search for defs-config.json upwards in filesystem
- Improved error messages
- Improved loop closure detection as to remove false positives
- Improved wrapper shell script (symlink handling)
- Improved wrapper script and runner for Linux compat
- breakout module ast-traverse
- Bugfix named function expressions (issue #12)
- defs became self aware
- NPM package includes (and defaults to) the self-transpiled version
- Bugfix renaming of index-expressions such as
arr[i]
(issue #10)
- defs used as a library returns errors collected to
ret.errors
instead of writing to stderr. This also deprecatesret.exitcode