Skip to content

Commit f10ce9f

Browse files
authored
Update CHANGELOG.md
1 parent cf08000 commit f10ce9f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

0 commit comments

Comments
 (0)