Releases: sor4chi/hono-storage
Releases · sor4chi/hono-storage
@hono-storage/[email protected]
Patch Changes
- Updated dependencies [
1649e17
]:- @hono-storage/[email protected]
@hono-storage/[email protected]
Patch Changes
- Updated dependencies [
1649e17
]:- @hono-storage/[email protected]
@hono-storage/[email protected]
Patch Changes
- Updated dependencies [
1649e17
]:- @hono-storage/[email protected]
@hono-storage/[email protected]
Patch Changes
- #71
1649e17
Thanks @sngmn451! - feat: preserve File type property in HonoStorageFile
When a File is processed by the storage middleware, thetype
property from the original File object is now correctly inherited by HonoStorageFile. This ensures the file's content-type is maintained during file uploads.
@hono-storage/[email protected]
Patch Changes
- Updated dependencies [
474a669
]:- @hono-storage/[email protected]
@hono-storage/[email protected]
Patch Changes
- Updated dependencies [
474a669
]:- @hono-storage/[email protected]
@hono-storage/[email protected]
Patch Changes
- Updated dependencies [
474a669
]:- @hono-storage/[email protected]
@hono-storage/[email protected]
Patch Changes
-
#65
474a669
Thanks @sor4chi! - fix: removeFile
(@web-std/file
) polyfill from@hono-storage/core
packageThis changes means that stop Node.js v18 support for
@hono-storage/core
package.@web-std/file
is a polyfill for theFile
class, but for web compatibility, it's not necessary to adapt theFile
class to Node.js.
So if you want to Hono Storage to work on older Node.js versions, you can use the@web-std/file
package manually.
@hono-storage/[email protected]
@hono-storage/[email protected]
Patch Changes
-
#52
41803f8
Thanks @sor4chi! - Add require exports field for cjs usecase -
Updated dependencies [
41803f8
]:- @hono-storage/[email protected]