Skip to content

Commit fdfed2e

Browse files
committed
add Access-Control-Allow-Headers: * to default cors response on api cresponses
1 parent b68448f commit fdfed2e

File tree

6 files changed

+470
-285
lines changed

6 files changed

+470
-285
lines changed

.prettierrc.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
printWidth: 120
2-
singleQuote: true

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
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)
66

7+
## [4.4.0]  (2020-11-24)
8+
9+
### Changed
10+
11+
- Added `'Access-Control-Allow-Headers': '*'` when `cors=true` is specified in API responses
12+
- Update dependencies
13+
714
## [4.3.0]  (2020-11-13)
815

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

339+
[4.4.0]: https://github.com/manwaring/lambda-wrapper/compare/v4.3.0...v4.4.0
332340
[4.3.0]: https://github.com/manwaring/lambda-wrapper/compare/v4.2.0...v4.3.0
333341
[4.2.0]: https://github.com/manwaring/lambda-wrapper/compare/v4.1.1...v4.2.0
334342
[4.1.1]: https://github.com/manwaring/lambda-wrapper/compare/v4.1.0...v4.1.1

0 commit comments

Comments
 (0)