This release contains only changes to izumi.fundamentals.platform.strings.TextTree
- textree: bugfixes, improvements, docs, + verbatim nodes by @pshirshov (968e3cb)
Full Changelog: https://github.com/7mind/izumi/compare/v1.2.21...v1.2.22
Unclaimed project
Are you a maintainer of izumi? Claim this project to take control of your public changelog and roadmap.
Changelog
Productivity-oriented collection of lightweight fancy stuff for Scala toolchain
This release contains only changes to izumi.fundamentals.platform.strings.TextTree
Full Changelog: https://github.com/7mind/izumi/compare/v1.2.21...v1.2.22
This release mainly contains fixes for Scala.js
makeFactory. (https://github.com/7mind/izumi/pull/2290)makeTrait on Scala 3. (https://github.com/7mind/izumi/pull/2290)traverseAccumErrorsNEList by @neko-kai (https://github.com/7mind/izumi/pull/2285)Full Changelog: https:...
logValues that can be used as a shorthand for logging values without an accompanying message:
logger.logValues(Info)(a, b, c)
Will output the same message as
logger.info(s"$a, $b, $c")