Technically, this release does not add any major features on top of 1.1.2, but due to issues with the CI failing to work with really old versions of the JDK, we bumped up the Kotlin / JDK versions a bit.
kotter1_2.mov
Changes
- Made a handful of improvements to the testing library, including adding its own README
- Introduced
InMemoryTerminal
, which collects all ANSI output into a queryable memory buffer instead of rendering it directly into the terminal.- Also exposed a convenient
buildAnsiLines
utility method which works by creating anInMemoryTerminal
behind the scenes.
- Also exposed a convenient
- Updated Kotlin to 1.9.10 / JDK to 11
Full Changelog: v1.1.2...v1.2.0