Releases: VitorLuizC/vue-uuid
Releases · VitorLuizC/vue-uuid
Version 3.0.0
Major Changes
- Now only supports Vue 3, for Vue 2 use
v2.1.0
;
Version 2.1.0
Minor Changes
- Upgrade dependencies and devDependencies;
- Use
.mjs
extension in sources;
Version 2.0.2
Patch changes
- Publish entire package to NPM instead of just
dist/index.js
.
v2.0.1
Patch changes
- Fix CI build by using latest Node.js version.
- Tried (and failed) to publish only
index.d.ts
anddist/*
.
Version 2.0.0
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
anddist/*
. - Replaced
"prepare"
script to"prepublishOnly"
. - Upgraded to latest
vue
,bili
andava
versions (dev dependencies).- Added
esm
to handle ESM imports in the newerava
version. - Removed banner (comment with package information) from bundles due to egoist/bili#346.
- Added
- Upgrade
uuid
and@types/uuid
to version 8.