Skip to content

Releases: GabrielHCataldo/go-errors

v1.1.1

28 Jan 13:14
Compare
Choose a tag to compare

Updated go-logger and go-helper dependency.

v1.1.0

26 Jan 13:22
Compare
Choose a tag to compare

Exposed ErrorDetail for manipulation and added some important functions, such as PrintStack(), and some getters to obtain data from the structure, in addition we have a new formatting when printing the error, with full visibility of the error with debugStack.

v1.0.9

26 Jan 11:20
Compare
Choose a tag to compare

Exposed ErrorDetail for manipulation and added some important functions such as PrintStack(), and some getters to obtain data from the structure.

v1.0.8

24 Jan 20:15
Compare
Choose a tag to compare

Updated go-logger dependency.

v1.0.7

24 Jan 20:07
Compare
Choose a tag to compare

Updated go-helper dependency.

v1.0.6

24 Jan 08:17
Compare
Choose a tag to compare

Error restructuring for standard go formatting.

v1.0.5

14 Jan 21:52
Compare
Choose a tag to compare

Exposed the error struct for better handling, added the function to parse any value to the error struct.

v1.0.4

12 Jan 17:27
Compare
Choose a tag to compare
Updated README

v1.0.3

08 Jan 00:04
Compare
Choose a tag to compare

Rename repository and module package

v1.0.2

07 Jan 22:35
Compare
Choose a tag to compare

Adjust error access to private, and returning always the interface error.