Skip to content

Releases: chadicus/marvel-api-client

Version 3.0.1: ANAD Client Point One

28 Jan 16:45
a27729f
Compare
Choose a tag to compare

Bug Fixes

  • Allow null in AbstractEntity::fromArray [PR #39]

Developer Changes

  • Add gallery example [PR #36]

Version 3.0.0: All-New All-Different Client

07 Jan 15:24
02e88d2
Compare
Choose a tag to compare

Backwards Compatibility Breakers

  • Version 3 [PR #35]
    • PHP 7 Only
    • PSR-7 HTTP Messages instead of custom requests and responses
    • PSR-16 Simple Caching for caching API responses
    • Guzzle instead of curl functions

Developer Changes

  • Fix markdown in README
  • Update examples

Version 2.0.1: Amazing Fantasy

18 Apr 13:20
Compare
Choose a tag to compare

Bug Fixes

  • Fix bug with limit / count mismatch [PR #29]

Version 2.0.0: Where Monsters Dwell

08 Oct 23:50
Compare
Choose a tag to compare

Backwards Compatibility Breakers

  • Enable php 7.0 [PR #24]

Developer Changes

  • Update README to prep for release
  • Switch coding standard [PR #25]

Version 1.1.0: Tales of Suspense

18 Dec 18:10
Compare
Choose a tag to compare

Major Features

  • Add __call() to Client [PR #17]

Version 1.0.1: Strange Tales

07 Sep 01:57
Compare
Choose a tag to compare

Minor Features

  • Default Adapter, [PR #16]

Bug Fixes

  • Bug with issueNumber [PR #16]

Developer Changes

  • use dominionenterprises/filter 1.6.1 [PR #21]
  • Interface all the things [PR #20]
  • Add link to marvel api in README
  • Remove "under heavy development" disclaimer
  • Use badge for documentation link

Version 1.0.0: Tales To Astonish

05 Aug 00:12
Compare
Choose a tag to compare

Backwards Compatibility Breakers

  • Add Adapter namespace
  • Add Cache namespace
  • Completely revamp entities

Minor Features

  • Add AbstractCache
  • Make AbstractEntity implement ArrayAccess

Developer Changes

  • Update README to include v1.0
  • Update composer
  • Remove PHP 5.3 Array syntax
  • PHPCS Fixes
  • Update examples to use new namespaces
  • Use chadicus/test-helpers
  • Decrease time for mongo cache test
  • Add example to README
  • Update examples
  • Update composer

Version 0.1.1: Journey Into Mystery

04 Aug 23:51
Compare
Choose a tag to compare
Pre-release

Minor Features

  • allow date string for modifiedSince paramter [PR #8]
  • Use chadicus/spl-types [PR #6]
  • Add AbstractEntity [PR #6]
  • Use DominionEnterprises\Filter\DateTime [PR #5]

Developer Changes

  • Change README to reflect version 0.1
  • Simplify Character::__construct [PR #10]
  • Update to PHPUnit 4.0 [PR #5]
  • Use Scrutinizer and Travis CI instead of custom build script [PR #5]

Version 0.1.0 - Initial Release

30 Jul 15:52
Compare
Choose a tag to compare
Pre-release

Tagging repository as is due to upcoming release.