Releases: GabrielHCataldo/go-errors
v1.1.1
Updated go-logger and go-helper dependency.
v1.1.0
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
Exposed ErrorDetail for manipulation and added some important functions such as PrintStack(), and some getters to obtain data from the structure.
v1.0.8
Updated go-logger dependency.
v1.0.7
Updated go-helper dependency.
v1.0.6
Error restructuring for standard go formatting.
v1.0.5
Exposed the error struct for better handling, added the function to parse any value to the error struct.
v1.0.4
Updated README
v1.0.3
Rename repository and module package
v1.0.2
Adjust error access to private, and returning always the interface error.