- Properly add node 0.8 support
- Fixed failure to load editions that had the edition directory within the edition entry
- Added support for
EDITIONS_SYNTAX_BLACKLIST
environment variable
- Dropped need for
DEBUG_BEVRY_EDITIONS
as failures will not output all the necessary debugging information
- Change
esnext
skip from v8 engines < 4 to node engines < 0.12
- Skip syntaxes that require preprocessors
- Skip
import
syntax, as the module
field inside package.json
skips the autoloader if supported
- Skip
esnext
syntax on v8 engines < 4
- Parent errors are now displayed in a more sensible way
- Errors and debug messages are now more useful
- Added support for custom entry point overrides
- Debugging goes to
console.error
(stderr) rather than console.log
(stdout)
- Added tests