Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 900 Bytes

File metadata and controls

31 lines (26 loc) · 900 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • Builders to all immutable interfaces
  • toMutable() to all immutable interfaces
  • Modification extension functions which returns a new immutable copy with the modifications

Fixed

  • Some immutable maps and sorted sets were not serializable

0.1.0-alpha - 2017-05-26

Implements

  • Immutable API for:
    • Map (linked)
    • HashMap
    • SortedMap
    • NavigableMap
    • Collection
    • List
    • Set (linked)
    • HashSet
    • SortedSet
    • NavigableSet