Skip to content

Releases: MCeley/kotlin-extensions

v1.1.0

06 Dec 23:11
89940f0

Choose a tag to compare

What's Changed

  • Filtering a Map based on string key length by @MCeley in #5

Full Changelog: 1.0.0...1.1.0

v1.0.0

06 Dec 22:26
0bda6a0

Choose a tag to compare

First release of kotlin-extensions.

  • Adds extension method for truncating a string to a max length while respecting UTF-16 surrogate pair (code point) boundaries.
  • Adds extension methods for performing substring operations while respecting UTF-16 surrogate pair (code point) boundaries.