Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

30 lines (24 loc) · 1.53 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

  • nothing of note yet here

Added

  • CHANGELOG @ryanwinchester
  • Two new Exception classes @ryanwinchester

Changed

  • Namespace renamed from Fungku\HubSpot to SevenShores\Hubspot @ryanwinchester
  • Api folder and namespace renamed to Resources @ryanwinchester
  • The factory HubSpotService renamed to Factory @ryanwinchester
  • The named static constructors in Factory were changed to create() and createWithToken() @ryanwinchester
  • The Factory constructor was also made public @ryanwinchester
  • Moved functionality of Api into Client and replaced Api with Resource @ryanwinchester
  • Client is now constructed with a configuration array @ryanwinchester
  • Removed $base_url in favour of putting the whole endpoint url in the resource methods. @ryanwinchester
  • Optional HUBSPOT_API_KEY environment variable changed to HUBSPOT_SECRET @ryanwinchester
  • Made $data property of Response public. Because why not? @ryanwinchester

Fixed

  • Trying to return a response withRequestException in the Client. It now re-throws a new BadRequest Exception. #48 @ryanwinchester