Releases: stellarwp/models
Releases · stellarwp/models
2.0.0
What's Changed
- 2.0 — Refactor: Reasonable model methods and properties are made static by @JasonTheAdams in #18
- 2.0 — Feature: Built-in system for converting from query data by @JasonTheAdams in #19
- 2.0 — Feature: Improved Properties by @JasonTheAdams in #22
- Adds support for PHPStan by @JasonTheAdams in #24
- Removes factories by @JasonTheAdams in #25
- Consolidates model contracts by @JasonTheAdams in #26
- Changes how model properties are checked to be set by @JasonTheAdams in #28
- Feature: adds more model control over relationship caching by @JasonTheAdams in #29
- Feature: Read-only properties by @JasonTheAdams in #27
- Feature: adds model definition generation overloading by @JasonTheAdams in #30
- Feature: Rebuilt relationship structure by @JasonTheAdams in #32
- Fix accessing model properties by @dpanta94 in #34
- Adds more flexibility on definining relationships and its values by @dpanta94 in #35
- 2.0 Release by @JasonTheAdams in #31
New Contributors
Full Changelog: 1.2.3...2.0.0
1.2.3
1.2.2
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
- @stratease made their first contribution in #11
- @JasonTheAdams made their first contribution in #13
Full Changelog: 1.2.1...1.2.2