Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.

Releases: OCLC-Developer-Network/worldcat-discovery-php

Version 1.0 Release

11 Apr 20:53
Compare
Choose a tag to compare

Upgraded library to use Guzzle 6 HTTP Client

Version 0.17.1 Release

05 Dec 20:34
Compare
Choose a tag to compare

Updated package to use specific version of OCLC/Auth library.

Version 0.17.0 Release

15 Mar 15:16
Compare
Choose a tag to compare

Features

Added ability to getFormat in Movie and MusicAlbum classes

Bugs

    Fixed Reviews functionality
    Added mock for serialization issues testing
    Added validation for various find and search options.
    Fixed NewspaperTest and 
    Set version of php-vcr library for testing

Version 0.16.1 Release

31 Jul 18:25
Compare
Choose a tag to compare

Added configuredForAccess getter to Database Class

Version 0.16.0 Release

01 Jul 15:24
Compare
Choose a tag to compare

Features

  • added ability to specify an Accept header when calling Thing::findByURI

Bugs

  • Updated code, tests, mocks to reflect changes in OCLCNumber URI output from this spring 2015
  • Updated Authority mocks and code to properly pull sample Authority RDF
  • Updated Thing Class to follow 303 redirects when they exist

Version 0.15.0 Release

18 Dec 21:05
Compare
Choose a tag to compare

Features

  • Reworked the typemapping functionality to improve performance

Bugs

  • Fixed a segmentation fault error

Version 0.14 Release

04 Dec 18:36
Compare
Choose a tag to compare

Features:
Added test for search with multiple fields
Bugs:
Fixed type mapping

Version 0.13 Release

26 Nov 19:32
Compare
Choose a tag to compare

Features:

  • Added new tests for logging in a less verbose format
  • Added new tests for searches with sorting

Bugs:

  • Fixed bug in Helpers traits that caused options to not be properly and facets to not be returned
  • Fixed typos in the documentation examples

Version 0.12 Release

18 Nov 15:52
Compare
Choose a tag to compare

Features

  • PHP 5.4 or higher now required
  • Moved repeating code for typemapping to Traits
  • Added the ability for clients to log request/responses
  • Added support for new rdf:types Movie, Series, Kit
  • Added getters for new properties in MusicAlbum
  • Added additional documentation

Bugs

  • Fixed errors in documentation

Version 0.11.1 Release

05 Nov 16:29
Compare
Choose a tag to compare

Fixed composer file version bug