- Update various dependencies, most notably
actix-web 4
- Switch formatter to
rustfmt-wrapper
- Bump editions to
2021
-
Huuuge refactor to allow more precise type definitions.
- AllOf, AnyOf, OneOf now work
- All the generated names are better
- 'title' is supported
- Much better error checking
-
Added more comprehensive set of tests
-
Added a basic tutorial
-
Convert to
actix 2.0
andasync/await
-
Added support for HTTP verbs other than GET and POST
-
Added HTTPS support
-
Added simple benchmark example
-
serve
function takeshsr::Config
rather than justUrl
- First public release