Skip to content

Releases: ralvarezdev/go-net

moved ExpiresAt field from cookies Attributes struct to SetCookie function as a parameter

01 Feb 19:34
f31aeab
Compare
Choose a tag to compare
v0.8.2

refactor: moved ExpiresAt field from cookies Attributes struct to Set…

added cookies attributes struct and SetCookie function

01 Feb 19:29
7cdd75d
Compare
Choose a tag to compare
v0.8.1

feat: added cookies attributes struct and SetCookie function

added AuthenticateFromHeader and AuthenticateFromCookie functions to Authenticator interface and implementation

01 Feb 17:52
46814f5
Compare
Choose a tag to compare
v0.8.0

feat: added AuthenticateFromHeader and AuthenticateFromCookie functio…

solved full path error on logging (part III)

01 Feb 01:40
f1af465
Compare
Choose a tag to compare
v0.7.29

minor: solved full path error on logging (part III)

solved full path error on logging (part II)

01 Feb 01:21
e6db3d1
Compare
Choose a tag to compare
v0.7.28

minor: solved full path error on logging (part II)

solved full path error on logging

01 Feb 01:16
cb791f3
Compare
Choose a tag to compare
v0.7.27

minor: solved full path error on logging

solved 'pattern cannot be empty' error on NewBaseRouter function

01 Feb 01:11
079ffae
Compare
Choose a tag to compare
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

01 Feb 01:06
6f055aa
Compare
Choose a tag to compare
v0.7.25

fix: added SplitPattern function to prevents bugs where the path para…

added ExactHandleFunc and RegisterExactRoute functions

01 Feb 00:40
b050b0f
Compare
Choose a tag to compare
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)

31 Jan 23:43
ebe4a5d
Compare
Choose a tag to compare
v0.7.23

fix: trying to solve a bug that occurred on deeply nested routes (par…