Skip to content

Releases: kununu/collections

Introduce method `each` in CollectionTrait

18 Feb 12:05
89f9ce7
Compare
Choose a tag to compare
  • Introduce method each in CollectionTrait to iterate through each item of the collection.

  • Update documentation.

Add AbstractItem

05 Feb 11:59
e968b02
Compare
Choose a tag to compare
  • Add AbstractItem
  • Update documentation

Use different approach to abstract collections

01 Feb 17:00
acbd554
Compare
Choose a tag to compare
  • Use different approach to abstract collections (regular and filtered)
  • Update README.md

Fix CollectionTrait::fromIterable

01 Feb 13:52
ccee21e
Compare
Choose a tag to compare
  • Fix CollectionTrait::fromIterable to allow use by AbstractCollection and AbstractFilterableCollection

Abstract base collections (both regular and filterable)

29 Jan 15:14
ea401a1
Compare
Choose a tag to compare
  • Add abstract base collections (both regular and filterable)
  • Update README.md

Collection Traits

17 Aug 07:49
Compare
Choose a tag to compare
  • Add CollectionTrait and FilterableCollectionTrait

  • Define Convertible interfaces: ToArray, ToInt and ToString

  • Define Comparable interfaces: Equals

  • Define CollectionFilter interface

  • Define FilterItem interface

  • Define FilterOperator interface

  • Add FilterOperatorAnd and FilterOperatorOr

  • Add BaseFilter and CompositeFilter