Skip to content

Releases: marcelmay/kformat

0.14

02 Sep 07:35
Immutable release. Only release title and notes can be modified.
a00694c

Choose a tag to compare

What's Changed

Bugfixes

  • Fix ANSI escape sequences related cell padding #164

Dependencies

Full Changelog: release-0.13...release-0.14

0.13

29 Aug 21:28
Immutable release. Only release title and notes can be modified.
dd02551

Choose a tag to compare

What's Changed

  • Ignore ANSI escape sequences when calculating text length #162
  • Bump kotlin.version from 2.1.0 to 2.1.21 by @dependabot[bot] in #140, #146, #150

Full Changelog: release-0.12...release-0.13

0.12

25 Jan 20:39
49bacaa

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release-0.11...release-0.12

0.11

12 Mar 20:53
e347d37

Choose a tag to compare

What's Changed

Features

  • Recommend targeting older Kotlin bytecode #59
  • Support center alignment #58

Dependencies

See Milestone 0.11 for details.

Full Changelog: release-0.10...release-0.11

0.10

28 Oct 10:51
9803908

Choose a tag to compare

Minor release with improved input type support and update to Kotlin 1.9.10

Features

Dependencies

  • #34 Bump kotlin.version from 1.6.21 to 1.9.10

See Milestone 0.10 for details.

0.9

21 Dec 18:07

Choose a tag to compare

0.9

Minor release updating to Kotlin 1.6.x .

Dependencies:

  • Update to Kotlin 1.6.10 (#18)

See Milestone 0.9 for details.

0.8

11 Jul 16:01

Choose a tag to compare

0.8

Minor release updating to Kotlin 1.5.x .

Enhancements:

  • Support multiple header lines enhancement (#17)

Dependencies:

  • Update to Kotlin 1.5.20 (#15)

See Milestone 0.8 for details.

0.7

20 Feb 09:20

Choose a tag to compare

0.7

Enhancements:

  • Support providing additional formatting flags (#13)
  • Make rendering more robust with sparse headers/rows (#12)

Breaking changes:

  • Make table header immutable (#14)

Bugs:

  • Fix cell width for numeric values caused by rounding due to given precision (#11)

See Milestone 0.7 for details.

0.6

17 Feb 13:14

Choose a tag to compare

0.6

Bugs:

  • Fix alignment/defaultAlignment handling (#10)

See Milestone 0.6 for details.

0.5

07 Feb 15:25

Choose a tag to compare

0.5

Enhancements:

  • Support checking for existing data rows (#9)

Bugs:

  • Fix empty table (line but no data rows) rendering (#9)

See Milestone 0.5 for details.