Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@VitorLuizC VitorLuizC released this 03 Jun 03:20

Major changes

  • Moved @types/uuid to dependencies, so you don't need to install by yourself.
  • Renamed bundles
    • dist/vue-uuid.es.js -> dist/index.esm.js
    • dist/vue-uuid.cjs.js -> dist/index.js
    • dist/vue-uuid.js -> dist/index.umd.js
    • dist/vue-uuid.min.js -> dist/index.umd.min.js
    • dist/vue-uuid.min.js.map -> dist/index.umd.min.js.map

Minor changes

  • Added uuid's v3 function.

Other changes

  • Improved code style with Prettier.
  • Fixed a small JSDoc issue.
  • Published only index.d.ts and dist/*.
  • Replaced "prepare" script to "prepublishOnly".
  • Upgraded to latest vue, bili and ava versions (dev dependencies).
    • Added esm to handle ESM imports in the newer ava version.
    • Removed banner (comment with package information) from bundles due to egoist/bili#346.
  • Upgrade uuid and @types/uuid to version 8.