Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

0.0.3

Latest
Compare
Choose a tag to compare
@jcornaz jcornaz released this 22 Nov 20:38
· 6 commits to master since this release

empty member in persistent interface, factory functions for immutable types and end of support for Java 6 platform.

API

  • [BREAKING] Add empty() function to persistent interfaces.
    It allows to get an empty version of a collection without the need to have the related factory.
  • Add factory functions for immutable (non-persistent) collection types

Core

  • Add filterNot operator

Drop support of Java6 platform

(Java 8+ remains supported)

  • [BREAKING] Delete module collekt-dexx
  • [BREAKING] Delete module collekt-core-jvm6
  • [BREAKING] Rename module collekt-core-jvm8 to collekt-core-jvm

Dependencies (potentially breaking)

  • Kotlin 1.2.51 -> 1.3.10

Implementations

  • Paguro 3.0.19 -> 3.1.0