Skip to content

Releases: Juuxel/LeafThrough

Leaf Through 1.3.1

08 Jan 18:00
Compare
Choose a tag to compare

Changed

  • Updated to Kotlin 1.4.21.

Leaf Through 1.2.0

13 Feb 16:53
Compare
Choose a tag to compare

Added

  • StringReader.getRemaining()
    • Gets everything in the string after the cursor.

Fixed

  • Cursor offsets when using readWhile().

Leaf Through 1.1.0

03 Feb 19:12
Compare
Choose a tag to compare

Added

  • StringReader.readWhile((Char) -> Boolean)
    • Reads until the given predicate returns false.

Leaf Through 1.0.0

03 Feb 18:30
Compare
Choose a tag to compare

Initial release.