All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
4.0.0 - 2024-01-26
- Supports remix@2, and drops remix@1
- Uses @fastly/compute-js-static-publish@6 to cleanly separate static manifest files
3.0.0 - 2024-01-26
- Use SubtleCrypto from JS SDK for cookie signing
- Remove Webpack and crypto polyfill from template
- Template now uses "type": "module"
- Update Migration steps
- fix: specify full file path in file reference for use in projects with "type": "module"
- fix: rename .eslintrc config to cjs
2.1.1 - 2023-12-01
- fix: Specify dependency of @fastly/compute-js-static-publish@^5.1.2, which allows peerDependency of js-compute@3
2.1.0 - 2023-11-14
- Allow async
getLoadContext()
function
- Update to @fastly/js-compute@3
- Apply "Compute" branding change.
2.0.2 - 2023-06-27
- fix: Fix AbortController stub method names
2.0.1 - 2023-06-27
- fix: Create Project command in README was missing
--
before flags passed tocreate-remix
2.0.0 - 2023-06-19
- Update to @fastly/js-compute@2
- Update to @fastly/compute-js-static-publish@5
- Update to typescript@5
- Initial official release