Skip to content

Releases: ralvarezdev/go-net

I forgot to add the generator on the NewMiddleware function

27 Jan 02:48
ecce3d5

Choose a tag to compare

v0.7.4

fix: I forgot to add the generator on the NewMiddleware function

solved '"context" imported and not used' error

27 Jan 02:38
d896373

Choose a tag to compare

v0.7.3

fix: solved '"context" imported and not used' error

modified GetCtxBody function

27 Jan 02:34
1c2dc10

Choose a tag to compare

v0.7.2

fix: modified GetCtxBody function

modified Validator interface and how the validated body is being stored in the context

27 Jan 02:31
567bfa5

Choose a tag to compare

v0.7.1

fix: modified Validator interface and how the validated body is being…

added Validator middleware powered by reflection

27 Jan 02:18
7d95fa4

Choose a tag to compare

v0.7.0

test: added Validator middleware powered by reflection

solved 'fatal error: stack overflow' error

26 Jan 14:15
5a3474a

Choose a tag to compare

v0.6.26

fix: solved 'fatal error: stack overflow' error

added *Module type parameter to Module's LoadFn and RegisterRoutesFn

26 Jan 13:52
d027e7a

Choose a tag to compare

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

26 Jan 13:45
e1e5546

Choose a tag to compare

v0.6.24

refactor: moved module.go to the main folder, and solved some errors …

added NewSubmodules function and fixed ModuleWrapper interface

26 Jan 13:43
e54ed92

Choose a tag to compare

v0.6.23

feat: added NewSubmodules function and fixed ModuleWrapper interface

changed Module attributes to public

26 Jan 13:35
4c2481b

Choose a tag to compare

v0.6.22

refactor: changed Module attributes to public