Releases: gornostay25/svelte-adapter-bun
Releases Β· gornostay25/svelte-adapter-bun
SvelteKit Adapter Bun v0.5
SvelteKit Adapter Bun v0.4
Adapter for SvelteKit apps that generates a standalone Bun server.
- WebSocket Server
- Polyfills
You can add your polyfills in
src/polyfills.js
file.
- Static file compression
- Gzip
- Brotli
- Sending static assets
- Option to disable sending
- Range header support (Fixed oven-sh/bun#616)
- Auto create
package.json
file with dependencies (changed package name) - New bundler esbuild
SvelteKit Adapter Bun v0.3
Adapter for SvelteKit apps that generates a standalone Bun server.
- Static file compression
- Gzip
- Brotli
- Sending static assets
- Option to disable sending
- Range header support
- Auto create
package.json
file with dependencies
https://github.com/gornostay25/svelte-adapter-bun/blob/ed53358c1beb8e41da697ebd9b6bfb6968b29fcc/index.js#L52-L79
SvelteKit Adapter Bun v0.2.2
Adapter for SvelteKit apps that generates a standalone Bun server.
- Static file compression
- Gzip
- Brotli
- Sending static assets
- Option to disable sending
- Range header support
- Auto create
package.json
file with dependencies
https://github.com/gornostay25/svelte-adapter-bun/blob/ed53358c1beb8e41da697ebd9b6bfb6968b29fcc/index.js#L52-L79