others
- [
f31dac9
] - Merge pull request from GHSA-qxrj-hx23-xp82 (fengmk2 <[email protected]>)
fixes
- [
7358ab3
] - fix: Calling all options even if origin header is not present (#87) (Cleber Rossi <[email protected]>)
others
- [
d19090f
] - refactor: [BREAKING] drop node 8, 10, 12 support (#88) (fengmk2 <[email protected]>)
others
- [
208b86c
] - Revert "fix: Calling all options even if origin header is not present (#87)" (fengmk2 <[email protected]>)
fixes
- [
2e8da5b
] - fix: Calling all options even if origin header is not present (#87) (Cleber Rossi <[email protected]>)
fixes
- [
1205356
] - fix: must specify an origin value instead of "*" wildcard (#85) (Tyreal Hu <[email protected]>)
others
- [
2cd4789
] - 🤖 TEST: Run test on Node.js 18 (#86) (fengmk2 <[email protected]>) - [
ae56e05
] - Create codeql-analysis.yml (fengmk2 <[email protected]>) - [
c4b5d21
] - refactor: use friendlier promise checking (#84) (Swain Molster <[email protected]>) - [
fbe33bc
] - 📖 DOC: Add privateNetworkAccess js to README (fengmk2 <[email protected]>)
features
- [
c279fc3
] - feat: Add support for "Private Network Access" (#83) (Chi Ma <[email protected]>)
others
- [
97d9220
] - chore: credentials jsdoc (#80) (Jing Yi Wang <[email protected]>)
features
- [
134ec9b
] - feat: support secure context headers (Levi Tomes <[email protected]>)
others
- [
bcadb55
] - test: run test on github action (fengmk2 <[email protected]>)
features
- [
013662a
] - feat: add support for using a function to determine whether or not to allow credentials. (#68) (mcohen75 <[email protected]>)
others
- [
da84dec
] - docs: update install script (dead-horse <[email protected]>) - [
eba3b44
] - chore: ES6 Object spread (#66) (Alpha <[email protected]>)
others
- [
369d31d
] - refactor: use async function, support options.origin return promise (#59) (Yiyu He <[email protected]>)
fixes
- [
12ae730
] - fix: setVary: Origin
header on error responses (#55) (Erik Fried <[email protected]>)
others
- [
019ec40
] - travis: test node@10 and drop test node@4 (#51) (fengmk2 <[email protected]>) - [
6e22833
] - doc: update outdated options doc (Xingan Wang <[email protected]>) - [
c982530
] - travis: test node@8 (jongleberry <[email protected]>) - [
b4f65b3
] - npm: remove tag (jongleberry <[email protected]>) - [
878ae9b
] - package: rename to @koa/cors (jongleberry <[email protected]>)
- fix: always set "Vary: Origin" header (#31)
- feat: add PATCH to default methods
- fix: keepHeadersOnError won't affect OPTIONS request (#17)
- feat: Keep headers after an error (#13)
- chore: use eslint instead of jshint (#10)
- test: use codecov instead of coveralls
- chore: make node engines >= 4.3.1
- doc: update example
- test: only test on node 4+
- refactor: src,test: update to (ctx, next) -> Promise middleware contract
- chore: base on koa@2
- fix: make more spec-compliant
- first release