Skip to content

Commit

Permalink
Update changelog for v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cch1 committed May 11, 2017
1 parent 6447a21 commit 3c3ea64
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions CHANGELOG.md
Expand Up @@ -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.
Expand All @@ -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

0 comments on commit 3c3ea64

Please sign in to comment.