Releases: ralvarezdev/go-net
Releases · ralvarezdev/go-net
solved some bugs
v0.9.21 fix: solved some bugs
solved minor typo
v0.9.20 fix: solved minor typo
improved jwt authenticator middleware to handle expired cookies
v0.9.18 refactor: improved jwt authenticator middleware to handle expired coo…
trying to solve a superfluous response call from json stream encoder
v0.9.17 fix: trying to solve a superfluous response call from json stream enc…
trying to solve a bug where the parent router doesn't pass its middlewares to its groups routers (part IV)
v0.9.16 fix: trying to solve a bug where the parent router doesn't pass its m…
trying to solve a bug where the parent router doesn't pass its middlewares to its groups routers (part III)
v0.9.15 fix: trying to solve a bug where the parent router doesn't pass its m…
trying to solve a bug where the parent router doesn't pass its middlewares to its groups routers (part II)
v0.9.14 fix: trying to solve a bug where the parent router doesn't pass its m…
trying to solve a bug where the parent router doesn't pass its middlewares to its groups routers
v0.9.13 fix: trying to solve a bug where the parent router doesn't pass its m…
trying to fix a bug in HandleError implementation
v0.9.12 refactor: trying to fix a bug in HandleError implementation
added ServeStaticFiles function to Router interface and implementation
v0.9.11 feat: added ServeStaticFiles function to Router interface and impleme…