Skip to content

v4.0.0

Choose a tag to compare

@robertknight robertknight released this 13 Apr 10:54
· 138 commits to master since this release

Breaking changes

  • The CommonJS build of this package now targets ES 2020, which is the same
    target as the ESM build #166.

    If running tests against a pre-2020 browser or version of Node, you may need
    to add a polyfill for Array.prototype.flatMap in your own project.