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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## 1.0
9
9
10
10
### Changed since split from asm89/stack-cors
11
11
12
12
- 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