Releases: Minoxs/simpleroutergo
v1.0.2
Full Changelog: v1.0.1...v1.0.2
Features:
The whole idea of this module is to be very simple, and do everything you probably need for a simple API. No fancy regex or anything like that. There are many great libraries that do that already. So I'm fairly confident I won't be adding much more to this.
Bugfix:
Registering an endpoint on "/" would not work, only on "".
Final Release I Hope
Full Changelog: v1.0.0...v1.0.1
Features:
The whole idea of this module is to be very simple, and do everything you probably need for a simple API. No fancy regex or anything like that. There are many great libraries that do that already. So I'm fairly confident I won't be adding much more to this.
Patch:
Fixed go module name
TIL module names need to be the exact name of the repository or go will complain. Not gonna lie, that feel like a stupid decision but ok, I don't make the rules.
First and Last Release (Probably)
Full Changelog: https://github.com/Minoxs/go-simplerouter/commits/v1.0.0
The whole idea of this module is to be very simple, and do everything you probably need for a simple API. No fancy regex or anything like that. There are many great libraries that do that already. So I'm fairly confident I won't be adding much more to this.