Skip to content

Latest commit

 

History

History
131 lines (95 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

131 lines (95 loc) · 2.4 KB

1.1.1 - 5 Sep 2024

Feature:

  • add provenance publish

1.1.0 - 16 Jul 2024

Change:

  • Add support for Elysia 1.1

1.0.5 - 14 Jul 2024

Bug fix:

  • fix content-type on preflight

1.0.4 - 9 Jul 2024

Bug fix:

  • Mirror allow method on preflight options

1.0.3 - 18 Mar 2024

Feature:

  • add true to allowHeaders, and exposeHeaders

Breaking Change:

  • rename exposedHeaders to exposeHeaders

Change:

  • using true on methods, allowHeaders, and exposeHeaders by default
  • using strict origin processing as per spec
  • add support for predefined origin to handle any protocol

1.0.2 - 18 Mar 2024

Change:

  • Add support for Elysia 1.0

1.0.0 - 16 Mar 2024

Change:

  • Add support for Elysia 1.0

1.0.0-rc.0 - 1 Mar 2024

Change:

  • Add support for Elysia 1.0

1.0.0-beta.1 - 17 Feb 2024

Change:

  • Add support for Elysia 1.0

1.0.0-beta.0 - 6 Feb 2024

Change:

  • Add support for Elysia 1.0

0.8.0 - 23 Dec 2023

Change:

  • Add support for Elysia 0.8

0.8.0-rc.1 - 21 Dec 2023

Improvement:

  • Using Elysia.headers to set default headers
  • Get value of static field ahead of time

Change:

  • set credential to true by default

Bug fix:

  • origin with out protocol is now handle

0.8.0-rc.0 - 15 Dec 2023

Change:

  • Add support for Elysia 0.8

0.7.2 - 14 Nov 2023

Bug fix:

  • Response using origin instead of '*' when presented

0.7.1 - 26 Sep 2023

Bug fix:

  • strictly handle string[]

0.7.0 - 20 Sep 2023

  • Add support for Elysia 0.7

0.7.0-beta.0 - 18 Sep 2023

  • Add support for Elysia 0.7

0.6.0 - 6 Aug 2023

  • Add support for Elysia 0.6

0.6.0-rc.0 - 6 Aug 2023

  • Add support for Elysia 0.6

0.5.0 - 15 May 2023

  • Add support for Elysia 0.5
  • Add CommonJS support

0.3.0 - 17 Mar 2023

Improvement:

  • Add support for Elysia 0.3.0

0.3.0-rc.0 - 7 Mar 2023

Improvement:

  • Add support for Elysia 0.3.0-rc.0

0.1.0-rc.3 - 13 Dec 2022

Change:

  • Minimum requirement for Elysia is set to 0.1.0-rc.5
  • Using PreContext instead of Context

Fix:

  • Headers not present on Error

0.1.0-rc.2 - 9 Dec 2022

Fix:

  • Add main fields Bundlephobia

0.1.0-rc.1 - 6 Dec 2022

Improvement:

  • Support for Elysia 0.1.0-rc.1 onward

0.0.0-experimental.4 - 22 Nov 2022

Change:

  • Support for KingWorld 0.0.0-experimental.51

0.0.0-experimental.2 - 30 Oct 2022

Change:

  • Support for KingWorld 0.0.0-experimental.40

0.0.0-experimental.2 - 30 Oct 2022

Change:

  • Support for KingWorld 0.0.0-experimental.28 onward
  • chore: update dependencies