Releases: DevL/plug_require_header
Releases · DevL/plug_require_header
v0.8.1
Compare
Sorry, something went wrong.
No results found
DevL
released this
17 Jun 23:31
Allow newer versions (> 1.5) of Poison.
v0.8.0
Compare
Sorry, something went wrong.
No results found
DevL
released this
22 Jan 09:48
Fix Elixir 1.2+ deprecation warnings.
v0.7.0
Compare
Sorry, something went wrong.
No results found
DevL
released this
21 Oct 08:30
v0.6.1
Compare
Sorry, something went wrong.
No results found
DevL
released this
06 Jun 17:16
Ensure bot plain text and JSON responses have the charset header set to "utf-8".
v0.6.0
Compare
Sorry, something went wrong.
No results found
DevL
released this
06 Jun 16:59
Add support for Plug 0.13.
v0.5.0
Compare
Sorry, something went wrong.
No results found
DevL
released this
15 Apr 13:32
Support alternate way of handling missing headers.
v0.4.1
Compare
Sorry, something went wrong.
No results found
DevL
released this
07 Apr 07:10
Fix inline documentation.
v0.4.0
Compare
Sorry, something went wrong.
No results found
DevL
released this
06 Apr 20:22
Pass both connection key and header key to the callback function.
v0.3.2
Compare
Sorry, something went wrong.
No results found
DevL
released this
05 Apr 12:49
Properly handle multiple missing headers.
v0.3.1
Compare
Sorry, something went wrong.
No results found
DevL
released this
05 Apr 10:22
Remove redundant handling on nil header values. The HTTP server will filter them before they reach conn.req_headers.