Releases: RusticiSoftware/TinCanPHP
Releases · RusticiSoftware/TinCanPHP
0.11.2 - Bug fix for Result
- Provide getter/setter methods for 'response' property of the Result object
0.11.1 - Bug fix for ContextActivities
- Fixes issue with .asVersion call on certain instances of ContextActivities
0.11.0 - Bug fixes
- Fixes a bug with argument exception handling
- Typo in exception message
- Improves exception message for call to
setId
on a Statement when value passed fails UUID regex match (includes unit test)
0.10.1 - UUID Restriction Lifted
- UUIDs were being checked to make sure they were version 4, this was overly strict. The version check was removed and made case insensitive.
0.10.0 - First Public Release
First public release, which is a stretch to call production worthy, but I'm satisfied enough with the effort that it should be usable without introduction of severe backwards compatibility hassles.
0.0.6 - Composer Adjustment
Fix for namespace map in autoload.
0.0.5 - Composer Adjustment
Adjustment to get composer autoload.
0.0.4 - Public Cleanup
Just some cleanup to make it more-PHP like.
0.0.3 - API Call Implementations
- Full implementation of all API calls except for Statement query
- API calls return consistent response object with converted content where possible
0.0.2 - Core Statement Parts
- Rounds out most of what is needed to build complex statements