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
- [4.0.2] - (2021-11-17)
- [4.0.1] - (2021-11-17)
- [4.0.0] - (2021-11-17)
- [3.0.3] - (2021-04-18)
- [3.0.2] - (2021-03-08)
- [3.0.1] - (2021-03-05)
- [3.0.0] - (2021-03-03)
- [2.0.6] - (2021-03-03)
- [2.0.5] - (2021-02-20)
- [2.0.4] - (2021-02-19)
- [2.0.3] - (2021-02-18)
- [2.0.2] - (2021-02-17)
- [2.0.1] - (2021-02-17)
- [2.0.0] - (2021-02-17)
- [1.5.0] - (2021-02-12)
- [1.4.2] - (2021-02-12)
- [1.4.1] - (2021-02-12)
- [1.4.0] - (2021-02-12)
- [1.3.2] - (2021-02-12)
- [1.3.1] - (2021-02-12)
- [1.3.0] - (2021-02-12)
- [1.2.0] - (2021-02-11)
- [1.1.0] - (2021-02-11)
- [1.0.0] - (2021-02-11)
- Output Line Method
- File System Promise Import
Output
Class
Logger
constructor arguments
- Updated Dependents in README
- Updated Homepage Metadata
- Updated Usage section in README
- Logger writes to file by default
- Updated Usage section in README
- Non-static
writeLogs
method to public
- TSDoc for exported Types & Constants
- TypeScript definitions not being added to
dist
folder
- Badges in README
- Parameters for Non-static methods
- TSDoc for all methods
- Non-static
success
method
- Usage section in README
- Installation section in README
ConsoleLevel
type ("log" | "warn" | "error"
)
- Static method
coloredLog
requiresmessage
as 2nd argument
- Icon in README
- Features section in README
- Non-static
log
method returns the createdLog
object
- README Documentation
- Getters & Setters for Logger
- TSDoc Syntax for methods and variables
- Initial Release