Skip to content

Releases: ralvarezdev/go-net

solved some bugs

16 Feb 17:59
f967d01
Compare
Choose a tag to compare
v0.9.21

fix: solved some bugs

solved minor typo

16 Feb 17:28
61da8ac
Compare
Choose a tag to compare
v0.9.20

fix: solved minor typo

improved jwt authenticator middleware to handle expired cookies

16 Feb 17:24
24680eb
Compare
Choose a tag to compare
v0.9.18

refactor: improved jwt authenticator middleware to handle expired coo…

trying to solve a superfluous response call from json stream encoder

11 Feb 00:18
db022d2
Compare
Choose a tag to compare
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)

10 Feb 23:57
aa84cac
Compare
Choose a tag to compare
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)

10 Feb 23:38
3faab9e
Compare
Choose a tag to compare
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)

10 Feb 23:32
fb7381c
Compare
Choose a tag to compare
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

10 Feb 23:05
67b2a66
Compare
Choose a tag to compare
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

10 Feb 22:48
ca4c25a
Compare
Choose a tag to compare
v0.9.12

refactor: trying to fix a bug in HandleError implementation

added ServeStaticFiles function to Router interface and implementation

08 Feb 03:37
1769e7b
Compare
Choose a tag to compare
v0.9.11

feat: added ServeStaticFiles function to Router interface and impleme…