All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- There is no unreleased code at this time.
1.1.0 - 2016-05-02
- Message Events API added.
- Transmission API now accepts a DateTime object for startDate
1.0.3 - 2016-03-25
- Support for attachments, inline attachments, inline css, sandbox, start time, and transactional options in
Transmission
class - API response exceptions now include message, code, and description from API
1.0.2 - 2016-02-28
- Miscellaneous code cleanups related to docs and namespacing
1.0.1 - 2016-02-24
- Example for using
setupUnwrapped()
to get a list of webhooks. - CHANGELOG.md for logging release updates and backfilled it with previous release.
- Library will now throw a
SparkPost\APIReponseException
properly when a 4XX http status is encountered.
- Request adapter interface for passing in request adapters via
Ivory\HttpAdapter
- Ability to create 'unwrapped' modules for API endpoints that haven't had functionality included yet.
- Instructions for setting up request adapters in README
- Library now requires PHP 5.5 or greater
- Updated interface to be instance based with referenceable objects rather than static functions.
- README now has proper code blocks denoting PHP language