2 All notable changes to this project will be documented in this file.
4 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7 ## [2.0.2] - 2020-09-21
9 - Fixed links and dates in CHANGELOG.md
10 - Now only lib files will be included in the package
11 - Fixes coverage report
13 ## [2.0.1] - 2020-09-21
15 - Sonarcloud config for code quality
18 - Limits token size to 255 to avoid regex abuse
19 - Changes file test time to allow flushing stream in CI
21 ## [2.0.0] - 2020-09-20
23 - CHANGELOG format is now using `Keep a Changelog` format.
24 - CI updated to use `gitlab` instead of `circle`
25 - Updates dev dependencies
26 - Replaces `microtime` in favor of `process.hrtime.bigint()`. This means that
27 the timestamp is now in *nanoseconds* and has no decimal component.
28 - If you log an object, it will first attempt to read a `message` property.
29 All other properties will be extended with the log object.
30 - Renamed `log_utilities` to utilities
31 - Changes export so it uses a single object instead of having everything under
33 - Update README to reflect current usage.
36 - Removes the meta parameter from buildLog.
38 ## [1.1.0] - 2016-01-22
40 - a new parameter called meta that expects an object, it will be used to extend
42 - gettLevelAnsi method, it returns an ANSI keyword depending on the log level
44 - Simple formatter uses `getLevelAnsi`, this means that info and debug get
45 colors: info is blue, debug is green.
46 - Token formatter now supports the `{{_ansi: _level}}` token that uses
47 `getLevelAnsi` to generatte color depending on the level.
50 - README.md now has references to all the new features
54 - Initial log functionality
56 [2.0.2]: https://gitlab.com/rbdr/cologne/-/compare/v2.0.1...v2.0.2
57 [2.0.1]: https://gitlab.com/rbdr/cologne/-/compare/v2.0.0...v2.0.1
58 [2.0.0]: https://gitlab.com/rbdr/cologne/-/compare/v1.1.0...v2.0.0
59 [1.1.0]: https://gitlab.com/rbdr/cologne/-/tags/v1.1.0