More extensible path calculation (#86)

This commit is contained in:
Ryan Brink
2021-10-04 17:48:19 -05:00
committed by GitHub
parent 6ba3617e32
commit 5a7e052ac4
13 changed files with 122 additions and 90 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## [1.8.0] - October 4th, 2021
### Changed
- Path calculation revamped to allow for simpler selector injection
- Kotlin version bumped to 1.5.31
- Ktor version bumped to 1.6.4
## [1.7.0] - August 14th, 2021
### Added