Releases: ralvarezdev/go-net
Releases · ralvarezdev/go-net
moved ExpiresAt field from cookies Attributes struct to SetCookie function as a parameter
v0.8.2 refactor: moved ExpiresAt field from cookies Attributes struct to Set…
added cookies attributes struct and SetCookie function
v0.8.1 feat: added cookies attributes struct and SetCookie function
added AuthenticateFromHeader and AuthenticateFromCookie functions to Authenticator interface and implementation
v0.8.0 feat: added AuthenticateFromHeader and AuthenticateFromCookie functio…
solved full path error on logging (part III)
v0.7.29 minor: solved full path error on logging (part III)
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…