Skip to content

Releases: stgdp/fancy-logger

v1.0.0

11 Jun 12:24

Choose a tag to compare

[1.0.0]

Security

  • Updated mocha to 10.0.0
  • Updated fecha to 4.2.3
  • Updated strip-ansi to 6.0.1

Added

  • Implemented modifier options to write method
  • Implemented linting for improved coding standards
  • Commented code for easier understanding

Changed

  • Refactored tests - #6
  • Updated shields
  • Migrated from travis-ci.com to Github Actions

Full Changelog: v1.0.0-beta.4...v1.0.0

v1.0.0-beta.4

10 Jun 22:43

Choose a tag to compare

v1.0.0-beta.4 Pre-release
Pre-release

[1.0.0-beta.4] - 2020-11-25

Security

  • Updated mocha to 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

10 Jun 22:42

Choose a tag to compare

v1.0.0-beta.3 Pre-release
Pre-release

[1.0.0-beta.3] - 2020-11-11

Added

  • Implemented writing the log to a file - #2 #3

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

14 Sep 00:57

Choose a tag to compare

v1.0.0-beta.2 Pre-release
Pre-release

[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
  • modifier is now called decoration
  • Reverted back to the original single file structure as it's now more simplified!

Removed

  • Calling return no longer adds an end statement, end should be called before this

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2

v1.0.0-beta.1

14 Sep 00:38

Choose a tag to compare

v1.0.0-beta.1 Pre-release
Pre-release

[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, reset and output methods
  • Moved functionality out to libs for simplicity of updating

Fixed

  • Fixed issues with the bright colors on the fg and bg methods

Full Changelog: v1.0.0-beta.0...v1.0.0-beta.1

v1.0.0-beta.0

10 Sep 06:04

Choose a tag to compare

v1.0.0-beta.0 Pre-release
Pre-release

[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