Releases: robgridley/pace-api
Releases · robgridley/pace-api
v2.0.5
v2.0.4
- Fix calling XPath builder methods from Model in PHP 8+
v2.0.3
- Remove capitalized words check from
Model::_construct()
to support custom object types
v2.0.2
- Make
newBuilder()
method onModel
public
v2.0.1
- Support Carbon 1.0 or 2.0
v2.0.0
- Requires PHP 7.1
- New service: reports
- Updated to Carbon 2.0
- Updated tests
v1.1.0
- New transaction service
v1.0.1
- Handle client serialization
v1.0.0
- Requires PHP 7.0.0+
- Support for attachments API
- New relationship type: morph many
- Moved services into their own classes
- Laravel 5.5 package auto-discovery
- Refactored
Model
- You can no longer access user defined fields without prepending "U_"
- You can no longer iterate over an
XPath\Builder
instance
v0.1.5
- New
KeyCollection::filterKeys()
method