Skip to content

Latest commit

 

History

History
234 lines (109 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

234 lines (109 loc) · 11.3 KB

Changelog

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

1.3.0 (2024-07-12)

Features

Build Configuration

  • deps-dev: bump tsd from 0.30.7 to 0.31.0 (#15) (bb2f1ae)

1.2.3 (2024-03-23)

Bug Fixes

  • include only src into dist (767853b)

1.2.2 (2024-03-23)

Continuous Integration

  • add dependabot config (#8) (b086fa8)
  • add more node versions to test on (1d48de1)

Build Configuration

1.2.1 (2022-10-19)

Bug Fixes

  • change lifecycle event for releasing package version (eebd0f6)
  • remove LAST_RELEASE generation script (f38fbda)

Tests

  • delete one e2e test case, use new timers syntax (2fa8147)

Documentation

Continuous Integration

  • change used node version from 16 to 18 (63af6ce)

Build Configuration

  • add eslintignore file to npmignore (6b12c01)
  • upgrade dependencies (a032bfd)

1.2.0 (2022-04-15)

Features

Build Configuration

  • add script for addling LAST_RELEASE changelog (7a07b7b)
  • upgrade dependencies (81e32e4)

Continuous Integration

  • use LAST_RELEASE file for getting release description (b26540e)

1.1.0 (2022-04-05)

Features

  • allow to specify logger app name (a248786)

Tests

  • add test for range error when padding is less than 0 (d6e0ff8)

Build Configuration

1.0.0 (2022-03-23)

Documentation

  • add missing information about not publishing package manually (c26f478)

Continuous Integration

  • change node version used on ci pipeline (b3f0977)

0.0.9 (2022-03-23)

Documentation

  • add missing information about not publishing package manually (c26f478)

Continuous Integration

  • change node version used on ci pipeline (b3f0977)

0.0.8 (2022-03-23)

Build Configuration

Tests

  • add unit tests for log utils (484be36)

Continuous Integration

  • add e2e tests to test pipeline (d0e6168)

Documentation

  • add basic readme (707d8e7)
  • add informations about releases to README (902e240)

0.0.7 (2021-10-07)

0.0.6 (2021-09-13)

Continuous Integration

0.0.5 (2021-09-09)

Bug Fixes

Tests

  • add more tests for errors (2b1af72)
  • create e2e tests for error logging (c5474c8)
  • start creating tests (c6ec013)

Code Refactoring

Build Configuration

  • upgrade dependencies, fix typo (cf5fe77)
  • upgrade dev dependencies (4f0a406)
  • upgrade dev dependencies (ea7c23e)

0.0.4 (2021-08-20)

Continuous Integration

  • unify release and publish workflows (de084f0)

0.0.3 (2021-08-20)

Bug Fixes

  • add missing checkout action to release (955fcc7)

0.0.2 (2021-08-20)

Continuous Integration

0.0.1 (2021-08-20)

Features

  • add error logging, improve formatting and colors (1eba81c)
  • create basic logger implementation (170e198)
  • initialize logger (000cd9c)

Code Refactoring

  • make events without nulls not configurable (76a3db6)

Continuous Integration

Build Configuration