Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Releases: dollarshaveclub/cloudworker

v0.1.2

07 Sep 23:48
5993d55
Compare
Choose a tag to compare
  • Preserve existing cf properties when dispatching requests (thanks @boulter!)

v0.1.1

08 Jul 02:52
5c983db
Compare
Choose a tag to compare
  • Fix race condition causing cloudworker to crash when reloading a worker script (thanks @richardkazuomiller!)
  • Update dependencies (thanks @tomByrer!)

v0.1.0

24 Jun 00:13
ed9e8f2
Compare
Choose a tag to compare
  • Add support for setTimeout, clearTimeout, setInterval, and clearInteral 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

18 Jun 01:41
Compare
Choose a tag to compare
v0.1.0-beta.3 Pre-release
Pre-release
  • Add support for formData() (thanks @johnsto)

Install using:

npm install -g @dollarshaveclub/cloudworker@beta

v0.1.0-beta.2

20 May 00:11
Compare
Choose a tag to compare
v0.1.0-beta.2 Pre-release
Pre-release
  • Add waitUntil stub (thanks @kturney)
  • Add URLSearchParams (thanks @jdanyow)
  • Better support for type comparisions
  • Fix atob bug (thanks @jdanyow)
  • Expose 'self' within worker scripts

Install using:

npm install -g @dollarshaveclub/cloudworker@beta

v0.1.0-beta.1

03 Mar 00:00
Compare
Choose a tag to compare
v0.1.0-beta.1 Pre-release
Pre-release
  • Add support for setTimeout, clearTimeout, setInterval, and clearInteral functions in worker scripts (thanks @timdp)

Install using:

npm install -g @dollarshaveclub/cloudworker@beta

v0.0.11

21 Feb 17:36
6ff3270
Compare
Choose a tag to compare

v0.0.11-beta.2

21 Feb 01:21
Compare
Choose a tag to compare
v0.0.11-beta.2 Pre-release
Pre-release

Install using:

npm install -g @dollarshaveclub/cloudworker@beta

v0.0.11-beta.1

19 Feb 22:20
Compare
Choose a tag to compare
v0.0.11-beta.1 Pre-release
Pre-release

Install using:

npm install -g @dollarshaveclub/cloudworker@beta

v0.0.10

19 Feb 17:56
a885a38
Compare
Choose a tag to compare
  • 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