Skip to content

Releases: GabrielHCataldo/go-logger

v1.3.4

15 May 20:21
Compare
Choose a tag to compare

Add GetOptions function and update project version

Introduced a new function called GetOptions in core.go file which returns the current global options configuration. In addition, updated the project version to v1.3.4 in the README.md file.

v1.3.2

14 May 18:27
Compare
Choose a tag to compare

Updated examples and README

v1.3.1

14 May 18:20
Compare
Choose a tag to compare

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

29 Mar 15:28
Compare
Choose a tag to compare

Bug fix logger warning.

v1.2.9

28 Mar 13:51
Compare
Choose a tag to compare

Upgrade go-helper version.

v1.2.8

06 Mar 23:30
Compare
Choose a tag to compare

Removed red color logger error text.

v1.2.7

09 Feb 07:43
Compare
Choose a tag to compare

Bug fix space prefix.

v1.2.6

08 Feb 20:52
Compare
Choose a tag to compare

Renamed styles

v1.2.5

08 Feb 20:37
Compare
Choose a tag to compare

Added enum color and styles logger text.

v1.2.4

30 Jan 20:38
Compare
Choose a tag to compare

Bug fix convert to string and validate type IsBytes.