Skip to content

Releases: mschae/cors_plug

v1.1.0

10 Feb 00:18
Compare
Choose a tag to compare
  • Enhancements
    • Allow multiple origins. When configuring you can now pass a list for
      origins (plug: CORSPlug, origin: ~w(example1.com example2.com)).
  • Fixes
    • Access-Control-Expose-Headers now works

Both of these have been brought to you by @jer-k - many thanks!

v1.0.0

22 Jan 12:13
Compare
Choose a tag to compare
  • Fixes
    • Don't override headers. Earlier headers would've been overriden by the
      CORS Plug. Amazing that this hasn't popped up before...

As this makes a backward-incompatible change (no longer overriding headers
this is a new major).