Releases: TopMarksDevelopment/Javascript.Logger
Releases · TopMarksDevelopment/Javascript.Logger
v1.1.0
1.1.0 - 2022-05-24
Added
- Custom type now passed to
logLevel
TheLogLevel
can be calculated from the custom type that's now passed to it. This argument can be ignored if you don't require it
Changed
- README now correctly shows
extraDetails
as optional in the example and in the information - The README example now shows also shows off the new argument passed to
logLevel(T)
Commits
- Pass type to
logLevel
by @glenn2223 in #1
Full Changelog: v1.0.0...v1.1.0