Releases: unjs/unstorage
Releases · unjs/unstorage
v1.3.0
🚀 Enhancements
🩹 Fixes
- redis: Remove strict options validation (9294121)
- redis: Respect both global and operation options for
ttl
(a491333) - pkg: Move
types
field to the first (f2b08f6) - pkg: Export compat types for
/server
subpath (3cc2c48)
📖 Documentation
🏡 Chore
- docs: Lintfix (45c0b38)
- Update badge styles (ecf0d74)
- readme: Small improvements (790d762)
- readme: Add license badge (9f1d3aa)
❤️ Contributors
v1.2.0
🚀 Enhancements
mongodb
driver (#155)azure-storage-blob
driver (#154)azure-cosmos
driver (#158)azure-key-vault
driver (#159)azure-app-configuration
driver (#156)azure-storage-table
(#148)getMount
andgetMounts
utils (#167)- Allow passing transaction options to drivers (#168)
- redis: Support native
ttl
(#169) http
and server improvements (#170)
🩹 Fixes
- redis: Fix clear method (#163)
💅 Refactors
- redis: Driver improvements (#160)
📖 Documentation
🏡 Chore
✅ Tests
- Add unit test for redis driver (#164)
❤️ Contributors
- Pooya Parsa (@pi0)
- Sébastien Chopin [email protected]
- Jan-Henrik Damaschke [email protected]
- Jamwong-ecosa [email protected]
- Daniel Roe [email protected]
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
📦 Build
- Fix output drivers to top level drivers (ff3959c)
❤️ Contributors
- Pooya Parsa [email protected]
v1.1.0
🚀 Enhancements
- Serialize values implementing
toJSON()
(#139) - Experimental raw data support (#141)
- driver: Add planetscale driver (#140)
- fs: Support
readOnly
andnoClear
options (f2dddbd) - fs: Support
birthtime
andctime
meta (#136) lru-cache
driver (#146)
🩹 Fixes
- cloudflare: Pass params to kv request (#138)
- planetscale: Use
birthtime
forcreated_at
value (#144) - Update driver defenition types (#143)
💅 Refactors
- Use type import for node builtin (#133)
📖 Documentation
📦 Build
- Provide backwards-compatible type entries (#132)
🏡 Chore
🎨 Styles
❤️ Contributors
- Pooya Parsa [email protected]
- Daniel Roe [email protected]
- Yu Le [email protected]