Skip to content

Releases: sor4chi/hono-storage

@hono-storage/[email protected]

18 Nov 23:55
3bb9dd2
Compare
Choose a tag to compare

Patch Changes

@hono-storage/[email protected]

18 Nov 23:55
3bb9dd2
Compare
Choose a tag to compare

Patch Changes

@hono-storage/[email protected]

18 Nov 23:55
3bb9dd2
Compare
Choose a tag to compare

Patch Changes

@hono-storage/[email protected]

18 Nov 23:55
3bb9dd2
Compare
Choose a tag to compare

Patch Changes

  • #71 1649e17 Thanks @sngmn451! - feat: preserve File type property in HonoStorageFile
    When a File is processed by the storage middleware, the type 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]

11 Jun 14:44
0951c13
Compare
Choose a tag to compare

Patch Changes

@hono-storage/[email protected]

11 Jun 14:44
0951c13
Compare
Choose a tag to compare

Patch Changes

@hono-storage/[email protected]

11 Jun 14:44
0951c13
Compare
Choose a tag to compare

Patch Changes

@hono-storage/[email protected]

11 Jun 14:44
0951c13
Compare
Choose a tag to compare

Patch Changes

  • #65 474a669 Thanks @sor4chi! - fix: remove File (@web-std/file) polyfill from @hono-storage/core package

    This changes means that stop Node.js v18 support for @hono-storage/core package.

    @web-std/file is a polyfill for the File class, but for web compatibility, it's not necessary to adapt the File 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]

19 May 00:50
5328858
Compare
Choose a tag to compare

Patch Changes

@hono-storage/[email protected]

10 May 02:09
68624aa
Compare
Choose a tag to compare

Patch Changes