Skip to content

Releases: openfinanceio/php-persistence

Bugfixes and Substantial changes to DSL query

21 Jun 08:22
abefb0d
Compare
Choose a tag to compare
Merge pull request #14 from cfxmarkets/v0.3.x

Releasing v0.3.2

Upgrade to PHP7.1

12 Jan 02:37
Compare
Choose a tag to compare
v0.3.0

Updated to stable deps

Release v0.2.1

05 Dec 02:01
5d11917
Compare
Choose a tag to compare

Major updates to Abstract Datasource objects. This is technically a breaking release, but v0.2.0 has not been out long enough for it to matter.

Now, All datasources require a getClassMap function that maps the various (compatible) types of resources to the classes that represent them (for example, 'public' => "\\CFX\\Brokerage\\AssetIntent", 'private' => "\\CFX\\Brokerage\\AssetIntentPrivate").

This also introduces getObjectSpec, which is a method that will be used increasingly to streamline translations between persistence layers and program layer object representations.

Improved Error Handling

27 Nov 22:32
8358e13
Compare
Choose a tag to compare

This release adds some debugging resources and better handling for duplicate resource errors.

Minor improvements and bugfixes

22 Nov 18:11
f08b199
Compare
Choose a tag to compare
Merge pull request #3 from cfxmarkets/v0.1.x

Request to release v0.1.2

Broadened composer dependencies

17 Nov 23:57
Compare
Choose a tag to compare
v0.1.1

Updated composer dependencies