Skip to content

Latest commit

 

History

History
79 lines (40 loc) · 2.98 KB

CHANGELOG.md

File metadata and controls

79 lines (40 loc) · 2.98 KB

0.4.0 (2022-10-06)

Chores
  • README.md: initialize readme; add docs generation scripts (fd985448)
New Features
  • database: add database client handlers (da88910d)

0.3.1 (2022-10-05)

Bug Fixes
  • logger: print string instead of an array (fa651dcb)

0.3.0 (2022-10-05)

Other Changes
  • logger: add tests for logger class; reorganize tests, so they lay close to tested class (770c2070)

0.2.3 (2022-10-05)

Chores
  • package.json: remove 'exports' (34fc0bdc)

0.2.2 (2022-10-05)

Bug Fixes
  • logger: make getDefaultLogLevel public (4d68c760)

0.2.1 (2022-10-05)

Bug Fixes
  • export types so they are usable (af39ae63)

0.2.0 (2022-10-05)

Refactors
  • use constant as namespace-level entry point; add Logger feature (04e09559)

0.1.2 (2022-10-05)

Chores
  • package.json: trying out exports (e78185e9)

0.1.1 (2022-10-05)

Chores
  • package.json: remove prepublishOnly script (a828ea77)
Bug Fixes
  • deepl: use private authKey field instead of env variable (822ed41b)

0.1.0 (2022-10-05)

Chores
  • configure eslint; run prettier on file save (717f757e)
  • change publish target to GitHub (655928d5)
New Features
  • deepl: add DeepL.translate function (381fcdc9)

0.0.1 (2022-10-04)

Chores
  • init repository - dummy code (958e3463)