Releases: bfanger/tvkit
Releases · bfanger/tvkit
0.20.0
0.19.0
0.18.0
Improved Svelte 5 / SvelteKit support
tvkit serve now also converts responses with content-type text/css
Polyfills updates
- Added AbortController
- Added DOMNode.isConnected
- Added Streams (ReadableStream)
- Added console.log (unbound calls)
- Updated Proxy (es6-proxy-polyfill instead of proxy-polyfill)
0.17.0
0.16.1
0.15.0
0.14.0
- Clarified when to use @vite/plugin-legacy in the Readme
- Removed experimental warning from
tvkit build - tvkit build now skips (copies) files that encounter a transformation error
- Skip node_modules folder in @sveltejs/adapter-node builds
- Added
--quietoption to tvkit build - When a folder is "just copied" only log the foldername, not the individuals files.
- Updated dependencies to the latest version