Releases: ralvarezdev/go-net
Releases · ralvarezdev/go-net
I forgot to add the generator on the NewMiddleware function
v0.7.4 fix: I forgot to add the generator on the NewMiddleware function
solved '"context" imported and not used' error
v0.7.3 fix: solved '"context" imported and not used' error
modified GetCtxBody function
v0.7.2 fix: modified GetCtxBody function
modified Validator interface and how the validated body is being stored in the context
v0.7.1 fix: modified Validator interface and how the validated body is being…
added Validator middleware powered by reflection
v0.7.0 test: added Validator middleware powered by reflection
solved 'fatal error: stack overflow' error
v0.6.26 fix: solved 'fatal error: stack overflow' error
added *Module type parameter to Module's LoadFn and RegisterRoutesFn
v0.6.25 refactor: added *Module type parameter to Module's LoadFn and Registe…
moved module.go to the main folder, and solved some errors on the Module implementation
v0.6.24 refactor: moved module.go to the main folder, and solved some errors …
added NewSubmodules function and fixed ModuleWrapper interface
v0.6.23 feat: added NewSubmodules function and fixed ModuleWrapper interface
changed Module attributes to public
v0.6.22 refactor: changed Module attributes to public