Skip to content

Releases: ralvarezdev/go-net

upgraded dependencies

31 Jan 12:48
8ba43ba

Choose a tag to compare

v0.7.14

chore: upgraded dependencies

modified Handler's ParseWildcard response

31 Jan 11:30
a6ddf3a

Choose a tag to compare

v0.7.13

refactor: modified Handler's ParseWildcard response

added NewJSendDebugNotImplemented and NewJSendDebugNotImplemented functions

31 Jan 00:36
225e654

Choose a tag to compare

v0.7.12

feat: added NewJSendDebugNotImplemented and NewJSendDebugNotImplement…

removed redundant code

28 Jan 02:04
2b4ffa3

Choose a tag to compare

refactor: removed redundant code

* Removed redundant code
* Upgraded dependencies

added base router middlewares to its router groups

27 Jan 13:24
162cb60

Choose a tag to compare

v0.7.10

refactor: added base router middlewares to its router groups

solved bug on Validate middleware function

27 Jan 13:04
bde776d

Choose a tag to compare

v0.7.9

fix: solved bug on Validate middleware function

added middlewares parameter to Router NewGroup function interface and implementation

27 Jan 12:40
578805a

Choose a tag to compare

v0.7.8

refactor: added middlewares parameter to Router NewGroup function int…

added global error handler middleware interface and implementation

27 Jan 12:15
c677e0b

Choose a tag to compare

v0.7.7

feat: added global error handler middleware interface and implementation

dynamic validation of the function and its parameters now it's with anticipation

27 Jan 11:31
ceb3129

Choose a tag to compare

v0.7.6

refactor: dynamic validation of the function and its parameters now i…

Validate middleware function now dereferences the body parameter if it's a pointer

27 Jan 02:53
03799a5

Choose a tag to compare

v0.7.5

fix: Validate middleware function now dereferences the body parameter…