Skip to content

Releases: danielneubert/evalanche-interface

v0.4.0

11 Nov 10:18
Compare
Choose a tag to compare

Added

  • Pool specific attribute types (#10)
  • massUpdate method to PoolConnector
  • TargetGroupConnector
  • MailingConnecter
  • DetailsBehavior (as requested in #13 from @Hydrair)
  • getDetails() for ArticleConnector, ContainerConnector, MailingConnector and TargetGroupConnector

Updated

  • create() method for Articles and Containers.
  • ProfileJobHandler to use updated Handler properties
  • List of supported methods
  • Readme code coverage

Fixed

  • Group behavior references (#8)
  • Adding alternative 'hasOptions()' as a fall back for 'allowOptions()' for Attribute collections.

v0.3.0

18 Nov 10:05
Compare
Choose a tag to compare

Added

  • Attribute types can be either passed as ID or string (eaf0feed4b)
  • More information to AttributeCollectionItem (#3) (338db4dc1d)
  • Documentation for completed behaviors (#2) (eaf0feed4b)

Updated

Removed

  • Unused methods from AttributeBehavior decomposeOptions(), decomposeOption() (eaf0feed4b)

v0.2.4

18 Nov 07:07
Compare
Choose a tag to compare

Fix

  • filter() method for Collections (#1)
  • Wrong composer command within the README.md (#6)

v.0.2.3

16 Nov 21:40
Compare
Choose a tag to compare

Fixed

  • Missing ContainerController reference

v0.2.2

Added

  • ContainerConnector

Updated

folder()->createArticle()

v0.2.1

16 Nov 16:35
Compare
Choose a tag to compare

Updated

  • README.md coverage badge

v0.2.0

16 Nov 16:21
Compare
Choose a tag to compare

Public Package

This package is now public and available via composer:

composer require neubert/evalanche-interface

Added

Updated

  • ArticleType (attribute options)
  • ContainerType (attribute options)
  • AttributeGroupBehaviorTestCase (attribute options)