Skip to content

Latest commit

 

History

History
136 lines (70 loc) · 6.16 KB

File metadata and controls

136 lines (70 loc) · 6.16 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

7.0.0 (2023-04-05)

⚠ BREAKING CHANGES

  • change method 'colorize' to the static method 'Colorize'
  • remove the 'color' method
  • implement the static 'Plain' method to remove ANSI codes from a string
  • remove the static 'Characters' method

Features

  • change method 'colorize' to the static method 'Colorize' (17293eb)
  • implement the static 'Plain' method to remove ANSI codes from a string (ce45701)

Bug Fixes

  • implement 'Plain' for deprecated 'Characters' method (9826d7d)

removal

  • remove the 'color' method (8774782)
  • remove the static 'Characters' method (568cf01)

6.1.1 (2022-10-21)

Bug Fixes

  • don't input an extra new line when saving logs into a file (024da92)

6.1.0 (2022-01-10)

Features

  • implement support for multi-line logs (0927ba4)

6.0.0 (2022-01-08)

Features

  • extract regular expressions into a separate file (44c9988)
  • implement a script to represent absolute paths (9a378c4)
  • implement a type to reference the structure for the format of logs (3839a7c)
  • implement types to ensure whether or not all properties of an object are provided (e00f491)
  • implement types to represent options (bbd418a)
  • modify the markdown set to an object instead (fc9c6f2)
  • modify the markdown set to an object instead (ee5d247)

5.0.0 (2021-10-16)

⚠ BREAKING CHANGES

  • rename the log method to info

Features

  • rename the log method to info (e978216)

4.0.0 (2021-08-02)

Features

  • delegate the writing of logs into a separate method (032e412)

3.0.0 (2021-07-31)

Features

  • improve the implementation of determining whether a log should be printed (22ebba1)

2.1.1 (2021-03-05)

Features

  • change LoggingOptions into separate interfaces (b7be255)
  • implement a quick and dirty way to only write logs (14646f0)

2.1.0 (2021-03-05)

Features

  • change LoggingOptions into separate interfaces (b7be255)
  • implement a quick and dirty way to only write logs (14646f0)

2.0.1 (2020-08-03)

2.1.0 (2020-08-03)

Bug Fixes

  • save logs to MM-DD-YYYY (7f44bca)

2.0.0 (2020-08-03)

⚠ BREAKING CHANGES

  • options: renamed the option 'log' to 'format'

Features

  • options: renamed the option 'log' to 'format' (78340e1)

1.5.0 (2020-06-19)

Features

  • added an option to save logs into the base directory when saving into a sub directory (4552f79)

1.4.0 (2020-06-12)

Bug Fixes

  • fixed indentation in the documentation (f043fee)
  • fixed link to correctly point to the main documentation file (c91a221)
  • fixed the documentation link to point to the main documentation for Logger (3aa5537)
  • fixed the script used to generate the documentation (ed326ab)
  • fixed typo (976ce7e)
  • simplified .gitignore (801729f)