2019-03-28 13:46:26 -07:00
|
|
|
# Changes
|
|
|
|
|
2021-01-02 00:12:18 +00:00
|
|
|
## Unreleased - 2021-xx-xx
|
2021-03-09 23:27:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
## 0.5.0-beta.2 - 2021-03-09
|
2021-02-24 12:26:56 +00:00
|
|
|
* Preserve doc comments when using route macros. [#2022]
|
2021-03-04 20:38:47 +08:00
|
|
|
* Add `name` attribute to `route` macro. [#1934]
|
2021-02-24 12:26:56 +00:00
|
|
|
|
|
|
|
[#2022]: https://github.com/actix/actix-web/pull/2022
|
2021-03-04 20:38:47 +08:00
|
|
|
[#1934]: https://github.com/actix/actix-web/pull/1934
|
2020-09-24 23:54:01 +01:00
|
|
|
|
|
|
|
|
2021-02-10 12:45:46 +00:00
|
|
|
## 0.5.0-beta.1 - 2021-02-10
|
|
|
|
* Use new call signature for `System::new`.
|
|
|
|
|
|
|
|
|
2020-09-24 23:54:01 +01:00
|
|
|
## 0.4.0 - 2020-09-20
|
2020-09-13 16:31:08 +01:00
|
|
|
* Added compile success and failure testing. [#1677]
|
2020-09-30 11:07:35 +01:00
|
|
|
* Add `route` macro for supporting multiple HTTP methods guards. [#1674]
|
2020-09-13 16:31:08 +01:00
|
|
|
|
|
|
|
[#1677]: https://github.com/actix/actix-web/pull/1677
|
2020-09-16 23:37:41 +02:00
|
|
|
[#1674]: https://github.com/actix/actix-web/pull/1674
|
2020-06-22 20:09:48 +01:00
|
|
|
|
|
|
|
|
2020-09-11 13:50:10 +01:00
|
|
|
## 0.3.0 - 2020-09-11
|
|
|
|
* No significant changes from `0.3.0-beta.1`.
|
|
|
|
|
|
|
|
|
2020-07-15 00:44:44 +01:00
|
|
|
## 0.3.0-beta.1 - 2020-07-14
|
|
|
|
* Add main entry-point macro that uses re-exported runtime. [#1559]
|
|
|
|
|
|
|
|
[#1559]: https://github.com/actix/actix-web/pull/1559
|
2020-06-22 20:09:48 +01:00
|
|
|
|
2020-05-13 01:57:37 +01:00
|
|
|
|
2020-09-30 11:07:35 +01:00
|
|
|
## 0.2.2 - 2020-05-23
|
2020-05-23 17:22:30 +09:00
|
|
|
* Add resource middleware on actix-web-codegen [#1467]
|
|
|
|
|
|
|
|
[#1467]: https://github.com/actix/actix-web/pull/1467
|
2020-05-13 01:57:37 +01:00
|
|
|
|
2020-09-30 11:07:35 +01:00
|
|
|
|
|
|
|
## 0.2.1 - 2020-02-25
|
2020-02-23 06:40:02 +09:00
|
|
|
* Add `#[allow(missing_docs)]` attribute to generated structs [#1368]
|
|
|
|
* Allow the handler function to be named as `config` [#1290]
|
|
|
|
|
|
|
|
[#1368]: https://github.com/actix/actix-web/issues/1368
|
|
|
|
[#1290]: https://github.com/actix/actix-web/issues/1290
|
2020-01-26 01:22:40 +03:00
|
|
|
|
2019-12-13 12:18:30 +06:00
|
|
|
|
2020-09-30 11:07:35 +01:00
|
|
|
## 0.2.0 - 2019-12-13
|
2019-12-13 12:18:30 +06:00
|
|
|
* Generate code for actix-web 2.0
|
|
|
|
|
2019-10-14 23:34:17 +08:00
|
|
|
|
2020-09-30 11:07:35 +01:00
|
|
|
## 0.1.3 - 2019-10-14
|
2019-10-14 23:34:17 +08:00
|
|
|
* Bump up `syn` & `quote` to 1.0
|
|
|
|
* Provide better error message
|
|
|
|
|
2019-06-04 22:33:43 +06:00
|
|
|
|
2020-09-30 11:07:35 +01:00
|
|
|
## 0.1.2 - 2019-06-04
|
2019-06-04 22:33:43 +06:00
|
|
|
* Add macros for head, options, trace, connect and patch http methods
|
|
|
|
|
2019-06-01 17:21:22 +06:00
|
|
|
|
2020-09-30 11:07:35 +01:00
|
|
|
## 0.1.1 - 2019-06-01
|
2019-06-01 17:21:22 +06:00
|
|
|
* Add syn "extra-traits" feature
|
|
|
|
|
2019-05-18 10:47:08 -07:00
|
|
|
|
2020-09-30 11:07:35 +01:00
|
|
|
## 0.1.0 - 2019-05-18
|
2019-05-18 10:47:08 -07:00
|
|
|
* Release
|
|
|
|
|
2019-04-20 21:16:51 -07:00
|
|
|
|
2020-09-30 11:07:35 +01:00
|
|
|
## 0.1.0-beta.1 - 2019-04-20
|
2019-04-20 21:16:51 -07:00
|
|
|
* Gen code for actix-web 1.0.0-beta.1
|
|
|
|
|
2019-04-14 08:09:32 -07:00
|
|
|
|
2020-09-30 11:07:35 +01:00
|
|
|
## 0.1.0-alpha.6 - 2019-04-14
|
2019-04-14 08:09:32 -07:00
|
|
|
* Gen code for actix-web 1.0.0-alpha.6
|
|
|
|
|
2019-03-28 13:46:26 -07:00
|
|
|
|
2020-09-30 11:07:35 +01:00
|
|
|
## 0.1.0-alpha.1 - 2019-03-28
|
2019-03-28 13:46:26 -07:00
|
|
|
* Initial impl
|