This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
Releases: dollarshaveclub/cloudworker
Releases · dollarshaveclub/cloudworker
v0.1.2
v0.1.1
- Fix race condition causing
cloudworker
to crash when reloading a worker script (thanks @richardkazuomiller!) - Update dependencies (thanks @tomByrer!)
v0.1.0
- Add support for
setTimeout
,clearTimeout
,setInterval
, andclearInteral
functions in worker scripts (thanks @timdp) - Add waitUntil stub (thanks @kturney)
- Add URLSearchParams (thanks @jdanyow)
- Better support for type comparisions
- Fix atob bug (thanks @jdanyow)
- Expose 'self' within worker scripts
- Add support for formData() (thanks @johnsto)
- Fix
Cloudworker.dispatch
type (thanks @inyono)
v0.1.0-beta.3
- Add support for formData() (thanks @johnsto)
Install using:
npm install -g @dollarshaveclub/cloudworker@beta
v0.1.0-beta.2
v0.1.0-beta.1
- Add support for
setTimeout
,clearTimeout
,setInterval
, andclearInteral
functions in worker scripts (thanks @timdp)
Install using:
npm install -g @dollarshaveclub/cloudworker@beta
v0.0.11
- Use Node's implementation of the Encoding API (thanks for catching that @timdp)
- KV persistence (thanks @larkin-nz!)
v0.0.11-beta.2
- Use Node's implementation of the Encoding API (thanks for catching that @timdp)
- KV persistence (thanks @larkin-nz!)
Install using:
npm install -g @dollarshaveclub/cloudworker@beta
v0.0.11-beta.1
- Use Node's implementation of the Encoding API (thanks for catching that @timdp)
Install using:
npm install -g @dollarshaveclub/cloudworker@beta
v0.0.10
- Add support for Encoding API (thanks @tootedom)
- Add support for Web Crypto API (thanks @tootedom)
- Add TypeScript typings
- Fix for various minor bugs (thanks @larkin-nz and @kamal)
- Add support for
.cf
property on Requests - Add support for
CF-Connecting-IP
on Requests