Skip to content

Latest commit

 

History

History
119 lines (73 loc) · 2.97 KB

File metadata and controls

119 lines (73 loc) · 2.97 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.2.0 - 2026-02-12

Updated

  • Release to npmjs using updated CI workflow and trusted publishing
  • Bump dependencies

Fixed

  • Corrected docs relating to static-publisher v6

4.1.0 - 2025-03-10

Added

  • Defined a LoadContext type
  • We now pass and object into the loader context based on the fetch event.

4.0.2 - 2025-03-08

Fixed

  • Fixed type reference in typescript d.ts file
  • Update to mirror starter kit

4.0.1 - 2025-01-06

Added

  • Release to npmjs using CI workflow

Fixed

  • Updated dependency versions

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