Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@brandonweiss brandonweiss released this 23 Oct 03:09
· 31 commits to master since this release

Improvement

  • Set minimum Node version to 12.x.x fc712f7

Upgrade required

Node 12 has been out for a while now and since this is a standalone tool (not a library that’s used as a dependency of some larger application) there’s no real reason to support old Node versions.

As a bonus, Node 12 has Array.prototype.flat() and Array.prototype.flatMap() so now we can drop the core-js dependency.

v0.2.2...v1.0.0