Skip to content

Latest commit

 

History

History
81 lines (50 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

81 lines (50 loc) · 2.12 KB

Changelog

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

Updated

  • 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

Updated

  • Use SubtleCrypto from JS SDK for cookie signing
  • Remove Webpack and crypto polyfill from template
  • Template now uses "type": "module"
  • Update Migration steps

Fixed

  • 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

Updated

  • 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

Added

  • Allow async getLoadContext() function

Updated

  • Update to @fastly/js-compute@3
  • Apply "Compute" branding change.

2.0.2 - 2023-06-27

Fixed

  • fix: Fix AbortController stub method names

2.0.1 - 2023-06-27

Fixed

  • fix: Create Project command in README was missing -- before flags passed to create-remix

2.0.0 - 2023-06-19

Updated

  • Update to @fastly/js-compute@2
  • Update to @fastly/compute-js-static-publish@5
  • Update to typescript@5
  • Initial official release