Skip to content

v0.0.4.1

Compare
Choose a tag to compare
@NickKelly1 NickKelly1 released this 30 Jul 00:40
· 24 commits to master since this release
cc7269c

0.0.4 - 2021-06-29

Added

  • UMD exports

Changed

  • Instead of the root folder, the dist folder is now published. The published project structure is now:
    • d: dist (published)
      • f: LICENSE
      • f: package.json
      • d: es (project as es modules)
      • d: cjs (project as cjs)
      • d: umd (project as umd)
  • Updated readme with badges and more information.
  • Temporarily disabled terser rollup plugin. Builds will temporarily not minified.