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