immutable 0.0.4
immutable: ^0.0.4 copied to clipboard
Immutable collections for Dart
Changelog #
0.0.4 #
- Add
ImmutableMapandImmutableMapBuilderclass. - Remove
clearmethod fromImmutableList. Use theemptyconstuctor instead. - Remove
ImmutableListBuilder.emptyconstructor. CalltoImmutableon an emptyImmutableListinstead. - Turn on strong mode and fix warnings and errors.
0.0.3 #
- Add
ImmutableListandImmutableListBuilderclass. - Replace static
emptyfields with factory constructors.
0.0.2 #
- Add
ImmutableQueueclass.
0.0.1 #
- Add
ImmutableStackclass.