Skip to content

Commit

Permalink
add Access-Control-Allow-Headers: * to default cors response on api c…
Browse files Browse the repository at this point in the history
…responses
  • Loading branch information
manwaring committed Nov 25, 2020
1 parent b68448f commit fdfed2e
Show file tree
Hide file tree
Showing 6 changed files with 470 additions and 285 deletions.
1 change: 0 additions & 1 deletion .prettierrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
printWidth: 120
singleQuote: true
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)

## [4.4.0]  (2020-11-24)

### Changed

- Added `'Access-Control-Allow-Headers': '*'` when `cors=true` is specified in API responses
- Update dependencies

## [4.3.0]  (2020-11-13)

### Added
Expand Down Expand Up @@ -329,6 +336,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),
- Update older libraries
- Now publish from Git tags instead of master pushes

[4.4.0]: https://github.com/manwaring/lambda-wrapper/compare/v4.3.0...v4.4.0
[4.3.0]: https://github.com/manwaring/lambda-wrapper/compare/v4.2.0...v4.3.0
[4.2.0]: https://github.com/manwaring/lambda-wrapper/compare/v4.1.1...v4.2.0
[4.1.1]: https://github.com/manwaring/lambda-wrapper/compare/v4.1.0...v4.1.1
Expand Down
Loading

0 comments on commit fdfed2e

Please sign in to comment.