Releases: fastly/js-compute-runtime
Releases · fastly/js-compute-runtime
v1.0.0
v0.7.0
v0.6.0
0.6.0 (2022-12-09)
⚠ BREAKING CHANGES
- Disable JS iterator helpers as the feature is at Stage 3 and we should only enable by default Stage 4 features
Features
- Disable JS iterator helpers as the feature is at Stage 3 and we should only enable by default Stage 4 features (c90c145)
Bug Fixes
- Throw TypeErrors in config-store if supplied with invalid parameters or the config-store does not exist (6b70180)
v0.5.15
v0.5.14
v0.5.13
v0.5.12
v0.5.11
v0.5.10
v0.5.9
0.5.9 (2022-11-29)
Features
- add fastly:cache-override module (f433464)
- add geo ip lookup function to fastly:geolocation (24601e5)
- Add Logger constructor to "fastly:logger" module (b4818a2)
- expose fastly loggers via fastly:logger module (2d0bcfe)
- expose the fastly features via 'fastly:' namespaced modules (c06cd16)
- move env function into fastly:env (327b344)
Bug Fixes
- Add types for setTimeout, clearTimeout, setInterval, clearInterval (c1ed00c)