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.
- Builders to all immutable interfaces
- toMutable() to all immutable interfaces
- Modification extension functions which returns a new immutable copy with the modifications
- Some immutable maps and sorted sets were not serializable
0.1.0-alpha - 2017-05-26
- Immutable API for:
- Map (linked)
- HashMap
- SortedMap
- NavigableMap
- Collection
- List
- Set (linked)
- HashSet
- SortedSet
- NavigableSet