Skip to content

Latest commit

 

History

History
149 lines (87 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

149 lines (87 loc) · 2.75 KB

Changelog

All Notable changes to jobs-multi will be documented in this file.

1.1.1 - 2017-05-17

Added

  • Improvements to the documentation in README.md.
  • An example folder with a barebones example of using the library.

Removed

  • LICENSE.md and CONTRIBUTING.md as both are now online at www.jobapis.com.

1.1.0 - 2017-02-14

Added

1.0.1 - 2016-12-23

Fixed

  • Updating jobs-common to fix bug in source name.

1.0.0 - 2016-12-01

Added

  • Requirement on jobs-common ^2.1.0 for new Collection methods.
  • Options for getAllJobs and getJobs method.
  • Making integration tests run every time.

Fixed

  • Moving query instantiation to the end of the process to prevent overwriting queries.
  • Improved test coverage.

Removed

  • Get<Provider>Jobs Method. Now you must use getJobsByProvider or getAllJobs.

0.9.0 - 2016-11-29

Added

Fixed

  • Updated list of providers in readme

0.8.0 - 2016-11-15

Added

0.7.0 - 2016-11-09

Added

0.6.1 - 2016-11-01

Fixed

  • Updating Careerbuilder package to fix bug.

0.6.0 - 2016-10-29

Added

0.5.3 - 2016-10-29

Fixed

  • Using Careerbuilder Location as Facets seems to cause issues.

0.5.2 - 2016-10-14

Fixed

  • Updating composer to fix Careerbuilder API bug.

0.5.1 - 2016-10-11

Fixed

  • Failing build because of argument default order.

0.5.0 - 2016-10-10

Added

Fixed

  • Wrapping calls to API Provider getJobs methods in try/catch block, returning error collections when appropriate.

0.4.1 - 2016-10-06

Fixed

  • Upgrading dependencies with bug fixes.

0.4.0 - 2016-10-03

Added

Fixed

  • Alphabetizing calls to providers.

0.3.2 - 2016-09-25

Removed

  • composer.lock file.

0.3.1 - 2016-09-22

Added

  • New providers to documentation.

0.3.0 - 2016-09-22

Added

0.2.0 - 2016-09-17

Added

0.1.0 - 2016-09-11

Added

  • Initial pre-release.
  • Support for 5 initial APIs.
  • Unit and integration tests.

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing