• v1.0.0 46ad450327

    tjp released this 2023-02-16 00:01:38 +00:00 | 2 commits to main since this release

    Changelog since v0.9.0:

    • The Router type and RouteParams function were added to the "gus" package.
    • Handler was changed from a function type to an interface. This affected lots of code, but was a pretty mechanical change and anything that wasn't updated failed to compile. HandlerFunc is now a function that returns a Handler from a function of the old type signature (and the new type signature of Handler.Handle).
    • Various other documentation and README updates and fixes.
    Downloads
  • v0.9.0 4f6f3dcd4b

    tjp released this 2023-01-30 19:46:18 +00:00 | 9 commits to main since this release

    This release is a trial run of what will most likely be in 1.0, the first stable public release of gus.

    Downloads
  • v0.5.0 7d8fd81278

    tjp released this 2023-01-19 17:12:30 +00:00 | 24 commits to main since this release

    Downloads