Skip to content

Releases: jobapis/jobs-common

2.1.2

21 Jan 23:20
Compare
Choose a tag to compare

2.1.2 - 2017-01-21

Fixed

  • Fixed bug that threw an exception for some providers when empty results were returned from the API.

2.1.1

23 Dec 20:23
Compare
Choose a tag to compare

2.1.1 - 2016-12-23

Fixed

  • Bug in getSource method. It was truncating at the wrong place.

2.1.0: Merge pull request #28 from jobapis/collection-upgrade

01 Dec 13:38
Compare
Choose a tag to compare

2.1.0 - 2016-12-01

Added

  • New methods to Collection object: addCollection, filter, orderBy, and truncate.

Fixed

  • getSource method was returning the source with the suffix Provider since the v2 upgrade. I created a method to remove Provider from the end of the string if present.

2.0.2

01 Nov 20:34
Compare
Choose a tag to compare

2.0.2 - 2016-11-01

Fixed

  • getRawListings was unable to tolerate a single result. I fixed this by converting the array to an array of arrays.

2.0.1

29 Oct 18:39
Compare
Choose a tag to compare

2.0.1 - 2016-10-29

Fixed

  • Typo in docblock.

Version 2.0 Release

03 Sep 15:08
Compare
Choose a tag to compare

Version 2 is a breaking change to this package's API. If you are using any providers, make sure they are compatible with this package before upgrading.

2.0.0-beta.3

02 Sep 22:41
Compare
Choose a tag to compare
2.0.0-beta.3 Pre-release
Pre-release

Fixing v2 release

2.0.0-beta

02 Sep 02:09
Compare
Choose a tag to compare
2.0.0-beta Pre-release
Pre-release

2.0.0-beta - 2016-09-01

Added

  • Moved API parameters to new Query object.
  • Improved test coverage with concrete provider and query instances.

Deprecated

  • Old method of setting query parameters via the Provider's constructor or "setX()" methods removed

1.0.4

28 Oct 17:23
Compare
Choose a tag to compare

Added

  • toArray method to Schema entities

Deprecated

  • Nothing

Fixed

  • Nothing

Security

  • Nothing

1.0.3

05 Aug 22:29
Compare
Choose a tag to compare

1.0.3 - 2015-08-05

Added

  • Implemented the getParameters method in abstract provider
  • Location Parser helper method

Deprecated

  • Nothing

Fixed

  • Nothing

Security

  • Nothing