UNPKG

@hack4impact/logger

Version:

The lightweight & lightning-fast Logger Utility used by Hack4Impact Projects

275 lines (165 loc) 4.38 kB
# Hack4Impact Logger Changelog <!-- omit in toc --> All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Table of Contents <!-- omit in toc --> - [Unreleased](#unreleased) - [[4.0.2] - (2021-11-17)](#402---2021-11-17) - [Fixed](#fixed) - [[4.0.1] - (2021-11-17)](#401---2021-11-17) - [Fixed](#fixed-1) - [[4.0.0] - (2021-11-17)](#400---2021-11-17) - [Added](#added) - [Changed](#changed) - [[3.0.3] - (2021-04-18)](#303---2021-04-18) - [Changed](#changed-1) - [[3.0.2] - (2021-03-08)](#302---2021-03-08) - [Changed](#changed-2) - [[3.0.1] - (2021-03-05)](#301---2021-03-05) - [Changed](#changed-3) - [[3.0.0] - (2021-03-03)](#300---2021-03-03) - [Changed](#changed-4) - [[2.0.6] - (2021-03-03)](#206---2021-03-03) - [Changed](#changed-5) - [[2.0.5] - (2021-02-20)](#205---2021-02-20) - [Changed](#changed-6) - [[2.0.4] - (2021-02-19)](#204---2021-02-19) - [Changed](#changed-7) - [[2.0.3] - (2021-02-18)](#203---2021-02-18) - [Added](#added-1) - [[2.0.2] - (2021-02-17)](#202---2021-02-17) - [Fixed](#fixed-2) - [[2.0.1] - (2021-02-17)](#201---2021-02-17) - [Added](#added-2) - [[2.0.0] - (2021-02-17)](#200---2021-02-17) - [Changed](#changed-8) - [Added](#added-3) - [[1.5.0] - (2021-02-12)](#150---2021-02-12) - [Added](#added-4) - [[1.4.2] - (2021-02-12)](#142---2021-02-12) - [Added](#added-5) - [[1.4.1] - (2021-02-12)](#141---2021-02-12) - [Added](#added-6) - [[1.4.0] - (2021-02-12)](#140---2021-02-12) - [Added](#added-7) - [Changed](#changed-9) - [[1.3.2] - (2021-02-12)](#132---2021-02-12) - [Added](#added-8) - [[1.3.1] - (2021-02-12)](#131---2021-02-12) - [Added](#added-9) - [[1.3.0] - (2021-02-12)](#130---2021-02-12) - [Changed](#changed-10) - [[1.2.0] - (2021-02-11)](#120---2021-02-11) - [Added](#added-10) - [[1.1.0] - (2021-02-11)](#110---2021-02-11) - [Changed](#changed-11) - [[1.0.0] - (2021-02-11)](#100---2021-02-11) ## 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 - [LICENSE] --- ## [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 - Badges in [README] --- ## [2.0.0] - (2021-02-17) ### Changed - Parameters for Non-static methods - [TSDoc] for all methods ### Added - [Website] --- ## [1.5.0] - (2021-02-12) ### Added - Non-static `success` method --- ## [1.4.2] - (2021-02-12) ### Added - Usage section in [README] --- ## [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 - Icon in [README] --- ## [1.3.1] - (2021-02-12) ### Added - Features section in [README] --- ## [1.3.0] - (2021-02-12) ### Changed - Non-static `log` method returns the created `Log` object --- ## [1.2.0] - (2021-02-11) ### Added - [README] Documentation --- ## [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 --- <!-- Start Reference Links --> [website]: https://hack4impact.github.io/logger/ [readme]: https://github.com/hack4impact/logger#readme [tsdoc]: https://tsdoc.org/ [license]: https://github.com/hack4impact/logger/blob/main/LICENSE.md