Releases: ralvarezdev/go-net
Releases · ralvarezdev/go-net
added SetLoadFn and SetRegisterRoutesFn to the Module interface
feat: added SetLoadFn and SetRegisterRoutesFn to the Module interface * Added SetLoadFn and SetRegisterRoutesFn to the Module interface * Moved the Controller routing logic to the Module interface * Removed Controller, Service and Validator interfaces
modified ValidatorWrapper interface
v0.6.20 refactor: modified ValidatorWrapper interface
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…