Releases: openfinanceio/php-persistence
Releases · openfinanceio/php-persistence
Bugfixes and Substantial changes to DSL query
Merge pull request #14 from cfxmarkets/v0.3.x Releasing v0.3.2
Upgrade to PHP7.1
v0.3.0 Updated to stable deps
Release v0.2.1
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
This release adds some debugging resources and better handling for duplicate resource errors.
Minor improvements and bugfixes
Merge pull request #3 from cfxmarkets/v0.1.x Request to release v0.1.2
Broadened composer dependencies
v0.1.1 Updated composer dependencies