- Use new call signature for
System::new
.
- Added compile success and failure testing. #1677
- Add
route
macro for supporting multiple HTTP methods guards. #1674
- No significant changes from
0.3.0-beta.1
.
- Add main entry-point macro that uses re-exported runtime. #1559
- Add resource middleware on actix-web-codegen #1467
- Add
#[allow(missing_docs)]
attribute to generated structs #1368 - Allow the handler function to be named as
config
#1290
- Generate code for actix-web 2.0
- Bump up
syn
"e
to 1.0 - Provide better error message
- Add macros for head, options, trace, connect and patch http methods
- Add syn "extra-traits" feature
- Release
- Gen code for actix-web 1.0.0-beta.1
- Gen code for actix-web 1.0.0-alpha.6
- Initial impl