Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Latest commit

 

History

History
113 lines (58 loc) · 3.73 KB

CHANGELOG.md

File metadata and controls

113 lines (58 loc) · 3.73 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

v0.2.2

📖 Documentation

  • Fix build status badge url (528548b)
  • Add announcement (#15)

🏡 Chore

  • Disable Renovate (1206528)

❤️ Contributors

  • Nozomu Ikuta

v0.2.1

🩹 Fixes

  • Fix types (3907543)

🏡 Chore

  • Modify renovate config (377d16a)
  • Apply the latest unjs template (7625f22)
  • Upgrade h3 (bfbce0e)
  • Add workaround for ResolvedCorsOptions type (3b35f2d)
  • Remove unnecessary type assertion (a8632aa)
  • Remove redundant code (89f5cee)
  • Improve code coverage (2d54be7)
  • Modify test message (b4f8178)
  • Add todo comments (71e3dc6)

❤️ Contributors

  • Nozomu Ikuta

0.2.0 (2022-11-20)

⚠ BREAKING CHANGES

  • upgrade h3 to v1 (#7)

  • upgrade h3 to v1 (#7) (266022b)

0.1.8 (2022-11-08)

Features

  • add alias for defineCorsEventHandler (ce7278e)

Bug Fixes

0.1.7 (2022-11-04)

Bug Fixes

0.1.6 (2022-10-18)

Bug Fixes

0.1.5 (2022-09-13)

Bug Fixes

0.1.4 (2022-09-10)

Bug Fixes

  • createOriginHeaders in case where no origin request header is present (#2) (976b4f6), closes #1

0.1.3 (2022-08-24)

0.1.2 (2022-08-20)

0.1.1 (2022-08-20)

0.1.0 (2022-08-20)

Features

  • implement basic features (-) (5cf3d26)

Bug Fixes

  • add allow origin check (-) (6485121)
  • add code to pass unit tests (-) (44f0d11)
  • remove unused code (-) (1ffd871)