diff --git a/CHANGELOG.md b/CHANGELOG.md index ff05398..efef01d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,16 @@ All notable changes to this project will be documented in this file. This change Note that versioning is managed using [lein-v](https://clojars.org/com.roomkey/lein-v). -## [Unreleased] -## 0.5.0 - 2017-02-26 +## [Unreleased](https://github.com/cch1/janus/compare/v0.6.0...HEAD) +## [0.6.0](https://github.com/cch1/janus/compare/v0.5.0...v0.6.0) - 2017-02-26 +### Added +- Support returning generalized path. +### Changed +- Augment request with route-params early (when identifying route) +### Removed +### Fixed +- Return nil when navigating to the parent of the root. +## [0.5.0](https://github.com/cch1/janus/compare/v0.4.0...v0.5.0) - 2017-02-26 ### Added - Custom printing of Router type to suppress. - Add support for `parent` method in Routable protocol. @@ -15,35 +23,32 @@ Note that versioning is managed using [lein-v](https://clojars.org/com.roomkey/l ### Removed ### Fixed - Fixed bug in `root` method of Router's implementation of Routable protocol. -## 0.4.0 - 2017-02-22 +## [0.4.0](https://github.com/cch1/janus/compare/v0.3.1...v0.4.0) - 2017-02-22 ### Added ### Changed ### Removed ### Fixed - Assoc route params onto request at moment of dispatch, not earlier. - Treat vars like fns during route normalization. -## 0.3.1 - 2017-02-22 +## [0.3.1](https://github.com/cch1/janus/compare/v0.3.0...v0.3.1) - 2017-02-22 ### Added - Unidentifiable routes are properly handled and ultimately result in a Ring 404 Not-Found response. ### Changed - Ring identifier middleware takes an instance of janus.route.Router, not routes. ### Removed ### Fixed -## 0.3.0 - 2017-02-22 +## [0.3.0](https://github.com/cch1/janus/compare/v0.2.0...v0.3.0) - 2017-02-22 ### Added ### Changed - Prioritize handlers fn in normalization ### Removed ### Fixed -## 0.2.0 - 2017-02-21 +## [0.2.0](https://github.com/cch1/janus/compare/v0.1.0...v0.2.0) - 2017-02-21 ### Added - Allow dispatchable/handler directly in route tree. ### Changed - Abstract routing into two primary protocols and implement with janus.route.Router type - Use zippers for managing navigation through route tree. -## 0.1.0 - 2017-02-08 +## [0.1.0](https://github.com/cch1/janus/compare/...v0.1.0) - 2017-02-08 ### Added - Initial functionality for identifying & generating, plus basic ring identify/dispatching handler - -[Unreleased]: https://github.com/cch1/janus/compare/0.1.0...HEAD -[0.1.0]: https://github.com/cch1/janus/compare/0.1.0...0.1.1