All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
7.0.0 (2023-04-05)
- 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
- change method 'colorize' to the static method 'Colorize' (17293eb)
- implement the static 'Plain' method to remove ANSI codes from a string (ce45701)
- implement 'Plain' for deprecated 'Characters' method (9826d7d)
6.1.1 (2022-10-21)
- don't input an extra new line when saving logs into a file (024da92)
6.1.0 (2022-01-10)
- implement support for multi-line logs (0927ba4)
6.0.0 (2022-01-08)
- 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)
- rename the log method to info
- rename the log method to info (e978216)
4.0.0 (2021-08-02)
- delegate the writing of logs into a separate method (032e412)
3.0.0 (2021-07-31)
- improve the implementation of determining whether a log should be printed (22ebba1)
2.1.1 (2021-03-05)
- change LoggingOptions into separate interfaces (b7be255)
- implement a quick and dirty way to only write logs (14646f0)
2.1.0 (2021-03-05)
- 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)
- save logs to MM-DD-YYYY (7f44bca)
2.0.0 (2020-08-03)
- options: renamed the option 'log' to 'format'
- options: renamed the option 'log' to 'format' (78340e1)
1.5.0 (2020-06-19)
- added an option to save logs into the base directory when saving into a sub directory (4552f79)
- 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)