Sha256: e1b2c2ff7d19ac504fe2e0b609406139a74e6e5b059795b444764d9ec0158715
Contents?: true
Size: 892 Bytes
Versions: 1
Compression:
Stored size: 892 Bytes
Contents
# Change log ## master ## 0.1.5 - Added async mode to rack.js. - Added ability to pass env vars to Ruby VM. - Rails 8 support for `sqlite3_wasm` adapter. ## 0.1.4 - Improve `wasmify:install`. Make it work with the `rails new` app without any manual steps. ## 0.1.3 - Check if `cookieStore` is available and only manipulate cookies if it is. - Add `skipWaiting()` to the server worker to force the new version to take over. ## 0.1.2 - Add cache support to Rack handler. Now we use `caches` for files with `Cache-Control`, so we don't perform a Wasm request. - Minor fixes and improvements. ## 0.1.1 - Support multipart file uploads by converting files to data URIs. At the Rack side, we use a `Rack::DataUriUploads` middleware to automatically convert data-URI-encoded files to files uploads, so the application can handle them as usual. ## 0.1.0 - Initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wasmify-rails-0.1.5 | CHANGELOG.md |