1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-14 04:24:37 +01:00

26 lines
394 B
Markdown
Raw Permalink Normal View History

2019-03-28 13:46:26 -07:00
# Changes
2019-06-04 22:33:43 +06:00
## [0.1.2] - 2019-06-04
* Add macros for head, options, trace, connect and patch http methods
2019-06-01 17:21:22 +06:00
## [0.1.1] - 2019-06-01
* Add syn "extra-traits" feature
2019-05-18 10:47:08 -07:00
## [0.1.0] - 2019-05-18
* Release
2019-04-20 21:16:51 -07:00
## [0.1.0-beta.1] - 2019-04-20
* Gen code for actix-web 1.0.0-beta.1
2019-04-14 08:09:32 -07:00
## [0.1.0-alpha.6] - 2019-04-14
* Gen code for actix-web 1.0.0-alpha.6
2019-03-28 13:46:26 -07:00
## [0.1.0-alpha.1] - 2019-03-28
* Initial impl