File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## 1.0
99
1010### Changed since split from asm89/stack-cors
1111
1212- Renamed Asm89\Stack namespace to Fruitcake\Cors
13- - Removed HttpKernel middleware
13+ - Removed HttpKernel middleware
14+
15+ ### New Features
16+ - Allow underscore options (both ` allowed_origins ` and ` allowedOrigins ` are allowed)
17+ - Support wildcard patterns on AllowedOrigins (eg ` https://*.example.com ` will be converted to an allowedOriginPattern)
18+ - Validate input (so invalid options are caught immediately)
19+ - Bump PHPStan to Level 9
20+ - Ensure 100% Code Coverage
You can’t perform that action at this time.
0 commit comments