added explicit path calculator interface (#31)

This commit is contained in:
Ryan Brink
2021-04-20 10:17:05 -04:00
committed by GitHub
parent 40e8ec22ae
commit a0ab043e5a
6 changed files with 78 additions and 47 deletions

View File

@ -1,5 +1,15 @@
# Changelog
## [0.5.2] - April 19th, 2021
### Removed
- Removed `Route.calculatePath`
### Added
- Added an explicit `PathCalculator` interface to allow for easier handling of routes external to the core set of Ktor route selectors.
## [0.5.1] - April 19th, 2021
### Changed