Skip to content

Releases: ralvarezdev/go-net

added support for global middlewares

11 Jan 21:43
d86ad9b

Choose a tag to compare

v0.5.11

feat: added support for global middlewares

improved GetClientIP to handle both IPv4 and IPv6 addresses

11 Jan 20:19
34c721b

Choose a tag to compare

v0.5.9

refactor: improved GetClientIP to handle both IPv4 and IPv6 addresses

added GetClientIP function

10 Jan 17:54
e4b789a

Choose a tag to compare

v0.5.8

feat: added GetClientIP function

added error code field to JSend failed responses

10 Jan 17:36
af0ba37

Choose a tag to compare

v0.5.7

feat: added error code field to JSend failed responses

added handlers functions chaining on router interface and its implementation

08 Jan 15:28
750831e

Choose a tag to compare

v0.5.6

feat: added handlers functions chaining on router interface and its i…

removed generic T type from Handler interface

08 Jan 15:12
c92d906

Choose a tag to compare

v0.5.5

fix: removed generic T type from Handler interface

simplified handler's validations-related functions (part II)

08 Jan 14:39
abda323

Choose a tag to compare

v0.5.4

refactor: simplified handler's validations-related functions (part II)

simplified handler's validations-related functions

08 Jan 13:16
2a85b91

Choose a tag to compare

v0.5.3

refactor: simplified handler's validations-related functions

upgraded dependencies

08 Jan 12:24
17d79fd

Choose a tag to compare

v0.5.2

chore: upgraded dependencies

solved 'string does not implement error (missing method Error)' error

06 Jan 20:24
f797557

Choose a tag to compare

v0.5.1

fix: solved 'string does not implement error (missing method Error)' …