routingkit 0.2.0 routingkit: ^0.2.0 copied to clipboard
High-performance trie-node router. It is based on Trie-Node and supports dynamic, static, parameter, wildcard routing, etc.
0.2.0 #
BREAKING CHANGE: Refactor all
0.1.2 #
- Rename
Iterable
extensionpath
todescription
.
0.1.1 #
- Fixed path component
toString
method to return correct value
0.1.0 #
- Fixed
CatchAll
toCatchall
correctly - Removed unused logger from
Parameters
class - Changed
toPathComponentsString
helper method topath
getter - Changed
toPathComponents
method topathComponents
getter - Added
pathComponent
getter toString
type - Changed assertion to throw
ArgumentError
when catchall path segment is not the last one - Changed Dart SDK version constraint from
^3.2.3
to>=3.0.0 <3.3.0