Skip to content

Releases: cketti/kotlin-codepoints

kotlin-codepoints v0.9.0

24 Jun 23:46
Compare
Choose a tag to compare

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

kotlin-codepoints v0.8.0

09 Jun 21:03
Compare
Choose a tag to compare

What's Changed

See also: CHANGELOG.md

New Contributors

Full Changelog: 0.7.0...0.8.0

v0.6.1

11 Mar 19:56
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

What's Changed

  • Ensure codePointCount can be called on zero-width range by @JakeWharton in #25

Full Changelog: 0.6.0...0.6.1

v0.6.0

05 Mar 21:16
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

What's Changed

  • Change StringExtensions to CharSequenceExtensions by @cketti in #21
  • Change StringBuilderExtensions to AppendableExtensions by @cketti in #22

Full Changelog: 0.5.0...0.6.0

v0.5.0

19 Feb 14:30
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

What's Changed

  • Add StringBuilder.appendCodePoint() to kotlin-codepoints-deluxe by @cketti in #19
  • Add support for iterating over parts of a string by @cketti in #20

Full Changelog: 0.4.0...0.5.0

v0.4.0

31 Jan 20:31
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

What's Changed

  • Remove PlatformComparisonTest & change CommonCodePoints.toChars() behavior by @cketti in #15
  • Reshuffle code by @cketti in #7
  • Inline implementations in actuals by @JakeWharton in #17
  • Add Linux Mips support by @bitPogo in #16
  • Add nicer API based on a CodePoint class by @cketti in #18

New Contributors

Full Changelog: 0.3.0...0.4.0

v0.3.0

24 Jan 13:47
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.2.0...0.3.0

v0.2.0

19 Jan 22:43
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.1.0...0.2.0

v0.1.0

18 Jan 21:32
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First release