Skip to content

Latest commit

 

History

History
274 lines (165 loc) · 4.28 KB

CHANGELOG.md

File metadata and controls

274 lines (165 loc) · 4.28 KB

Hack4Impact Logger 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.

Table of Contents

Unreleased


[4.0.2] - (2021-11-17)

Fixed

  • Output Line Method

[4.0.1] - (2021-11-17)

Fixed

  • File System Promise Import

[4.0.0] - (2021-11-17)

Added

  • Output Class

Changed

  • Logger constructor arguments

[3.0.3] - (2021-04-18)

Changed

  • Updated Dependents in README

[3.0.2] - (2021-03-08)

Changed

  • Updated Homepage Metadata

[3.0.1] - (2021-03-05)

Changed

  • Updated Usage section in README

[3.0.0] - (2021-03-03)

Changed

  • Logger writes to file by default

[2.0.6] - (2021-03-03)

Changed


[2.0.5] - (2021-02-20)

Changed

  • Updated Usage section in README

[2.0.4] - (2021-02-19)

Changed

  • Non-static writeLogs method to public

[2.0.3] - (2021-02-18)

Added

  • TSDoc for exported Types & Constants

[2.0.2] - (2021-02-17)

Fixed

  • TypeScript definitions not being added to dist folder

[2.0.1] - (2021-02-17)

Added


[2.0.0] - (2021-02-17)

Changed

  • Parameters for Non-static methods
  • TSDoc for all methods

Added


[1.5.0] - (2021-02-12)

Added

  • Non-static success method

[1.4.2] - (2021-02-12)

Added


[1.4.1] - (2021-02-12)

Added

  • Installation section in README

[1.4.0] - (2021-02-12)

Added

  • ConsoleLevel type ("log" | "warn" | "error")

Changed

  • Static method coloredLog requires message as 2nd argument

[1.3.2] - (2021-02-12)

Added


[1.3.1] - (2021-02-12)

Added


[1.3.0] - (2021-02-12)

Changed

  • Non-static log method returns the created Log object

[1.2.0] - (2021-02-11)

Added


[1.1.0] - (2021-02-11)

Changed

  • Getters & Setters for Logger
  • TSDoc Syntax for methods and variables

[1.0.0] - (2021-02-11)

  • Initial Release