2019-03-09 14:38:08 -08:00
|
|
|
# Changes
|
|
|
|
|
2021-01-03 04:39:37 +00:00
|
|
|
## Unreleased - 2021-xx-xx
|
2021-01-22 19:06:22 -08:00
|
|
|
* Add `Router::recognize_checked` [#247]
|
|
|
|
|
|
|
|
[#247]: https://github.com/actix/actix-net/pull/247
|
2021-01-09 14:18:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
## 0.2.6 - 2021-01-09
|
2021-01-09 14:13:16 +00:00
|
|
|
* Use `bytestring` version range compatible with Bytes v1.0. [#246]
|
|
|
|
|
|
|
|
[#246]: https://github.com/actix/actix-net/pull/246
|
2020-09-21 01:04:18 +08:00
|
|
|
|
2020-09-21 22:46:59 +01:00
|
|
|
|
|
|
|
## 0.2.5 - 2020-09-20
|
2020-09-21 01:04:18 +08:00
|
|
|
* Fix `from_hex()` method
|
|
|
|
|
2019-12-31 18:02:43 +06:00
|
|
|
|
2020-09-21 22:46:59 +01:00
|
|
|
## 0.2.4 - 2019-12-31
|
2019-12-31 18:02:43 +06:00
|
|
|
* Add `ResourceDef::resource_path_named()` path generation method
|
2019-12-31 12:04:35 +06:00
|
|
|
|
2019-12-25 21:34:14 +04:00
|
|
|
|
2020-09-21 22:46:59 +01:00
|
|
|
## 0.2.3 - 2019-12-25
|
2019-12-25 21:34:14 +04:00
|
|
|
* Add impl `IntoPattern` for `&String`
|
|
|
|
|
2019-12-25 21:01:07 +04:00
|
|
|
|
2020-09-21 22:46:59 +01:00
|
|
|
## 0.2.2 - 2019-12-25
|
2019-12-25 21:01:07 +04:00
|
|
|
* Use `IntoPattern` for `RouterBuilder::path()`
|
|
|
|
|
2019-12-25 15:10:01 +04:00
|
|
|
|
2020-09-21 22:46:59 +01:00
|
|
|
## 0.2.1 - 2019-12-25
|
2019-12-25 19:54:20 +04:00
|
|
|
* Add `IntoPattern` trait
|
2019-12-25 15:10:01 +04:00
|
|
|
* Add multi-pattern resources
|
|
|
|
|
2019-12-05 16:40:24 +06:00
|
|
|
|
2020-09-21 22:46:59 +01:00
|
|
|
## 0.2.0 - 2019-12-07
|
2019-12-05 16:40:24 +06:00
|
|
|
* Update http to 0.2
|
|
|
|
* Update regex to 1.3
|
2019-12-07 11:04:53 +06:00
|
|
|
* Use bytestring instead of string
|
|
|
|
|
2019-05-15 10:29:10 -07:00
|
|
|
|
2020-09-21 22:46:59 +01:00
|
|
|
## 0.1.5 - 2019-05-15
|
2019-05-15 10:29:10 -07:00
|
|
|
* Remove debug prints
|
|
|
|
|
2019-05-15 10:21:29 -07:00
|
|
|
|
2020-09-21 22:46:59 +01:00
|
|
|
## 0.1.4 - 2019-05-15
|
2019-05-15 10:21:29 -07:00
|
|
|
* Fix checked resource match
|
|
|
|
|
2019-04-22 21:19:22 -07:00
|
|
|
|
2020-09-21 22:46:59 +01:00
|
|
|
## 0.1.3 - 2019-04-22
|
2019-04-22 21:19:22 -07:00
|
|
|
* Added support for `remainder match` (i.e "/path/{tail}*")
|
|
|
|
|
2019-04-07 22:48:18 -07:00
|
|
|
|
2020-09-21 22:46:59 +01:00
|
|
|
## 0.1.2 - 2019-04-07
|
2019-04-07 22:48:18 -07:00
|
|
|
* Export `Quoter` type
|
|
|
|
* Allow to reset `Path` instance
|
|
|
|
|
2019-04-03 21:40:21 -07:00
|
|
|
|
2020-09-21 22:46:59 +01:00
|
|
|
## 0.1.1 - 2019-04-03
|
2019-04-03 21:40:21 -07:00
|
|
|
* Get dynamic segment by name instead of iterator.
|
|
|
|
|
2019-03-09 14:38:08 -08:00
|
|
|
|
2020-09-21 22:46:59 +01:00
|
|
|
## 0.1.0 - 2019-03-09
|
2019-03-09 14:38:08 -08:00
|
|
|
* Initial release
|