Skip to content

Releases: ralvarezdev/go-net

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…

trying to solve a bug that occurred on deeply nested routes

31 Jan 23:30
f8bf49e
Compare
Choose a tag to compare
v0.7.22

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

solved 'router cannot be nil' error

31 Jan 23:08
1efb37e
Compare
Choose a tag to compare
v0.7.21

fix: solved 'router cannot be nil' error

solved minor bugs

31 Jan 22:15
0d5b611
Compare
Choose a tag to compare
v0.7.20

fix: solved minor bugs

renamed Module's LoadFn as AfterLoadFn, and added BeforeLoadFn

31 Jan 22:06
c3fad40
Compare
Choose a tag to compare
v0.7.19

refactor: renamed Module's LoadFn as AfterLoadFn, and added BeforeLoadFn