Releases: GabrielHCataldo/go-logger
Releases · GabrielHCataldo/go-logger
v1.3.4
v1.3.2
Updated examples and README
v1.3.1
Refactor 'Warning' logging methods to 'Warn' and improve code efficiency
The 'Warning' methods in the logger have been renamed to 'Warn' for better consistency with normal logging standards. Also made modifications to the core.go file to improve code efficiency and readability. Additionally, updated the test files and examples to match these changes.
v1.3.0
Bug fix logger warning.
v1.2.9
Upgrade go-helper version.
v1.2.8
Removed red color logger error text.
v1.2.7
Bug fix space prefix.
v1.2.6
Renamed styles
v1.2.5
Added enum color and styles logger text.
v1.2.4
Bug fix convert to string and validate type IsBytes.