Releases: cketti/kotlin-codepoints
Releases · cketti/kotlin-codepoints
kotlin-codepoints v0.9.0
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
- @OptimumCode made their first contribution in #38
Full Changelog: 0.8.0...0.9.0
kotlin-codepoints v0.8.0
What's Changed
- bump versions by @itboy87 in #29
- Don't exclude
kotlin-js-store/
from repository by @cketti in #30 - Clean up source set configuration by @cketti in #31
- Update Kotlin to 2.0.0 by @cketti in #34
See also: CHANGELOG.md
New Contributors
Full Changelog: 0.7.0...0.8.0
v0.6.1
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
v0.5.0
v0.4.0
What's Changed
- Remove
PlatformComparisonTest
& changeCommonCodePoints.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
What's Changed
- Drop JVM target to 8 by @JakeWharton in #10
- Add
StringBuilder.appendCodePoint
by @JakeWharton in #11 - Add
CodePoints.toChars
functions by @JakeWharton in #12 - Remove functions provided by the Kotlin stdlib by @JakeWharton in #13
Full Changelog: 0.2.0...0.3.0