File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # Change Log
2+ All notable changes to this project will be documented in this file.
3+ This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4+
5+ ## [ Unreleased] [ unreleased ]
6+ - All content has been released to date.
7+
8+ ## [ 1.0.1] - 2016-02-24
9+ ### Added
10+ - Example for using ` setupUnwrapped() ` to get a list of webhooks.
11+ - CHANGELOG.md for logging release updates and backfilled it with previous release.
12+
13+ ### Fixed
14+ - Library will now throw a ` SparkPost\APIReponseException ` properly when a 4XX http status is encountered.
15+
16+ ## 1.0.0 - 2015-10-15
17+ ### Added
18+ - Request adapter interface for passing in request adapters via ` Ivory\HttpAdapter `
19+ - Ability to create 'unwrapped' modules for API endpoints that haven't had functionality included yet.
20+ - Instructions for setting up request adapters in README
21+
22+ ### Changed
23+ - Library now requires PHP 5.5 or greater
24+ - Updated interface to be instance based with referenceable objects rather than static functions.
25+
26+ ### Fixed
27+ - README now has proper code blocks denoting PHP language
28+
29+ [ unreleased ] : https://github.com/sparkpost/php-sparkpost/compare/v1.0.1...HEAD
30+ [ 1.0.1 ] : https://github.com/sparkpost/php-sparkpost/compare/v1.0.0...v1.0.1
You can’t perform that action at this time.
0 commit comments