basant307/AI_Governance_Project
048
12.8.5 / 2018-11-042==================3 4 * Fix setting `maxAge` option to `0`5 62.8.4 / 2017-07-127==================8 9 * Work-around Safari bug in default pre-flight response10 112.8.3 / 2017-03-2912==================13 14 * Fix error when options delegate missing `methods` option15 162.8.2 / 2017-03-2817==================18 19 * Fix error when frozen options are passed20 * Send "Vary: Origin" when using regular expressions21 * Send "Vary: Access-Control-Request-Headers" when dynamic `allowedHeaders`22 232.8.1 / 2016-09-0824==================25 26This release only changed documentation.27 282.8.0 / 2016-08-2329==================30 31 * Add `optionsSuccessStatus` option32 332.7.2 / 2016-08-2334==================35 36 * Fix error when Node.js running in strict mode37 382.7.1 / 2015-05-2839==================40 41 * Move module into expressjs organization42 432.7.0 / 2015-05-2844==================45 46 * Allow array of matching condition as `origin` option47 * Allow regular expression as `origin` option48 492.6.1 / 2015-05-2850==================51 52 * Update `license` in package.json53 542.6.0 / 2015-04-2755==================56 57 * Add `preflightContinue` option58 * Fix "Vary: Origin" header added for "*"59 