-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
65 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,70 @@ | |
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
## v1.11.0 | ||
|
||
[compare changes](https://github.com/unjs/unstorage/compare/v1.10.2...v1.11.0) | ||
|
||
### 🚀 Enhancements | ||
|
||
- Add `keys`, `get`, `set`, `has` and `del` aliases ([#402](https://github.com/unjs/unstorage/pull/402)) | ||
- Expose underlying client instance ([#446](https://github.com/unjs/unstorage/pull/446)) | ||
- **cloudflare-kv-binding:** Support `ttl` for `setItem` ([#470](https://github.com/unjs/unstorage/pull/470)) | ||
- **cloudflare-kv-http:** Support `ttl` for `setItem` ([#448](https://github.com/unjs/unstorage/pull/448)) | ||
|
||
### 🔥 Performance | ||
|
||
- **getKeys:** Avoid duplicate iteration ([#386](https://github.com/unjs/unstorage/pull/386)) | ||
- Use direct array access instead of `endsWIth` ([#387](https://github.com/unjs/unstorage/pull/387)) | ||
|
||
### 🩹 Fixes | ||
|
||
- **cloudflare-kv-binding:** Allow passing transaction options for `setItem` to `binding.put` ([#423](https://github.com/unjs/unstorage/pull/423)) | ||
- Fix driver types ([#433](https://github.com/unjs/unstorage/pull/433)) | ||
- **server:** Avoid decoding raw request body ([#434](https://github.com/unjs/unstorage/pull/434)) | ||
- **cloudflare-kv-binding:** Go through all pages to list the keys ([#459](https://github.com/unjs/unstorage/pull/459)) | ||
|
||
### 📖 Documentation | ||
|
||
- Using undocs package manager component ([#414](https://github.com/unjs/unstorage/pull/414)) | ||
- Fix link ([#429](https://github.com/unjs/unstorage/pull/429)) | ||
- Fix typographical errors ([#432](https://github.com/unjs/unstorage/pull/432)) | ||
- Jsdocs for the server functions ([#438](https://github.com/unjs/unstorage/pull/438)) | ||
- Improve drivers ([f6f547e](https://github.com/unjs/unstorage/commit/f6f547e)) | ||
|
||
### 🏡 Chore | ||
|
||
- **release:** V1.10.2 ([5e40ef4](https://github.com/unjs/unstorage/commit/5e40ef4)) | ||
- **docs:** Update lock ([7350385](https://github.com/unjs/unstorage/commit/7350385)) | ||
- Update undocs ([83c6696](https://github.com/unjs/unstorage/commit/83c6696)) | ||
- Update docs ([26e9d73](https://github.com/unjs/unstorage/commit/26e9d73)) | ||
- Update dependencies ([0b1aa9c](https://github.com/unjs/unstorage/commit/0b1aa9c)) | ||
- Update to eslint v9 ([7b8c51e](https://github.com/unjs/unstorage/commit/7b8c51e)) | ||
- Apply new lint rules ([be542fc](https://github.com/unjs/unstorage/commit/be542fc)) | ||
- Add benchmark script ([d84bcc6](https://github.com/unjs/unstorage/commit/d84bcc6)) | ||
- Add bench script ([d40c206](https://github.com/unjs/unstorage/commit/d40c206)) | ||
- Lint ([922ada9](https://github.com/unjs/unstorage/commit/922ada9)) | ||
- Update deps ([5eb2d7e](https://github.com/unjs/unstorage/commit/5eb2d7e)) | ||
- Update eslintrc ([60885f8](https://github.com/unjs/unstorage/commit/60885f8)) | ||
|
||
### 🤖 CI | ||
|
||
- Update node to 20 ([5673278](https://github.com/unjs/unstorage/commit/5673278)) | ||
|
||
### ❤️ Contributors | ||
|
||
- SolarisUp ([@SolarisUp](http://github.com/SolarisUp)) | ||
- Justin Barber ([@barberj](http://github.com/barberj)) | ||
- Pooya Parsa ([@pi0](http://github.com/pi0)) | ||
- Sébastien Chopin ([@atinux](http://github.com/atinux)) | ||
- Farnabaz <[email protected]> | ||
- Hash Brown ([@xuzuodong](http://github.com/xuzuodong)) | ||
- Michael Brevard <[email protected]> | ||
- Alexander Lichter ([@manniL](http://github.com/manniL)) | ||
- Rgehbt ([@Gehbt](http://github.com/Gehbt)) | ||
- Selemondev ([@selemondev](http://github.com/selemondev)) | ||
- Renato Lacerda <[email protected]> | ||
|
||
## v1.10.2 | ||
|
||
[compare changes](https://github.com/unjs/unstorage/compare/v1.10.1...v1.10.2) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters