Skip to content

Releases: robstoll/kbox

failIf, takeIf, dynamicTraversal

04 Mar 17:18
v1.1.0
b5281c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

JS-IR, drop kotlin 1.3 support

04 Mar 16:46
v1.0.0
3c338ac
Compare
Choose a tag to compare

What's Changed

  • we use now the IR backend and no longer LEGACY
  • kotlin 1.4 is now a minimum requirement
  • Update readme to latest version + fix links by @jsoberg in #142
  • Update version in download badge + typo in doc by @jsoberg in #143

New Contributors

Full Changelog: v0.16.0...v1.0.0

switch to new MPP plugin

24 Oct 20:49
v0.16.0
037b796
Compare
Choose a tag to compare
v0.16.0

v0.16.0 switch to new MPP plugin

identity function

06 Jul 20:44
690baa0
Compare
Choose a tag to compare
v0.15.1

v0.15.1

fix for gradle 6 jdk8 issues

04 Feb 07:34
91274fc
Compare
Choose a tag to compare

fix for PeekingIterator, publish to maven central

24 Nov 12:49
b048e80
Compare
Choose a tag to compare

blankToNull

27 Apr 10:51
Compare
Choose a tag to compare
v0.13.0

v0.13.0

Array<out E> for forElementAndEachIn and forEachIn

03 Jan 20:49
Compare
Choose a tag to compare

Fixes a limitation concerning forElementAndEachIn as well as forEachIn in combination with Array. As it was defined invariant so far it could not be used in combination with vararg which result in out E.

publish also a jar for android

24 Nov 23:14
Compare
Choose a tag to compare

The kbox-android jar does not contain a module-info.class which seems to make trouble in combination with the D8 compiler.

forEachRemaining

19 Oct 11:58
Compare
Choose a tag to compare

adds forEachRemaining to < jdk7 and other platforms