Sha256: 2c5dd963dafe548de0571ae5581b6922a512de200c9276baaa2ebdfbd5b227b9

Contents?: true

Size: 925 Bytes

Versions: 1

Compression:

Stored size: 925 Bytes

Contents

# Change log

## master

## 0.2.0

- Add pglite support.

## 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.2.0 CHANGELOG.md