Releases: jobapis/jobs-common
Releases · jobapis/jobs-common
2.1.2
2.1.1
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
2.1.0 - 2016-12-01
Added
- New methods to Collection object:
addCollection
,filter
,orderBy
, andtruncate
.
Fixed
getSource
method was returning the source with the suffixProvider
since the v2 upgrade. I created a method to removeProvider
from the end of the string if present.
2.0.2
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
2.0.1 - 2016-10-29
Fixed
- Typo in docblock.
Version 2.0 Release
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
Fixing v2 release
2.0.0-beta
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
Added
- toArray method to Schema entities
Deprecated
- Nothing
Fixed
- Nothing
Security
- Nothing
1.0.3
1.0.3 - 2015-08-05
Added
- Implemented the getParameters method in abstract provider
- Location Parser helper method
Deprecated
- Nothing
Fixed
- Nothing
Security
- Nothing