Skip to content

Releases: VitorLuizC/vue-uuid

Version 3.0.0

10 Feb 04:35
Compare
Choose a tag to compare

Major Changes

  • Now only supports Vue 3, for Vue 2 use v2.1.0;

Version 2.1.0

10 Feb 04:33
Compare
Choose a tag to compare

Minor Changes

  • Upgrade dependencies and devDependencies;
  • Use .mjs extension in sources;

Version 2.0.2

03 Jun 03:26
Compare
Choose a tag to compare

Patch changes

  • Publish entire package to NPM instead of just dist/index.js.

v2.0.1

03 Jun 03:23
Compare
Choose a tag to compare
v2.0.1 Pre-release
Pre-release

Patch changes

  • Fix CI build by using latest Node.js version.
  • Tried (and failed) to publish only index.d.ts and dist/*.

Version 2.0.0

03 Jun 03:20
Compare
Choose a tag to compare

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.