Releases: stgdp/fancy-logger
Releases · stgdp/fancy-logger
v1.0.0
[1.0.0]
Security
- Updated
mochato 10.0.0 - Updated
fechato 4.2.3 - Updated
strip-ansito 6.0.1
Added
- Implemented modifier options to
writemethod - Implemented linting for improved coding standards
- Commented code for easier understanding
Changed
- Refactored tests - #6
- Updated shields
- Migrated from
travis-ci.comto Github Actions
Full Changelog: v1.0.0-beta.4...v1.0.0
v1.0.0-beta.4
[1.0.0-beta.4] - 2020-11-25
Security
- Updated
mochato 8.2.1
Added
- Implemented default modifiers - [#4]
Changed
- Migrated CI to
travis-ci.com
Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4
v1.0.0-beta.3
[1.0.0-beta.3] - 2020-11-11
Added
Changed
- Moved the test file location to /test
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3
v1.0.0-beta.2
[1.0.0-beta.2] - 2020-09-14
Added
- Implemented formatting the timestamp
Changed
- Converted all methods except for write to getters as they didn't need to be methods
modifieris now calleddecoration- Reverted back to the original single file structure as it's now more simplified!
Removed
- Calling
returnno longer adds an end statement,endshould be called before this
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2
v1.0.0-beta.1
[1.0.0-beta.1] - 2020-09-10
Added
- Implemented basic mocha tests
- Timestamps can now be disabled
- Outputs can be buffered for use at a later point
- Added a Readme detailing how to use the logger
- Implemented a changelog
Changed
- Converted the logger to a class instead of a function with prototypes
- Implemented more checks to the
modifier,resetandoutputmethods - Moved functionality out to libs for simplicity of updating
Fixed
- Fixed issues with the bright colors on the
fgandbgmethods
Full Changelog: v1.0.0-beta.0...v1.0.0-beta.1
v1.0.0-beta.0
[1.0.0-beta.0] - 2020-09-10
Added
- Initial (beta) version
Full Changelog: https://github.com/stgdp/fancy-logger/commits/v1.0.0-beta.0