Skip to content

Releases: castor-labs/router

3.0.0

11 Dec 22:30
Compare
Choose a tag to compare

3.0.0 (2021-12-11)

api

  • back to traditional api (d81256a)

BREAKING CHANGES

  • This removes a lot of methods and complexity.
  • The ProtocolError exception was removed and replaced by case-by-case exceptions
  • The error handler does not log errors anymore nor attempt to id requests
  • Route now requires a handler
  • FinalHandler now throws proper exceptions

2.0.0

10 Nov 00:41
a4b8898
Compare
Choose a tag to compare

2.0.0 (2021-11-10)

Features

BREAKING CHANGES

  • Implemented the new Router api that resembles Golang's Gorilla Mux.

v1.0.0

10 Nov 00:31
c055c62
Compare
Choose a tag to compare

1.0.0 (2021-11-10)

Features

BREAKING CHANGES

  • Implemented the new Router api that resembles Golang's Gorilla Mux.

v1.0.0

28 Jun 21:20
a5e07d2
Compare
Choose a tag to compare

Initial release