2019-03-28 20:46:26 +00:00
|
|
|
# Changes
|
|
|
|
|
2020-02-24 23:42:39 +00:00
|
|
|
## [0.2.1] - 2020-02-25
|
2020-01-25 22:22:40 +00:00
|
|
|
|
2020-02-22 21:40:02 +00: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-25 22:22:40 +00:00
|
|
|
|
2019-12-13 06:18:30 +00:00
|
|
|
## [0.2.0] - 2019-12-13
|
|
|
|
|
|
|
|
* Generate code for actix-web 2.0
|
|
|
|
|
2019-10-14 15:35:53 +00:00
|
|
|
## [0.1.3] - 2019-10-14
|
2019-10-14 15:34:17 +00:00
|
|
|
|
|
|
|
* Bump up `syn` & `quote` to 1.0
|
2019-10-14 15:35:53 +00:00
|
|
|
|
2019-10-14 15:34:17 +00:00
|
|
|
* Provide better error message
|
|
|
|
|
2019-06-04 16:33:43 +00:00
|
|
|
## [0.1.2] - 2019-06-04
|
|
|
|
|
|
|
|
* Add macros for head, options, trace, connect and patch http methods
|
|
|
|
|
2019-06-01 11:21:22 +00:00
|
|
|
## [0.1.1] - 2019-06-01
|
|
|
|
|
|
|
|
* Add syn "extra-traits" feature
|
|
|
|
|
2019-05-18 17:47:08 +00:00
|
|
|
## [0.1.0] - 2019-05-18
|
|
|
|
|
|
|
|
* Release
|
|
|
|
|
2019-04-21 04:16:51 +00:00
|
|
|
## [0.1.0-beta.1] - 2019-04-20
|
|
|
|
|
|
|
|
* Gen code for actix-web 1.0.0-beta.1
|
|
|
|
|
2019-04-14 15:09:32 +00:00
|
|
|
## [0.1.0-alpha.6] - 2019-04-14
|
|
|
|
|
|
|
|
* Gen code for actix-web 1.0.0-alpha.6
|
|
|
|
|
2019-03-28 20:46:26 +00:00
|
|
|
## [0.1.0-alpha.1] - 2019-03-28
|
|
|
|
|
|
|
|
* Initial impl
|