1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 09:49:29 +00:00
actix-web/actix-web-codegen/CHANGES.md
Andrey Torsunov 71d11644a7 Add ability to name a handler function as 'config' (#1290)
* eliminate handler naming restrictions #1277

* Update actix-web-codegen/CHANGES.md

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-01-26 07:22:40 +09:00

633 B

Changes

[0.2.NEXT] - 2020-xx-xx

  • Allow the handler function to be named as config #1290

[0.2.0] - 2019-12-13

  • Generate code for actix-web 2.0

[0.1.3] - 2019-10-14

  • Bump up syn & quote to 1.0

  • Provide better error message

[0.1.2] - 2019-06-04

  • Add macros for head, options, trace, connect and patch http methods

[0.1.1] - 2019-06-01

  • Add syn "extra-traits" feature

[0.1.0] - 2019-05-18

  • Release

[0.1.0-beta.1] - 2019-04-20

  • Gen code for actix-web 1.0.0-beta.1

[0.1.0-alpha.6] - 2019-04-14

  • Gen code for actix-web 1.0.0-alpha.6

[0.1.0-alpha.1] - 2019-03-28

  • Initial impl