Releases: ralvarezdev/go-net
Releases · ralvarezdev/go-net
added controller's RegisterRoutes call on Module's Create method
v0.6.19 refactor: added controller's RegisterRoutes call on Module's Create m…
added loadFn nil checker
v0.6.18 fix: added loadFn nil checker
added load function to the Module interface and implementation
v0.6.17 feat: added load function to the Module interface and implementation
removed RegisterGroups function from Controller interface and implementation
v0.6.16 refactor: removed RegisterGroups function from Controller interface a…
added the submodules as a parameter to the NewModule function
refactor: added the submodules as a parameter to the NewModule function * Added the submodules as a parameter to the NewModule function * Now, submodules controllers router are being created dynamically on the module Create function
modified RegisterGroups function signature
v0.6.14 refactor: modified RegisterGroups function signature
added GetPath, GetService, GetValidator and GetController methods to the Module interface and implementation
v0.6.13 feat: added GetPath, GetService, GetValidator and GetController metho…
added GetRouter and Handler methods to Module interface and implementation
v0.6.12 feat: added GetRouter and Handler methods to Module interface and imp…
added GetRouter to Controller interface and implementation
feat: added GetRouter to Controller interface and implementation * Added GetRouter to Controller interface and implementation * Renamed Create as CreateRouter on Controller interface
create Service, Validator, Controller and Module structs (part IV)
v0.6.10 refactor: create Service, Validator, Controller and Module structs (p…