Sha256: 855f38e7de555e339f261455817b3a038900282e88ad2f6aad9185a4ca80a1ca

Contents?: true

Size: 650 Bytes

Versions: 1

Compression:

Stored size: 650 Bytes

Contents

# Change log

## master

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