Skip to content

Latest commit

 

History

History
45 lines (15 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

45 lines (15 loc) · 1.55 KB

0.8.3 (2024-08-11)

Bug Fixes

  • Wrapped props set in try catch to avoid any errors that may happen because of undefined parameters (6579b82)

0.8.2 (2024-08-11)

Bug Fixes

  • Fixed logger constructor error when some parameters aren't given (15fc58f)

0.8.1 (2024-06-27)

Bug Fixes

  • Check if folder returned nothing or not (#7) (ff019ae)

0.8.0 (2024-06-26)

Features

  • Add stop logger function and logic to check if log file was ended or not (#6) (5b79a2e)

0.7.1 (2024-06-26)

Bug Fixes

  • Default values were wrongly set (e91e479)