Skip to content

v1.5.0

Choose a tag to compare

@lzurbriggen lzurbriggen released this 19 Oct 09:52
· 98 commits to master since this release
f66e593

Enhancements ✨

  • Reworks lib to utilize rollup and TS. by @jeremyzahner in #10
    • The package is now strictly typed internally and bin script files are also written in typescript
    • Builds are smaller now as they are compiled to single module files. The compiled esm file is now called index.mjs to work in node contexts in preparation for SSR/Nuxt compatibility