Skip to content

Releases: rooseveltframework/roosevelt-logger

0.2.3

16 Feb 20:18
4129cd6
Compare
Choose a tag to compare
  • Dropped Node 10 and Node 12 support
  • Updated various dependencies
    • Migrated colors to @colors/colors
  • Migrated from Travis to GitHub Actions

0.2.2

05 Dec 15:19
ff084c0
Compare
Choose a tag to compare
Merge pull request #80 from kethinov/various-maintenance

various maintenance

0.2.1

28 Apr 20:44
6c1ad6e
Compare
Choose a tag to compare
  • Fixed bug where disabling prefix would chop off more than the prefix.
  • CI improvements.
  • Various dependencies bumped.

0.2.0

21 Apr 15:58
21ab90e
Compare
Choose a tag to compare
  • Module fully refactored, including some breaking API changes, such as:
    • Changed to class-based instantiation:
      • Added enableLogger() and disableLogger() methods.
      • Added enablePrefix() and disablePrefix() methods.
      • Added createLogMethod() method.
    • Other smaller changes to the API as well. See README.

0.1.0

08 Jan 05:19
75c45d4
Compare
Choose a tag to compare
  • Initial version.