Skip to content

Releases: cdloh/cloudflare-esi

v0.5.1

19 Mar 17:04

Choose a tag to compare

0.5.1 (2025-03-19)

Bug Fixes

  • dont clone request when creating a mutable request (090b166)

v0.5.0

06 Mar 11:04

Choose a tag to compare

0.5.0 (2025-03-06)

Features

  • allow setting a custom Surrogate-Control header (69bd80b), closes #282

v0.4.2

11 Feb 21:31

Choose a tag to compare

0.4.2 (2025-02-11)

Bug Fixes

  • Cleanup useless async and awaits & custom ESI Vars function doesn't have to be async (6ee4f6b)

v0.4.1

10 Jan 13:19

Choose a tag to compare

0.4.1 (2025-01-10)

Bug Fixes

  • redo the fetch function definition to not require request init details (0f4bb71)

v0.4.0

09 Jan 14:12

Choose a tag to compare

0.4.0 (2025-01-09)

Bug Fixes

  • incorrectly named thirdPartyIncludesDomainWhitelist (a72442a)

Features

  • pass request context to fetch function (402805e)

v0.3.1

27 Sep 15:21

Choose a tag to compare

0.3.1 (2024-09-27)

Bug Fixes

  • also trigger postbody function on non esi responses (e84948a)

v0.3.0

06 Aug 15:03

Choose a tag to compare

0.3.0 (2024-08-06)

Features

  • add postBody Functionality (0c9d7dc)

v0.2.5

18 Jun 15:20

Choose a tag to compare

0.2.5 (2024-06-18)

Bug Fixes

  • handle int conditions better (0cd89fe)

v0.2.4

18 Jun 12:43

Choose a tag to compare

0.2.4 (2024-06-18)

Bug Fixes

  • handle empty strings correctly (dont force them to be ints) (eb61116)

v0.2.3

11 Jun 10:42

Choose a tag to compare

0.2.3 (2024-06-11)

Bug Fixes

  • handles esi Args that are strings but have leading integers (1aa0067)
  • update actions and nodejs versions to fix for latest LTS (9bd3ab4)
  • Upgrade packages prep for a few patches (060c874)