Skip to content

Releases: ralvarezdev/go-net

added ErrInvalidRequestBody again

14 Jan 02:14
089b554
Compare
Choose a tag to compare
v0.5.31

fix: added ErrInvalidRequestBody again

solved some bugs

14 Jan 01:57
b805507
Compare
Choose a tag to compare
v0.5.30

fix: solved some bugs

I forgot to remove the HTTP status parameter from the interface...

14 Jan 01:50
a849e96
Compare
Choose a tag to compare
v0.5.29

fix: I forgot to remove the HTTP status parameter from the interface...

added ErrorCode and HTTPStatus getters to RequestError interface

14 Jan 01:36
c9db186
Compare
Choose a tag to compare
v0.5.28

refactor: added ErrorCode and HTTPStatus getters to RequestError inte…

added HandleError function to Handler interface

14 Jan 00:32
82b8a6a
Compare
Choose a tag to compare
v0.5.27

feat: added HandleError function to Handler interface

added RequestError interface and its implementations

13 Jan 20:14
3ffe037
Compare
Choose a tag to compare
refactor: added RequestError interface and its implementations

* Added RequestError interface and its implementations (FieldError, HeaderError and ParameterError)
* Re-structured folders

modified FieldError's Error type

13 Jan 19:37
aec6c19
Compare
Choose a tag to compare
refactor: modified FieldError's Error type

* Modified FieldError's Error type
* It's Error(), not String()...

added missing String method to FieldError struct

13 Jan 19:27
ee0f409
Compare
Choose a tag to compare
v0.5.23

refactor: added missing String method to FieldError struct

added FieldError struct and modified NewFieldErrorsBodyData function

13 Jan 19:24
ae4e8b2
Compare
Choose a tag to compare
v0.5.22

feat: added FieldError struct and modified NewFieldErrorsBodyData fun…

added NewSingleFieldBodyData, NewSingleFieldErrorsBodyData and bodyDecodeErrorHandler functions

13 Jan 18:31
83a7834
Compare
Choose a tag to compare
v0.5.21

refactor: renamed NewSingleFieldErrorsBodyData function as NewFieldEr…