Skip to content

kotlin-codepoints v0.9.0

Latest
Compare
Choose a tag to compare
@cketti cketti released this 24 Jun 23:46
· 1 commit to main since this release

What's Changed

  • Change CodePoint.toString() to return the string representation by @cketti in #37
  • Add zero parameter variant of CharSequence.codePointCount() by @cketti in #36
  • Add function to create a string from the given code points by @cketti in #40
  • Add forEach extensions methods to iterate over codepoints by @OptimumCode in #38

See also: CHANGELOG.md

New Contributors

Full Changelog: 0.8.0...0.9.0