Skip to content

Releases: robstoll/kbox

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

isNotNullAndNotEmpty/NotBlank

21 Jun 13:33
Compare
Choose a tag to compare

introduced isNotNullAndNotEmpty as well as isNotNullAndNotBlank

forElementAndForEach

07 Jun 16:16
Compare
Choose a tag to compare

Removed forThisAndForEach in favour of forElementAndForEach which is no longer an extension function. forThisAndForEach popped up to often in code completion.

mapRemaining

06 May 12:20
Compare
Choose a tag to compare

added mapRemaining

multi platform project

06 May 12:19
Compare
Choose a tag to compare

Turned Kbox into a multi platform project (JVM and JS)

joinToString for Iterable

01 Mar 10:23
Compare
Choose a tag to compare

Peeking Iterator

01 Mar 10:22
Compare
Choose a tag to compare
v0.2.0

v0.2.0

last separator

11 Dec 17:53
Compare
Choose a tag to compare
last separator Pre-release
Pre-release

Added an additional parameter lastSeparator to List<*>::joinToString. Besides that KDoc was added.