2019-03-09 23:38:08 +01:00
|
|
|
# Changes
|
|
|
|
|
2019-12-07 04:57:43 +01:00
|
|
|
## [0.2.0] - 2019-12-07
|
2019-12-05 11:40:24 +01:00
|
|
|
|
|
|
|
* Update http to 0.2
|
|
|
|
|
|
|
|
* Update regex to 1.3
|
|
|
|
|
2019-12-07 06:04:53 +01:00
|
|
|
* Use bytestring instead of string
|
|
|
|
|
2019-05-15 19:29:10 +02:00
|
|
|
## [0.1.5] - 2019-05-15
|
|
|
|
|
|
|
|
* Remove debug prints
|
|
|
|
|
2019-05-15 19:21:29 +02:00
|
|
|
## [0.1.4] - 2019-05-15
|
|
|
|
|
|
|
|
* Fix checked resource match
|
|
|
|
|
2019-04-23 06:19:22 +02:00
|
|
|
## [0.1.3] - 2019-04-22
|
|
|
|
|
|
|
|
* Added support for `remainder match` (i.e "/path/{tail}*")
|
|
|
|
|
2019-04-08 07:48:18 +02:00
|
|
|
## [0.1.2] - 2019-04-07
|
|
|
|
|
|
|
|
* Export `Quoter` type
|
|
|
|
|
|
|
|
* Allow to reset `Path` instance
|
|
|
|
|
2019-04-04 06:40:21 +02:00
|
|
|
## [0.1.1] - 2019-04-03
|
|
|
|
|
|
|
|
* Get dynamic segment by name instead of iterator.
|
|
|
|
|
2019-03-09 23:38:08 +01:00
|
|
|
## [0.1.0] - 2019-03-09
|
|
|
|
|
|
|
|
* Initial release
|