Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 14:31
· 273 commits to main since this release

1.0.0 (2021-07-07)

Bug Fixes

  • deps: update dependency @softwareventures/table to v1 (#66) (2b8cf63)

Features

  • node: drop support for node < 12 || ^13 || ^15 (1f3c8e2)
  • compile to ES2017 (7167b6e), closes #55

BREAKING CHANGES

  • node: node < 12 || ^13 || ^15 are no longer
    supported.
  • This library now uses ES2017 syntax. This breaks compatibility with Node < 8.10 and
    very old browsers that do not support ES2017 syntax. If you need to support older browsers, then you
    should use Babel to compile ES6+ code down to ES5.