Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@bitspittle bitspittle released this 19 Nov 00:59

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 an InMemoryTerminal behind the scenes.
  • Updated Kotlin to 1.9.10 / JDK to 11

Full Changelog: v1.1.2...v1.2.0