All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.3.0 (2024-07-12)
1.2.3 (2024-03-23)
- include only src into dist (767853b)
1.2.2 (2024-03-23)
- deps: bump @babel/traverse from 7.20.13 to 7.24.1. (ce259bf)
- deps: bump github/codeql-action from 1 to 3 (#10) (98a4cd3)
- deps: bump json5 from 2.2.1 to 2.2.3 (#3) (e35c46d)
- deps: bump semver from 5.7.1 to 5.7.2 (0584431)
- deps: bumps https://github.com/actions/checkout from 2 to 4. (bbb68f7)
- update dev dependencies (99d57b0)
1.2.1 (2022-10-19)
- change lifecycle event for releasing package version (eebd0f6)
- remove LAST_RELEASE generation script (f38fbda)
- delete one e2e test case, use new timers syntax (2fa8147)
- fix typo in readme (cab04ad)
- change used node version from 16 to 18 (63af6ce)
1.2.0 (2022-04-15)
- add JSON transport (84404ba)
- use LAST_RELEASE file for getting release description (b26540e)
1.1.0 (2022-04-05)
- allow to specify logger app name (a248786)
- add test for range error when padding is less than 0 (d6e0ff8)
- upgrade dependencies (92b77a7)
1.0.0 (2022-03-23)
- add missing information about not publishing package manually (c26f478)
- change node version used on ci pipeline (b3f0977)
0.0.9 (2022-03-23)
- add missing information about not publishing package manually (c26f478)
- change node version used on ci pipeline (b3f0977)
0.0.8 (2022-03-23)
- upgrade dependencies (bfb8311)
- add unit tests for log utils (484be36)
- add e2e tests to test pipeline (d0e6168)
0.0.7 (2021-10-07)
0.0.6 (2021-09-13)
- add codeql-analysis (8a62dc5)
0.0.5 (2021-09-09)
- add more tests for errors (2b1af72)
- create e2e tests for error logging (c5474c8)
- start creating tests (c6ec013)
- rewrite logger logic (3642e3e)
- upgrade dependencies, fix typo (cf5fe77)
- upgrade dev dependencies (4f0a406)
- upgrade dev dependencies (ea7c23e)
0.0.4 (2021-08-20)
- unify release and publish workflows (de084f0)
0.0.3 (2021-08-20)
- add missing checkout action to release (955fcc7)
0.0.2 (2021-08-20)
- add release step (1ec3ac2)
- add error logging, improve formatting and colors (1eba81c)
- create basic logger implementation (170e198)
- initialize logger (000cd9c)
- make events without nulls not configurable (76a3db6)
- add versionrc file (6878801)