1.15.0
Changed
- Log output is less verbose, can be re-enabled via CLI switch
--verbose
(#158 via #1131)
Warnings and errors are still displayed as before!
This is considered a non-breaking change, since only informational logs and debug information is affected. - Hardened JSON imports (via #1132, #1135)
Added
- CLI switch
-v, --verbose
to increase output verbosity (#158 via #1131)
May be used multiple times, like-vvv
. - More logs on info-level (via #1131)
- More logs on debug-level (via #1131)
Build
- Use TypeScript
v5.3.3
now, wasv5.3.2
(via #1133)
What's Changed
- chore(deps-dev): bump the eslint group with 1 update by @dependabot in #1128
- ci: test more node versions by @jkowalleck in #1130
- feat: hardened JSON imports by @jkowalleck in #1132
- feat: more logs & configurable log level by @jkowalleck in #1131
- chore(deps-dev): bump the typescript group with 1 update by @dependabot in #1133
- hardened JSON imports by @jkowalleck in #1135
- refactor & bump
[email protected]
by @jkowalleck in #1136
Full Changelog: v1.14.3...v1.15.0