Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 748 Bytes

CHANGELOG.md

File metadata and controls

25 lines (16 loc) · 748 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

v0.1.1 - 2024-07-28

Fixed

  • Time property. It showed as string despite being changed to int internally.

v0.1.0 - 2024-07-28

Added

  • LOG_LEVEL environment variable support.
  • LOG_LEVEL constants.
  • Debug, Info, Warn, Error and Fatal log methods.
  • String helper method that converts strings to their snake case version.