Skip to content

Latest commit

 

History

History
186 lines (83 loc) · 6.62 KB

CHANGELOG.md

File metadata and controls

186 lines (83 loc) · 6.62 KB

Changelog

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

1.1.2 (2024-01-28)

Bug Fixes

  • fixed docs example, add github repo to the package (bfb9589)

1.1.1 (2024-01-27)

Bug Fixes

  • trying to get releases working (fbfc90d)

1.1.0 (2024-01-27)

Features

1.0.4 (2024-01-27)

Bug Fixes

  • switched from using source .ts file in tests to using prod .js file (107562a)

1.0.3 (2023-05-10)

Bug Fixes

  • fixed "alert" not working entrierly (d8830b1)

1.0.2 (2023-05-09)

Bug Fixes

  • fixed "alert" option throwing "not defined" error in node env (a573347), closes #18

1.0.1 (2023-05-09)

Bug Fixes

  • made "additional" optional in log functions + added a simple test for log alias (f89cb71)

1.0.0 (2023-05-09)

⚠ BREAKING CHANGES

  • enabled build generation, it wasnt running with previous commits'

Bug Fixes

  • forgot to enable builds, now building on every commit with "sendit" command (edfedf4)

0.4.0 (2023-05-09)

Features

0.3.0 (2023-05-09)

Features

Bug Fixes

0.2.6 (2023-05-09)

Features

Bug Fixes

0.2.5 (2023-05-08)

Features

  • allowed for logging anything as a message (1st arg) (bc29a76), closes #5

0.2.4 (2023-05-07)

0.2.3 (2023-05-07)

0.2.2 (2023-04-29)

Bug Fixes

  • fixed destructuring on logger methods + some additiinal refactor changes (b581b78)

0.2.1 (2023-04-26)

Bug Fixes

  • fixed lockfile after module name change (06ca5ed)

0.2.0 (2023-04-26)

⚠ BREAKING CHANGES

  • changed package name

Bug Fixes

  • changaed package name to a scoped one (871d4e4)

0.1.13 (2023-04-24)

0.1.14 (2023-04-26)

0.1.13 (2023-04-26)

0.1.12 (2023-04-24)

Bug Fixes

  • fixed stringify optional object param, not preparing the ground for more tests (af77ea7)

0.1.11 (2023-04-24)

0.1.10 (2023-04-24)

0.1.9 (2023-04-24)

0.1.8 (2023-04-24)

0.1.7 (2023-04-24)

Bug Fixes

  • fixed imports after changing the exports + disabled spamming of CI variable to console (2e7b6ed)

0.1.6 (2023-04-24)

Bug Fixes

  • removed extra logging about the CI variable (94f29aa)

0.1.5 (2023-04-24)

Bug Fixes

  • hopefully fixed CI detection for test runner (6cd99cf)

0.1.4 (2023-04-24)

0.1.3 (2023-04-24)

0.1.2 (2023-04-24)

0.1.1 (2023-04-24)

Features