|
| 1 | +### 0.7.0 - 13.07.2018 |
| 2 | +* Fix GitHub OAuth (by [@rmunn](https://github.com/rmunn)) |
| 3 | +* Rename `scope` to `router` (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)) |
| 4 | +* Fix `jsonToClaimMap` in GitHub OAuth (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)) |
| 5 | +* Remove ContentRoot call from `use_static` (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)) |
| 6 | +* Fix `site.map` generation if no routes were detected (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)) |
| 7 | +* Add generic `response` helper (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)) |
| 8 | +* Handle generic output type in controller actions (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)) |
| 9 | +* Removes patch request method from `Update` into a new action called `Patch` (by [@NinoFloris](https://github.com/NinoFloris)) |
| 10 | +* Adds HttpSys project and sample (by [@ChrSteinert](https://github.com/ChrSteinert))) |
| 11 | +* Add Google OAuth (by [@rmunn](https://github.com/rmunn)) |
| 12 | +* Move OAuth authorization with 3rd party services to extensions library (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)) |
| 13 | +* Add operations for customizing serialization (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)) |
| 14 | +* New `except` function taking actions to remove from the complete set of actions (by [@NinoFloris](https://github.com/NinoFloris)) |
| 15 | +* Handle possible `except [All]` silliness (by [@rmunn](https://github.com/rmunn)) |
| 16 | +* Make `version` in `controller` CE a string (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)) |
| 17 | +* Ensure cookies are enabled only once (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)) |
| 18 | +* Add `use_router` to application CE. Mark `router` as obsolete. (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)) |
| 19 | +* Support custom MIME types (by [@Nhowka](https://github.com/Nhowka)) |
| 20 | +* Fix model loading (`fetchModel`, `loadModel` and `getModel` functions) (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)) |
| 21 | + |
1 | 22 | ### 0.6.0 - 03.07.2018 |
2 | 23 | * Implement CSRF token protection using `Microsoft.AspNetCore.Antiforgery` (by @baronfel) |
3 | 24 | * Await before adding result to `Items.["RequestModel"]` (by @NinoFloris) |
|
0 commit comments