Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Feb 19, 2022
1 parent cf08000 commit f10ce9f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## 1.0

### Changed since split from asm89/stack-cors

- Renamed Asm89\Stack namespace to Fruitcake\Cors
- Removed HttpKernel middleware
- Removed HttpKernel middleware

### New Features
- Allow underscore options (both `allowed_origins` and `allowedOrigins` are allowed)
- Support wildcard patterns on AllowedOrigins (eg `https://*.example.com` will be converted to an allowedOriginPattern)
- Validate input (so invalid options are caught immediately)
- Bump PHPStan to Level 9
- Ensure 100% Code Coverage

0 comments on commit f10ce9f

Please sign in to comment.