Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.1.0] - 2020-01-30
### Added
- Return ability to set loggers for a specific route
- Return ability to server and route to use custom loggers

### Fixed
- Fix routes overlapping by *any pattern in route's path
- Fix req:redirect_to method

## [2.0.1] - 2019-10-09
### Fixed
- Fix installation paths to not contain extra directories

## [2.0.0] - 2019-10-04
### Added
- Major rewrite since version 1.x
Expand Down