Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/eggjs/egg-cors

CORS plugin for egg
https://github.com/eggjs/egg-cors

Release 3.0.0

[skip ci]

## [3.0.0](https://github.com/eggjs/egg-cors/compare/v2.2.3...v3.0.0) (2023-12-11)

#...

770bda9ab07ff05f5973fa6e8ac26cf4b4760de9 authored about 1 year ago by semantic-release-bot <[email protected]>
feat: use @koa/[email protected] (#27)

BREAKING CHANGE: drop Node.js < 14

599e918f18f65c47e41ebf30d659ae439e10207d authored about 1 year ago by fengmk2 <[email protected]>
chore: auto release (#25)

1396d6d85dc522cf73b647a3d791c1bfa9c1df90 authored about 1 year ago by fengmk2 <[email protected]>
πŸ“– DOC: Fix koajs/cors document link

e5e78dbf08f2c6c8939117cbcff4d699fe8b9420 authored almost 3 years ago by fengmk2 <[email protected]>
test: Create codeql-analysis.yml (#24)

85b2e382a15c1cf157ad9a6c9e4747b9ada398cd authored almost 3 years ago by fengmk2 <[email protected]>
πŸ€– TEST: Add test case for Private Network Access (#23)

see https://github.com/koajs/cors/pull/83

4e7c111269cb5c8911ae8986204e373600fcbdc2 authored almost 3 years ago by fengmk2 <[email protected]>
Release 2.2.3

f5030a9042fa277972ce786cdabbbba8c1dddafa authored about 5 years ago by dead-horse <[email protected]>
fix: use new URL instead of url.parse (#22)

7990aa7c92fa2c82bb6e9018b7191852879f1569 authored about 5 years ago by Yiyu He <[email protected]>
Release 2.2.2

7ae83b302fa7083203c45c6363d959ee37c9dab9 authored about 5 years ago by TZ <[email protected]>
fix: should also check origin with port (#21)

74e8c264ddbc3aa4b926efa7696a310ef3dabe71 authored about 5 years ago by Yelmor <[email protected]>
chore: update travis

53ffc7ec2cb4d119dc2e6b76bbccb0ed7a3712e9 authored about 5 years ago by TZ | 倩ηŒͺ <[email protected]>
Release 2.2.1

288a7b75163ffce94d361557ecc5019d1f9576ec authored about 5 years ago by dead-horse <[email protected]>
fix: second-level domain and port support misjudgement (#20)

499c2b1cd730b4a9d5d7811946661cc9b475326d authored about 5 years ago by Khaidi Chu <[email protected]>
Release 2.2.0

f733e5aafdb067755291f0b3a0762c2ada9dd893 authored almost 6 years ago by dead-horse <[email protected]>
feat: use koa/cors@3, support options.origin to be async function (#19)

30a1b8c8cf58cacd208f86905d334588db523b8e authored almost 6 years ago by Yiyu He <[email protected]>
Release 2.1.2

66180061890b89b641189eacc371fbc75a8bb2f3 authored about 6 years ago by TZ <[email protected]>
chore: typings of origin params (#18)

46adcc2c5083911671018c397168e7b4d8d93f02 authored about 6 years ago by SoraYama <[email protected]>
Release 2.1.1

fda149ae5c6e91b71dcd4fab113b9f3f83f60718 authored over 6 years ago by TZ <[email protected]>
deps: update (#17)

52156d60fb7cbfb58ab775c87531750303ac5fa1 authored over 6 years ago by TZ | 倩ηŒͺ <[email protected]>
chore: add types of cors option. (#15)

6ff2b193e92f7fba0a34e76500bdea55367b29f2 authored over 6 years ago by angela-1 <[email protected]>
docs: update readme (#16)

7b340c5e26aac14da50909b10a4cae58c06e1e5b authored over 6 years ago by Jeff Wen <[email protected]>
Release 2.1.0

b6ea4f23f8e1d0ecfd22778ddc4f640ab8cc3842 authored over 6 years ago by fengmk2 <[email protected]>
chore(typings): add interface Config['cors'] (#12)

* chore(typings): add interface Config['cors']

usage:

```ts
// {app_root}/config/config.d...

ff8b7dab9c9acff5f5319ecca1fe0df5d1ebfaf8 authored over 6 years ago by waiting <[email protected]>
Release 2.0.0

da2b18bb3b7fcc6d660afd804a0e44ca508ca015 authored about 7 years ago by dead-horse <[email protected]>
refactor: use async function and support egg@2 (#9)

120639fb784ed1ea71eff071124d3f242b52ab72 authored about 7 years ago by Yiyu He <[email protected]>
Release 1.2.0

1d139648bed6aa24e17153362751f7e12d86857a authored over 7 years ago by TZ <[email protected]>
deps: update deps (#8)

424c56472d5982c02e78bf48b8b74025b2524437 authored over 7 years ago by TZ | 倩ηŒͺ <[email protected]>
feat: add config for Access-Control-Allow-Origin (#7)

0cc030ef1e358b41fbafaf5da6a81d73db04184e authored over 7 years ago by Brick <[email protected]>
Release 1.1.0

cbc9ee6d19414c118398645c329b24c18476c146 authored almost 8 years ago by TZ <[email protected]>
feat: update to [email protected] and docs fix (#6)

556e12119ef0d90f136b2b9f61453d657e2a84c9 authored almost 8 years ago by TZ | 倩ηŒͺ <[email protected]>
fix: adjust with new test (#4)

ff87c464333569f51149f66a8821db5b8c978e44 authored almost 8 years ago by TZ | 倩ηŒͺ <[email protected]>
Release 1.0.0

e5a436f8fcfd2c078e52a2012a7cec84315dd881 authored about 8 years ago by TZ <[email protected]>
chore: update deps and test on node v7 (#3)

* chore: remove unuse deps

a7860d3f7e7a51c5f30eaef992cf4cea2ee034e0 authored about 8 years ago by fengmk2 <[email protected]>
doc: add configuration information on how to pass in domain whitelist (#2)

4854a244f5a6991b379eb8a322c356ad665d5413 authored over 8 years ago by Matt Ma <[email protected]>
test: add tests (#1)

478301a8edce0e6e92c6037ce22fc1193db678d0 authored over 8 years ago by fengmk2 <[email protected]>
Release 0.0.2

38f37136de3c6a6876c817fbe252d21d44cb2f29 authored over 8 years ago by 不四 <[email protected]>
init

758e285e88b5266ac62b77e2e87519c5c4e755cc authored over 8 years ago by 不四 <[email protected]>