Skip to content

Releases: Dhii/collections-interface

0.2-alpha3

06 Apr 12:21
Compare
Choose a tag to compare
0.2-alpha3 Pre-release
Pre-release

Changed

  • CountableMapInterface no longer extends CountableSetInterface, but still extends CountableListInterface.

Added

  • SetCapableMapInterface.

0.2-alpha2

06 Apr 11:32
d3a231b
Compare
Choose a tag to compare
0.2-alpha2 Pre-release
Pre-release

Changed

  • SetInterface no longer extends HasCapableInterface, but extends new HasItemCapableInterface
  • MapInterface no longer extends SetInterface, but is still traversable.

Added

  • HasItemCapableInterface.
  • AddCapableInterface.
  • AddCapableSetInterface.
  • MapCapableInterface.

0.2-alpha1

06 Apr 05:35
Compare
Choose a tag to compare
0.2-alpha1 Pre-release
Pre-release

Initial version.

0.1.2

16 Nov 14:54
Compare
Choose a tag to compare

New in this release:

  • Added SetInterface;
  • Fixed some docs.

0.1.1

09 Nov 19:25
Compare
Choose a tag to compare

Missing release data: @since versions, change log.

0.1.0

09 Nov 18:34
Compare
Choose a tag to compare

Very basic collection interfaces. The API is extremely likely to change in future versions. This changes will be released with at least an increment in the minor version number.