Skip to content

v0.7.0

Compare
Choose a tag to compare
@leodido leodido released this 30 Jun 14:27
· 34 commits to master since this release
  • Documentation (see docs directory)
  • CI improved
  • Minimum requirements shifted to PHP >= 5.5 and ZF >= 2.4
  • ZF deps reduced
  • Introduced ModelPrototypeInterface, and ModelStubInterface interfaces
  • Exception messages revisited
  • Introduced PrototypeStrategyAware interface and trait
  • Added id setter/getter to AbstractActiveRecord
  • Allow to configure hydrator strategies as nullable or not
  • [BC] All hydrator strategies by default have nullable behaviour enabled
  • [BC] ClassMethod becomes the default hydrator
  • [BC] Moved PrototypeStrategy to Object package
  • [BC] Deprecating create() method
  • [BC] Refactored ModelInterface interface