Dieses Repository beinhaltet HTML- und Javascript Code zur einer NotizenWebApp auf Basis von Web Storage. Zudem sind Mocha/Chai Tests im Browser enthalten. https://meinenotizen.netlify.app/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

HISTORY.md 1.1KB

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