Skip to content

Releases: RusticiSoftware/TinCanPHP

0.11.2 - Bug fix for Result

13 Jun 19:12
Compare
Choose a tag to compare
  • Provide getter/setter methods for 'response' property of the Result object

0.11.1 - Bug fix for ContextActivities

11 Jun 20:02
Compare
Choose a tag to compare
  • Fixes issue with .asVersion call on certain instances of ContextActivities

0.11.0 - Bug fixes

28 May 18:21
Compare
Choose a tag to compare
  • 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

14 Mar 13:08
Compare
Choose a tag to compare
  • 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

10 Mar 20:54
Compare
Choose a tag to compare

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

10 Mar 13:53
Compare
Choose a tag to compare
Pre-release

Fix for namespace map in autoload.

0.0.5 - Composer Adjustment

10 Mar 13:32
Compare
Choose a tag to compare
Pre-release

Adjustment to get composer autoload.

0.0.4 - Public Cleanup

10 Mar 13:30
Compare
Choose a tag to compare
Pre-release

Just some cleanup to make it more-PHP like.

0.0.3 - API Call Implementations

10 Mar 02:29
Compare
Choose a tag to compare
Pre-release
  • 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

04 Mar 16:26
Compare
Choose a tag to compare
Pre-release
  • Rounds out most of what is needed to build complex statements