Skip to content

Releases: roughike/indent

v2.0.0

Choose a tag to compare

@roughike roughike released this 12 Apr 19:01
  • Migrate to null-safety & set minimum SDK version to >=2.12.0

v1.1.0

Choose a tag to compare

@roughike roughike released this 15 Jan 20:40
fd3a994
  • Adds trimMargin() method that behaves like Kotlin's trimMargin.

v1.0.0+2

Choose a tag to compare

@roughike roughike released this 10 Feb 22:22
  • "performance improvements" - replace List.generate(indentationLevel) with a StringBuffer and a for loop. Nobody will probably notice the difference, but go ahead and enjoy the performance improvement of a couple Planck times anyway.

v1.0.0

Choose a tag to compare

@roughike roughike released this 10 Feb 18:04

Initial release.