Skip to content

Releases: ileasile/kformat

0.0.2: Back to life

28 Apr 12:35

Choose a tag to compare

Update Kotlin and Gradle

0.0.1

05 May 09:56

Choose a tag to compare

The first library version

  • Formatting: bold, italic and underlined, text color and background color
  • Colors: different ANSI color types are supported: from basic to full RGB
  • Visitors for generating ANSI-escaped strings and HTML. HTML visitor supports pretty-printing
  • Adapters mechanics: you can give a flavour to visitor by adding logging or results saving to it.
  • Some basic tests are written, but most of them don't assert anything, just print to console
  • Added ktlint integration
  • Added Github Packages integration
  • Added Dokka integration for generating and publishing documentation