Commit 65d98c7
committed
chore(release): 4.0.0-beta.5 [skip ci]
# [4.0.0-beta.5](v4.0.0-beta.4...v4.0.0-beta.5) (2021-12-10)
### Bug Fixes
* add generic support to LogMessage class for specifying the message type ([6e6775a](6e6775a))
* add generic to LogObject type to specify type of Message ([cd1c746](cd1c746))
* explicitly set type to `string[]` for compiled tags returned from LogMessage ([fd873e3](fd873e3))
* remove generic from Message type ([cc10311](cc10311))
* remove toJSON() method from LogMessage since it's been moved to a formatter ([36fbdaa](36fbdaa))
* rename the `log` method to `_log` ([7317bf5](7317bf5))
* still generate the log message just don't log it when verbosity is set ([6e13564](6e13564))
* ts generics and typings on shortcut methods ([7e48904](7e48904))
### Features
* add `log` shortcut method as an alias for `info` to match the `console` pattern ([a3c1f16](a3c1f16))
* separate built-in formatters into separate files ([f8ecac7](f8ecac7))1 parent 1e5076c commit 65d98c7
2 files changed
+21
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
1 | 21 | | |
2 | 22 | | |
3 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments