Skip to content

Releases: ralvarezdev/go-net

modified HandleValidations and HandleRequestAndValidations functions

04 Jan 21:38
1790e54
Compare
Choose a tag to compare
v0.4.11

refactor: modified HandleValidations and HandleRequestAndValidations …

added HandleValidations to HTTP Handler

04 Jan 20:50
54f6167
Compare
Choose a tag to compare
test: added HandleValidations to HTTP Handler

* Added HandleValidations  HTTP Handler
* Improved checkJSONData-related functions
* Now, the encoder is required to instantiate a decoder

upgraded dependencies

04 Jan 18:32
45fc2f5
Compare
Choose a tag to compare
v0.4.9

chore: upgraded dependencies

solved some undefined references

04 Jan 01:36
6a38b4c
Compare
Choose a tag to compare
v0.4.8

fix: solved some undefined references

added encoder as parameter to the default new decoders functions

04 Jan 01:29
fad35b9
Compare
Choose a tag to compare
v0.4.7

fix: added encoder as parameter to the default new decoders functions

improved error responses from JSON decoders and encoders

04 Jan 01:27
731c9e4
Compare
Choose a tag to compare
v0.4.6

refactor: improved error responses from JSON decoders and encoders

solved 'm.handler.HandleErrorResponse undefined' error

04 Jan 00:26
35c6e6c
Compare
Choose a tag to compare
v0.4.5

fix: solved 'm.handler.HandleErrorResponse undefined' error

added DebugData field to handler Response struct

04 Jan 00:00
a6207f9
Compare
Choose a tag to compare
v0.4.4

feat: added DebugData field to handler Response struct

modified ControllerWrapper interface and router NewGroup function

03 Jan 16:00
6e3def2
Compare
Choose a tag to compare
v0.4.3

refactor: modified ControllerWrapper interface and router NewGroup fu…

added NewGroup to RouterWrapper and its implementations

03 Jan 15:55
bc9404e
Compare
Choose a tag to compare
v0.4.2

feat: added NewGroup to RouterWrapper and its implementations