Skip to content

Releases: mhss1/Kubit

1.0.0-alpha03

08 Sep 17:28
3c6a95f

Choose a tag to compare

Added

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

1.0.0-alpha02

01 Sep 16:36
a606797

Choose a tag to compare

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

29 Aug 17:21

Choose a tag to compare

v1.0.0-alpha01

Initial commit