All Versions
20
Latest Version
Avg Release Cycle
140 days
Latest Release
783 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.2.0 Changes
February 07, 2017- ๐ Fixes
- Remove cowboy dependency. Plug should be server-agnostic and this plug does not need cowboy. Thanks to @hauleth and @ewitchin for making me aware.
๐ As I changed dependency this is a minor release. I don't anticipate any regressions tho.
- ๐ Fixes
-
v1.1.4 Changes
May 24, 2017- ๐ Fixes
- Add method parens to suppress Elixir 1.4.0 warnings (thanks @seivan).
- ๐ Fixes
-
v1.1.3 Changes
December 24, 2016- โจ Enhancements
- Support regex for
origin
(thanks @somlor)
- Support regex for
- โจ Enhancements
-
v1.1.2 Changes
May 08, 2016- โจ Enhancements
- Allow client to set
allow-headers
by sendingrequest-headers
when using a wildcard.
- Allow client to set
This enhancement is brought to you by @arathunku
- โจ Enhancements
-
v1.1.1 Changes
March 11, 2016- ๐ Fixes
- Return "null" instead of null when no origin matches.
Many thanks to @somlor for the fix!
- ๐ Fixes
-
v1.1.0 Changes
February 10, 2016- โจ Enhancements
- Allow multiple origins. When configuring you can now pass a list for
origins
(plug: CORSPlug, origin: ~w(example1.com example2.com)
).
- Allow multiple origins. When configuring you can now pass a list for
- ๐ Fixes
Access-Control-Expose-Headers
now works
Both of these have been brought to you by @jer-k - many thanks!
- โจ Enhancements
-
v1.0.0 Changes
January 22, 2016- ๐ 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).
- ๐ Fixes
-
v0.1.4 Changes
September 24, 2015- โจ Enhancements
- Add
Access-Control-Expose-Headers
(thanks @jaketrent)
- Add
- โจ Enhancements
-
v0.1.3 Changes
July 09, 2015- โจ Enhancements
- Add license
- Improve readme (thanks @leighhalliday, @patricksrobertson)
- Simplify travis.yml (thanks @lowks)
- โจ Enhancements
-
v0.1.2 Changes
February 12, 2015- ๐ Release plug dependency