Skip to content

Commit

Permalink
Bump version to 0.15.0-preview02
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak committed Jan 20, 2021
1 parent aac8fb1 commit 23c667e
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.15.0-preview02] - 20.01.2021

### Added

* 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))
* Added controller versioning for endpoint routing (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))

### Changed

* Updated to Giraffe 5.0-rc-6
* Updated to net5.0 and ASP.NET Core 5

### Fixed

* Fix typo getConfiguration (by [@kaashyapan](https://github.com/kaashyapan))
* Fix putSecureBrowserHeaders header typo (by [@Shmew](https://github.com/Shmew))
* Fix application/json not being compressed in response (by [@may-day](https://github.com/may-day))
* Include querystring in Turbolinks-location (by [@viktorvan](https://github.com/viktorvan))


## [0.15.0-preview01] - 23.06.2020

### Added
Expand Down Expand Up @@ -253,4 +273,4 @@ flow into `CreateDefaultBuilder(args)` (by @NinoFloris)
* Implemented `application` abstraction
* Implemented set of helpers for controllers
* Implemented set of helpers for generating links following controller conventions
* Implemented CORS handler
* Implemented CORS handler

0 comments on commit 23c667e

Please sign in to comment.