1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-23 16:21:06 +01:00
actix-web/actix-web-codegen/CHANGES.md

65 lines
1.4 KiB
Markdown
Raw Normal View History

2019-03-28 21:46:26 +01:00
# Changes
## Unreleased - 2020-xx-xx
* Added compile success and failure testing. [#1677]
* Add `route` macro for supporting multiple HTTP methods guards.
[#1677]: https://github.com/actix/actix-web/pull/1677
[#1674]: https://github.com/actix/actix-web/pull/1674
2020-09-11 14:50:10 +02:00
## 0.3.0 - 2020-09-11
* No significant changes from `0.3.0-beta.1`.
## 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-05-13 02:57:37 +02:00
## [0.2.2] - 2020-05-23
2020-05-23 10:22:30 +02:00
* Add resource middleware on actix-web-codegen [#1467]
[#1467]: https://github.com/actix/actix-web/pull/1467
2020-05-13 02:57:37 +02:00
2020-02-25 00:42:39 +01:00
## [0.2.1] - 2020-02-25
2020-02-22 22:40:02 +01: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
2019-12-13 07:18:30 +01:00
## [0.2.0] - 2019-12-13
* Generate code for actix-web 2.0
2019-10-14 17:35:53 +02:00
## [0.1.3] - 2019-10-14
* Bump up `syn` & `quote` to 1.0
* Provide better error message
2019-06-04 18:33:43 +02:00
## [0.1.2] - 2019-06-04
* Add macros for head, options, trace, connect and patch http methods
2019-06-01 13:21:22 +02:00
## [0.1.1] - 2019-06-01
* Add syn "extra-traits" feature
2019-05-18 19:47:08 +02:00
## [0.1.0] - 2019-05-18
* Release
2019-04-21 06:16:51 +02:00
## [0.1.0-beta.1] - 2019-04-20
* Gen code for actix-web 1.0.0-beta.1
2019-04-14 17:09:32 +02:00
## [0.1.0-alpha.6] - 2019-04-14
* Gen code for actix-web 1.0.0-alpha.6
2019-03-28 21:46:26 +01:00
## [0.1.0-alpha.1] - 2019-03-28
* Initial impl