Skip to content

Releases: mhss1/Kubit

1.0.0-alpha03

Choose a tag to compare

@mhss1 mhss1 released this 08 Sep 17:28
3c6a95f

Added

  • Primitive deque data structure (IntDeque, LongDeque, FloatDeque and DoubleDeque)

1.0.0-alpha02

Choose a tag to compare

@mhss1 mhss1 released this 01 Sep 16:36
a606797

Added

  • InPlaceCharSequence and used it in forEachSplit

Changed

  • Refactor in-place subList and windowed logic to use exclusive end index
  • Update Android minSdk to 24
  • Remove redundant kotiln.ranges qualification in primitive list implementations (cleanup)

Removed

  • androidx.annotation dependency
  • fastForEach/fastForEachIndexed from GenericListExt.kt and classes that use it

Fixed

  • mapFlattened generic list test function

1.0.0-alpha01

Choose a tag to compare

@mhss1 mhss1 released this 29 Aug 17:21
v1.0.0-alpha01

Initial commit