Skip to content

Releases: stellarwp/models

1.2.2

26 Sep 18:07
Compare
Choose a tag to compare

What's Changed

  • Feature: add isSet() method to identify properties without a value by @stratease in #11
  • Feature: adds float as valid type. by @stratease in #12
  • Feature: adds generics support to the ModelQueryBuilder by @JasonTheAdams in #13

New Contributors

Full Changelog: 1.2.1...1.2.2

1.2.1

12 Sep 16:01
1e364cc
Compare
Choose a tag to compare

Changes

  • Tweak - PHP 8.1 compatibility change for jsonSerialize()

1.2.0

09 Jun 18:26
Compare
Choose a tag to compare
  • Feature - Adding support for setting multiple attributes at a time via Model::setAttributes().

1.1.0

09 Jun 15:40
Compare
Choose a tag to compare
  • Feature - Add support for attribute validation_*() methods in models.

1.0.0

09 Jun 15:15
Compare
Choose a tag to compare
  • Tweak - Added documentation for more models, model interfaces, DTOs, and Repositories.

0.0.1

16 Feb 20:51
Compare
Choose a tag to compare
  • Tweak - Adding repository contracts