Skip to content

Releases: gotham-rs/gotham

borrow-bag 1.1.0

20 Mar 21:38
borrow-bag-1.1.0
bfc7643
Compare
Choose a tag to compare

Changelog:

  • Add #[derive(Default)] to BorrowBag
  • Remove skeptic dependency
  • Fix several lints and warnings

0.2.0

05 Mar 04:54
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
Add symlink for README.md

0.1.1

21 Aug 06:28
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
Bump version to 0.1.1

0.1.0

15 Aug 10:27
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

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