All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.15.0 (2022-02-04)
- kv: handle binary files (#76) (8a03a79)
- pipeline fix - Stream.pipeline is available only in nodejs 10 (#82) (3146f22)
1.14.0 (2022-02-04)
- Uses node crypto instead of ossl crypto, close [#79]((https://github.com/gja/cloudflare-worker-local/pulls/79)
- Set CF-IPCountry header from env var, close #80 (#81) (4b8b0e1)
- kv: handle binary files (#76) (8a03a79)
1.13.0 (2020-12-15)
- Remaining KV Functions, File-System KV Store, Cache API Stubs, Workers Sites Support (#57) (78348e4)
1.12.1 (2020-03-26)
1.12.0 (2020-03-25)
1.11.0 (2019-08-01)
- add FetchEvent.passThroughOnException() (#37) (3e21659)
- Set cf values to request headers for local debugging (#35) (8d78e0a)
1.10.0 (2019-04-15)
- Worker: Supporting callback functions like setTimeout, setInterval (#30) (0abbaec), closes #29
- Reduce post limit, fixes #31 (#32) (000c435)
1.9.0 (2019-01-04)
- Worker: waitUntil and respondWith must be bound to e in order to work (06bc243)
1.8.1 (2019-01-04)
- Exposing the stores via test app (fd468e1)
1.8.0 (2019-01-02)
1.7.0 (2018-12-28)
1.6.0 (2018-12-18)
- Worker: Supporting most CF Headers (#22) (99e5db7), closes #21
- InMemoryKVStore: Delete Items from InMemoryKVStore (#20)
1.5.0 (2018-12-06)
1.4.0 (2018-12-03)
- update main in package (#13) (8c82a79)
- Worker: add self to scope (996cec5)
- Worker: add URLSearchParams (#16) (af6f1be)