Skip to content

Releases: robgridley/pace-api

v2.0.5

13 Oct 17:30
Compare
Choose a tag to compare
  • Support Doctrine/Inflector 1.4 or 2.0

v2.0.4

19 Sep 13:45
Compare
Choose a tag to compare
  • Fix calling XPath builder methods from Model in PHP 8+

v2.0.3

03 Feb 17:51
Compare
Choose a tag to compare
  • Remove capitalized words check from Model::_construct() to support custom object types

v2.0.2

03 Jan 23:00
Compare
Choose a tag to compare
  • Make newBuilder() method on Model public

v2.0.1

02 Jan 21:24
Compare
Choose a tag to compare
  • Support Carbon 1.0 or 2.0

v2.0.0

02 Jan 20:58
Compare
Choose a tag to compare
  • Requires PHP 7.1
  • New service: reports
  • Updated to Carbon 2.0
  • Updated tests

v1.1.0

23 Dec 21:01
Compare
Choose a tag to compare
  • New transaction service

v1.0.1

23 Mar 16:37
Compare
Choose a tag to compare
  • Handle client serialization

v1.0.0

19 Sep 19:52
Compare
Choose a tag to compare
  • 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

24 Aug 01:02
Compare
Choose a tag to compare
  • New KeyCollection::filterKeys() method