Skip to content

v1.2.0

Compare
Choose a tag to compare
@sneakertack sneakertack released this 02 Aug 00:59
· 30 commits to master since this release

[1.2.0] - 2017-08-02

Added

  • Support Node.js runtimes down till v0.10.0 (via transpilation down to ES5 during install, runtimes >= v6 will still load the ES2015+ source directly).

Changed

  • Module no longer depends on fs until it needs to load a file.