Releases: ralvarezdev/go-net
Releases · ralvarezdev/go-net
solved full path error on logging (part II)
v0.7.28 minor: solved full path error on logging (part II)
solved full path error on logging
v0.7.27 minor: solved full path error on logging
solved 'pattern cannot be empty' error on NewBaseRouter function
v0.7.26 fix: solved 'pattern cannot be empty' error on NewBaseRouter function
added SplitPattern function to prevents bugs where the path parameter contains the HTTP method
v0.7.25 fix: added SplitPattern function to prevents bugs where the path para…
added ExactHandleFunc and RegisterExactRoute functions
feat: added ExactHandleFunc and RegisterExactRoute functions * Added ExactHandleFunc and RegisterExactRoute functions to router interface and implementation
trying to solve a bug that occurred on deeply nested routes (part II)
v0.7.23 fix: trying to solve a bug that occurred on deeply nested routes (par…
trying to solve a bug that occurred on deeply nested routes
v0.7.22 fix: trying to solve a bug that occurred on deeply nested routes
solved 'router cannot be nil' error
v0.7.21 fix: solved 'router cannot be nil' error
solved minor bugs
v0.7.20 fix: solved minor bugs
renamed Module's LoadFn as AfterLoadFn, and added BeforeLoadFn
v0.7.19 refactor: renamed Module's LoadFn as AfterLoadFn, and added BeforeLoadFn