Releases: gotham-rs/gotham
Releases · gotham-rs/gotham
borrow-bag 1.1.0
Changelog:
- Add
#[derive(Default)]
toBorrowBag
- Remove
skeptic
dependency - Fix several lints and warnings
0.2.0
Add symlink for README.md
0.1.1
Bump version to 0.1.1
0.1.0
The initial release of the Gotham web framework.
We wanted to get Gotham in the hands of the Rust community early with regular smaller iterations to follow.
The Gotham 0.1 release includes the following features:
- Handlers and Controllers
- Advanced Routing
- Type Safe Extractors
- Middleware and Pipelines
- Request State
- Sessions
- Request and Response helpers
- Test helpers
- Thoroughly documented code and the beginnings of a Gotham book