We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1133a9 commit a30af9aCopy full SHA for a30af9a
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v1.14.1 (2023-03-17)
4
+
5
+### Enhancements
6
7
+ * Add `nest_all_json` option to JSON parser
8
+ * Make action on Plug.Debugger page look like a button
9
+ * Better formatting of exceptions on the error page
10
+ * Provide stronger response header validation
11
12
## v1.14.0 (2022-10-31)
13
14
Require Elixir v1.10+.
mix.exs
@@ -1,7 +1,7 @@
defmodule Plug.MixProject do
use Mix.Project
- @version "1.14.0"
+ @version "1.14.1"
@description "Compose web applications with functions"
@xref_exclude [Plug.Cowboy, :ssl]
0 commit comments