Skip to content

Version 19.0

Compare
Choose a tag to compare
@verlok verlok released this 28 Mar 18:20
· 78 commits to master since this release

19.0.5

  • Removed .eslintrc.json, LICENSE, CHANGELOG.md, CODE_OF_CONDUCT.md, README.md, package.json from the package files, as they didn't have any impact on code quality.

19.0.4

  • Removed Babel plugin to polyfill Object.assign(), as suggested in #611.

19.0.3

  • Files .eslintrc.json, LICENSE, CHANGELOG.md, CODE_OF_CONDUCT.md, README.md, package.json are now included in the package

19.0.1

  • Restored compatibility for bundlers that used this module, see #609

Thanks to @erikyo for #610

19.0.0

  • Rollup setup enhancement
    • Refactored the Rollup setup to improve performance and maintainability.
    • Switched to ES6 module format for better compatibility and readability.
    • Enabled tree shaking and module preservation to optimize the build output.
  • Added ESM demo to showcase the functionality of the esm module.
  • Updated various dependencies to their latest versions for better compatibility and security
  • Removed AMD module from the /dist folder, as it's been unused since version 11
  • Removed AMD-related demos

Thanks to @erikyo for #607