Skip to content

Commit 0d708fa

Browse files
Bump version to 0.6.0
1 parent 2226034 commit 0d708fa

File tree

3 files changed

+535
-501
lines changed

3 files changed

+535
-501
lines changed

RELEASE_NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
### 0.5.0 - 22.05.2018
211
* Authorization helper (by @Nhowka)
312
* Add forwardf

0 commit comments

Comments
 (0)