UNPKG

1.17 kBMarkdownView Raw
12.8.5 / 2018-11-04
2==================
3
4 * Fix setting `maxAge` option to `0`
5
62.8.4 / 2017-07-12
7==================
8
9 * Work-around Safari bug in default pre-flight response
10
112.8.3 / 2017-03-29
12==================
13
14 * Fix error when options delegate missing `methods` option
15
162.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
232.8.1 / 2016-09-08
24==================
25
26This release only changed documentation.
27
282.8.0 / 2016-08-23
29==================
30
31 * Add `optionsSuccessStatus` option
32
332.7.2 / 2016-08-23
34==================
35
36 * Fix error when Node.js running in strict mode
37
382.7.1 / 2015-05-28
39==================
40
41 * Move module into expressjs organization
42
432.7.0 / 2015-05-28
44==================
45
46 * Allow array of matching condition as `origin` option
47 * Allow regular expression as `origin` option
48
492.6.1 / 2015-05-28
50==================
51
52 * Update `license` in package.json
53
542.6.0 / 2015-04-27
55==================
56
57 * Add `preflightContinue` option
58 * Fix "Vary: Origin" header added for "*"