Skip to content

Latest commit

 

History

History
72 lines (42 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

72 lines (42 loc) · 1.89 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.

1.1.4 - 2024-01-25

Fixed

  • Fix: Multiple Set-Cookie headers should not be overwritten

1.1.3 - 2024-01-25

Fixed

  • Fix: set req complete when pushing null

1.1.2 - 2023-11-08

  • Apply "Compute" branding change.

1.1.1 - 2023-10-14

Updated

  • Ensure ESM compatibility

1.1.0 - 2023-09-19

Updated

  • Position @fastly/js-compute as a devDependency and peerDependency.

1.0.0 - 2023-05-19

Changed

  • Updated to @fastly/js-compute@2.0.0

0.4.0 - 2022-12-23

Changed

  • Updated to @fastly/js-compute@1.0.0

0.3.2 - 2022-12-02

Changed

  • Updated to js-compute@0.5.12
  • Removed polyfills for setTimeout and clearTimeout, as they are now supported natively in js-compute

0.3.1 - 2022-10-22

Changed

  • Changed to use TextEncoder instead of Buffer.from() for converting UTF-8 text streams to binary, giving massive performance improvement