mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-27 23:42:56 +01:00
24 lines
355 B
Plaintext
24 lines
355 B
Plaintext
# Changes
|
|
|
|
## [0.1.4] - 2019-05-15
|
|
|
|
* Fix checked resource match
|
|
|
|
## [0.1.3] - 2019-04-22
|
|
|
|
* Added support for `remainder match` (i.e "/path/{tail}*")
|
|
|
|
## [0.1.2] - 2019-04-07
|
|
|
|
* Export `Quoter` type
|
|
|
|
* Allow to reset `Path` instance
|
|
|
|
## [0.1.1] - 2019-04-03
|
|
|
|
* Get dynamic segment by name instead of iterator.
|
|
|
|
## [0.1.0] - 2019-03-09
|
|
|
|
* Initial release
|