Skip to content

Latest commit

 

History

History
181 lines (82 loc) · 7.69 KB

CHANGELOG.md

File metadata and controls

181 lines (82 loc) · 7.69 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.15.0 (2022-02-04)

Features

  • Set CF-IPCountry header from env var, close #80 (#81) (4b8b0e1)

Bug Fixes

  • kv: handle binary files (#76) (8a03a79)
  • pipeline fix - Stream.pipeline is available only in nodejs 10 (#82) (3146f22)

1.14.0 (2022-02-04)

Features

Bug Fixes

  • pipeline fix - Stream.pipeline is available only in nodejs 10 (#82) (3146f22)

1.13.0 (2020-12-15)

Features

  • Remaining KV Functions, File-System KV Store, Cache API Stubs, Workers Sites Support (#57) (78348e4)

1.12.1 (2020-03-26)

Bug Fixes

1.12.0 (2020-03-25)

Features

  • Add Cloudflare Environment Variable and Secret support (#41) (2091bb5)

1.11.0 (2019-08-01)

Features

  • add FetchEvent.passThroughOnException() (#37) (3e21659)
  • Set cf values to request headers for local debugging (#35) (8d78e0a)

1.10.0 (2019-04-15)

Bug Fixes

  • Example: Apparently response headers are immutable. Closes [#27] (#28) (31cb10b)

Features

  • Worker: Supporting callback functions like setTimeout, setInterval (#30) (0abbaec), closes #29
  • Reduce post limit, fixes #31 (#32) (000c435)

1.9.0 (2019-01-04)

Features

  • Worker: waitUntil and respondWith must be bound to e in order to work (06bc243)

1.8.1 (2019-01-04)

Bug Fixes

  • Exposing the stores via test app (fd468e1)

1.8.0 (2019-01-02)

Features

  • KVStore: Expose the KV Store from create app (#24) (5844ace)

1.7.0 (2018-12-28)

Features

  • TestWorkers: Ability to Unit Test Workers (#23) (dc33dff)

1.6.0 (2018-12-18)

Features

  • Worker: Supporting most CF Headers (#22) (99e5db7), closes #21
  • InMemoryKVStore: Delete Items from InMemoryKVStore (#20)

1.5.0 (2018-12-06)

Features

  • Adding an index.js which only exports safe symbols (#19) (6e5323d)

1.4.0 (2018-12-03)

Features

1.3.0 (2018-11-29)

Features

1.2.0 (2018-11-29)

Features

  • Simple In Memory KV Store by @gja
  • Base64 support by @jdanyow
  • Subtle Crypto support by @jdanyow
  • Readme Updates for hot reloading