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 2226034 commit 0d708faCopy full SHA for 0d708fa
RELEASE_NOTES.md
@@ -1,3 +1,12 @@
1
+### 0.6.0 - 03.07.2018
2
+* Implement CSRF token protection using `Microsoft.AspNetCore.Antiforgery` (by @baronfel)
3
+* Await before adding result to `Items.["RequestModel"]` (by @NinoFloris)
4
+* Make IDs with # in them URL-quoted (by @NinoFloris)
5
+* Fix unintuitive ordering of plugs (by @NinoFloris)
6
+* Replace tupled controller args with curried args (by @rusanov-vladimir)
7
+* Add `cli_arguments` operation to the Application CE to
8
+flow into `CreateDefaultBuilder(args)` (by @NinoFloris)
9
+
10
### 0.5.0 - 22.05.2018
11
* Authorization helper (by @Nhowka)
12
* Add forwardf
0 commit comments