File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.27 "
2+ "." : " 0.2.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## [ 0.2.0] ( https://github.com/genu/nuxt-upload-kit/compare/v0.1.27...v0.2.0 ) (2026-04-24)
5+
6+
7+ ### ⚠ BREAKING CHANGES
8+
9+ * rename initialize/appendExistingFiles to set/addExistingFiles ([ #163 ] ( https://github.com/genu/nuxt-upload-kit/issues/163 ) )
10+
11+ ### Features
12+
13+ * ** useUploadKit:** return ` ready ` promise alongside ` isReady ` ref (closes [ #156 ] ( https://github.com/genu/nuxt-upload-kit/issues/156 ) ) ([ #166 ] ( https://github.com/genu/nuxt-upload-kit/issues/166 ) ) ([ c3536a1] ( https://github.com/genu/nuxt-upload-kit/commit/c3536a1a5390514f602a075c4d36ed10116e3037 ) )
14+ * ** v0.2:** scaffold module server half ([ #189 ] ( https://github.com/genu/nuxt-upload-kit/issues/189 ) ) ([ baa9bb6] ( https://github.com/genu/nuxt-upload-kit/commit/baa9bb6d9ef379ceead147157ef0c55afe773f02 ) )
15+
16+
17+ ### Bug Fixes
18+
19+ * ** docs:** fix Vercel deploy by removing conflicting config ([ #148 ] ( https://github.com/genu/nuxt-upload-kit/issues/148 ) ) ([ dd9ff9d] ( https://github.com/genu/nuxt-upload-kit/commit/dd9ff9daab9228f4aa1c8068b649b86706141cb7 ) )
20+ * ** useUploadKit:** prevent duplicate storage uploads on concurrent upload() calls (closes [ #169 ] ( https://github.com/genu/nuxt-upload-kit/issues/169 ) ) ([ #170 ] ( https://github.com/genu/nuxt-upload-kit/issues/170 ) ) ([ bea55e0] ( https://github.com/genu/nuxt-upload-kit/commit/bea55e0b31a4fcc49ba43ed5d2a5574e88ab08c7 ) )
21+
22+
23+ ### Code Refactoring
24+
25+ * rename initialize/appendExistingFiles to set/addExistingFiles ([ #163 ] ( https://github.com/genu/nuxt-upload-kit/issues/163 ) ) ([ 1e8a708] ( https://github.com/genu/nuxt-upload-kit/commit/1e8a708d23a4ec69344a90b64befb15477223d91 ) )
26+
427## [ 0.1.27] ( https://github.com/genu/nuxt-upload-kit/compare/v0.1.26...v0.1.27 ) (2026-02-23)
528
629
Original file line number Diff line number Diff line change 11{
22 "name" : " nuxt-upload-kit" ,
3- "version" : " 0.1.27 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " A powerful, plugin-based file upload manager for Nuxt applications" ,
55 "license" : " MIT" ,
66 "repository" : " https://github.com/genu/nuxt-upload-kit.git" ,
You can’t perform that action at this time.
0 commit comments