Skip to content

Commit 8539db7

Browse files
committed
Release v0.2.0
1 parent 1ea8c35 commit 8539db7

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.27"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
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:** Azure Blob storage server adapter ([#197](https://github.com/genu/nuxt-upload-kit/issues/197)) ([ebfc5ed](https://github.com/genu/nuxt-upload-kit/commit/ebfc5eda3592816e8237f082ba64374111fc9aef))
15+
* **v0.2:** direct upload endpoint and server mode ([#194](https://github.com/genu/nuxt-upload-kit/issues/194)) ([c2c3d3f](https://github.com/genu/nuxt-upload-kit/commit/c2c3d3ffb925b0ed730ac3cbef00bf7a7ae5c640))
16+
* **v0.2:** download and delete endpoints ([#185](https://github.com/genu/nuxt-upload-kit/issues/185)) ([#193](https://github.com/genu/nuxt-upload-kit/issues/193)) ([6b85cb6](https://github.com/genu/nuxt-upload-kit/commit/6b85cb6e058eb0818d41890b10e417109fb39508))
17+
* **v0.2:** S3 server adapter + /presign endpoint ([#183](https://github.com/genu/nuxt-upload-kit/issues/183)) ([#192](https://github.com/genu/nuxt-upload-kit/issues/192)) ([c8190a0](https://github.com/genu/nuxt-upload-kit/commit/c8190a06dfd1f26bde556a34a541defff8cb092e))
18+
* **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))
19+
20+
21+
### Bug Fixes
22+
23+
* **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))
24+
* **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))
25+
26+
27+
### Code Refactoring
28+
29+
* 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))
30+
431
## [0.1.27](https://github.com/genu/nuxt-upload-kit/compare/v0.1.26...v0.1.27) (2026-02-23)
532

633

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)