Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

48 lines (34 loc) · 1.45 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

  • #22 - Add #fetch_subscribers method. (@mticciati)
  • Your improvement here!

1.2.0

  • #20 - Return error response instead of throwing exception. (@joeldodge79)

1.1.0

  • #15 - Added \Drip\Client#create_or_update_subscribers method (@j831)
  • #17 - Make private methods protected so that people can subclass

1.0.0

This version breaks backwards compatibility, as per semver.

  • Set up composer package
  • Make PSR-4 compatible
  • Move to namespace \Drip\Client
  • Pass account_id into client constructor (matches semantics of Ruby API client better)
  • Remove some client methods to reduce abstraction leakage:
    • \Drip\Client#make_request
    • \Drip\Client#get_request_info
    • \Drip\Client#get_error_message
    • \Drip\Client#get_error_code
    • \Drip\Client#_parse_error
  • Switch to Guzzle HTTP Client
  • Allow setting of API endpoint
  • Return response object instead of array.
  • Fairly complete test suite
  • Code coverage metrics
  • Linter

0.0.2

  • Introduces Composer

0.0.1

  • Initial release