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

26 lines
394 B
Markdown
Raw Normal View History

2019-03-28 21:46:26 +01:00
# Changes
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