Skip to content

v1.0.2

Choose a tag to compare

@lukeed lukeed released this 14 Feb 16:21
· 35 commits to master since this release

Patches

  • Fixed bundler inconsistency by adding a "module" entry to package.json (#5): f815294, f124a81

    Any bundler that can and is reading the module entry will continue to do so with the @arr/* dependencies. Bundlers will then apply their own interop wrapper, which means that matchit doesn't need to ship one. 🎉

    No changes for those using the existing main export.

  • Added a tiny "build" script to produce the ESM & CJS exports: f815294