Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

3.0.0

Choose a tag to compare

@michaelcontento michaelcontento released this 13 Aug 09:19
· 10 commits to master since this release

BREAKING CHANGE: Remove all VERSION.js files but a transition is very simple:

  • Old: {"presets": ["modern-node/5.10"] }
  • New: {"presets": [["modern-node", {"version": "5.10}]] }

FEATURE: Use version of the running node process if no version is declared
FEATURE: Optional loose = true|false option (default: false)
FEATURE: Optional modules = false|commonjs|amd|ums|systemjs option (default: commonjs)