Skip to content

Commit 23c667e

Browse files
Bump version to 0.15.0-preview02
1 parent aac8fb1 commit 23c667e

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.15.0-preview02] - 20.01.2021
8+
9+
### Added
10+
11+
* Added DI support for all CEs we provide - the `_di` versions of custom operations are avaliable in following modules: `ApplicationDI`, `ChannelsDI`, `ControllerDI` (both standard, and endpoint routing), `PipelinesDI`, and `RouterDI` (both standard, and endpoint routing) (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak) and [@Arshia001](https://github.com/Arshia001))
12+
* Added controller versioning for endpoint routing (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
13+
14+
### Changed
15+
16+
* Updated to Giraffe 5.0-rc-6
17+
* Updated to net5.0 and ASP.NET Core 5
18+
19+
### Fixed
20+
21+
* Fix typo getConfiguration (by [@kaashyapan](https://github.com/kaashyapan))
22+
* Fix putSecureBrowserHeaders header typo (by [@Shmew](https://github.com/Shmew))
23+
* Fix application/json not being compressed in response (by [@may-day](https://github.com/may-day))
24+
* Include querystring in Turbolinks-location (by [@viktorvan](https://github.com/viktorvan))
25+
26+
727
## [0.15.0-preview01] - 23.06.2020
828

929
### Added
@@ -253,4 +273,4 @@ flow into `CreateDefaultBuilder(args)` (by @NinoFloris)
253273
* Implemented `application` abstraction
254274
* Implemented set of helpers for controllers
255275
* Implemented set of helpers for generating links following controller conventions
256-
* Implemented CORS handler
276+
* Implemented CORS handler

0 commit comments

Comments
 (0)