1 | 2.8.5 / 2018-11-04
|
2 | ==================
|
3 |
|
4 | * Fix setting `maxAge` option to `0`
|
5 |
|
6 | 2.8.4 / 2017-07-12
|
7 | ==================
|
8 |
|
9 | * Work-around Safari bug in default pre-flight response
|
10 |
|
11 | 2.8.3 / 2017-03-29
|
12 | ==================
|
13 |
|
14 | * Fix error when options delegate missing `methods` option
|
15 |
|
16 | 2.8.2 / 2017-03-28
|
17 | ==================
|
18 |
|
19 | * Fix error when frozen options are passed
|
20 | * Send "Vary: Origin" when using regular expressions
|
21 | * Send "Vary: Access-Control-Request-Headers" when dynamic `allowedHeaders`
|
22 |
|
23 | 2.8.1 / 2016-09-08
|
24 | ==================
|
25 |
|
26 | This release only changed documentation.
|
27 |
|
28 | 2.8.0 / 2016-08-23
|
29 | ==================
|
30 |
|
31 | * Add `optionsSuccessStatus` option
|
32 |
|
33 | 2.7.2 / 2016-08-23
|
34 | ==================
|
35 |
|
36 | * Fix error when Node.js running in strict mode
|
37 |
|
38 | 2.7.1 / 2015-05-28
|
39 | ==================
|
40 |
|
41 | * Move module into expressjs organization
|
42 |
|
43 | 2.7.0 / 2015-05-28
|
44 | ==================
|
45 |
|
46 | * Allow array of matching condition as `origin` option
|
47 | * Allow regular expression as `origin` option
|
48 |
|
49 | 2.6.1 / 2015-05-28
|
50 | ==================
|
51 |
|
52 | * Update `license` in package.json
|
53 |
|
54 | 2.6.0 / 2015-04-27
|
55 | ==================
|
56 |
|
57 | * Add `preflightContinue` option
|
58 | * Fix "Vary: Origin" header added for "*"
|