@npio/filesystem
Version:
A free visual website editor, powered with your own SolidJS components.
95 lines (49 loc) • 2.07 kB
Markdown
@npio/filesystem
# 0.68.3
## Patch Changes
- a95a27a: Updated dependencies.
# 0.68.0
## Minor Changes
- 8a7f649: Updated dependencies.
# 0.67.2
## Patch Changes
- 5734a85: Updated dependencies.
# 0.67.1
## Patch Changes
- 9e2a170: Fixed broken video playback and wrong seek information under Chrome, by implementing range based video streaming for local file storage.
# 0.67.0
## Minor Changes
- 3085471: Update dependencies, including Tailwind 4.1, Prisma 6.5 and Sharp 0.34.
# 0.66.1
## Patch Changes
- 04646a1: Fixed a bug preventing server functions in `customServerFunctions` from not being matched in some cases.
# 0.66.0
## Minor Changes
- e4f14b4: Refactored the whole internal directory structure and moved `@npio/internals` back to the core. Server related public API once again can be accessed via `nitropage/server`. `@npio/server` remains available, but is deprecated and will be removed in a future version.
- 52f5c69: Added a default request body limit of 10 MB and a new `customServerFunctions` middleware option for server functions with different requirements. Renamed `parseMultipartFormData` of `@npio/filesystem` to `parseFormDataStream`.
# 0.65.0
## Minor Changes
- c177fc5: Updated dependencies, especially `@solidjs/start` v1.1 and `vite` v6.1.
# 0.64.1
## Patch Changes
- 942fc21: Updated dependencies.
- 9616b58: Replaced references to nitropage.com with nitropage.org.
# 0.64.0
## Patch Changes
- bbdf6d0: Updated dependencies.
# 0.63.0
## Minor Changes
- 6fc6c54: Updated the dependencies.
# 0.62.0
## Patch Changes
- f74c5ba: Fixed a bug that prevented `otf` fonts from being uploaded.
# 0.61.0
## Minor Changes
- f2fb6ae: Updated internal dependencies.
# 0.60.0
## Minor Changes
- 5a20493: Updated dependencies, including minor updates for Prisma and Solid.
# 0.59.0
## Minor Changes
- 90a54e90c9: S3 file storage: Upload and show media from S3 buckets.
- 92bfa36bac: SolidStart v1.0, Nitro and Vinxi: Enjoy all new features of the upgraded SolidStart framework.