DimensionDev / Flare

The ultimate next generation open-sourced AI powered decentralized social network client.
https://flareapp.moe/
GNU Affero General Public License v3.0
59 stars 4 forks source link

Bump de.cketti.unicode:kotlin-codepoints-deluxe from 0.8.0 to 0.9.0 #393

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps de.cketti.unicode:kotlin-codepoints-deluxe from 0.8.0 to 0.9.0.

Release notes

Sourced from de.cketti.unicode:kotlin-codepoints-deluxe's releases.

kotlin-codepoints v0.9.0

What's Changed

See also: CHANGELOG.md

New Contributors

Full Changelog: https://github.com/cketti/kotlin-codepoints/compare/0.8.0...0.9.0

Changelog

Sourced from de.cketti.unicode:kotlin-codepoints-deluxe's changelog.

[0.9.0] - 2024-06-24

Changed

  • kotlin-codepoints-deluxe
    • CodePoint.toString() now returns the string representation of a code point.

Added

  • kotlin-codepoints
    • Added CharSequence.codePointCount() variant without parameters.
    • Added CodePoints.toString(…) that creates a string from the given code points.
    • Added CharSequence.forEachCodePoint() and CharSequence.forEachCodePointIndexed() to iterate over code points in a character sequence.
  • kotlin-codepoints-deluxe
    • CodePoint.toUnicodeNotation() returns the standard Unicode notation of a code point, e.g. U+1F4E7.
    • Added CharSequence.forEachCodePoint() and CharSequence.forEachCodePointIndexed() to iterate over code points in a character sequence.
Commits
  • f42fd18 Version 0.9.0
  • bd63005 Add extensions functions to iterate over codepoints (#38)
  • 91bed49 Merge pull request #40 from cketti/build_string
  • dcf573a Add CodePoints.toString(…)
  • b0de8a0 Merge pull request #36 from cketti/no_argument_codePointCount
  • feaf18b Add zero parameter variant of CharSequence.codePointCount()
  • 342112a Merge pull request #37 from cketti/toString
  • 9ec6fa9 Change CodePoint.toString() to return the string representation
  • 20b40c0 Prepare next development version
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)