Skip to content

Releases: chadicus/marvel-api-client

Version 3.0.1: ANAD Client Point One

Choose a tag to compare

@chadicus chadicus released this 28 Jan 16:45
a27729f

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

Choose a tag to compare

@chadicus chadicus released this 07 Jan 15:24
02e88d2

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

Choose a tag to compare

@chadicus chadicus released this 18 Apr 13:20

Bug Fixes

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

Version 2.0.0: Where Monsters Dwell

Choose a tag to compare

@chadicus chadicus released this 08 Oct 23:50

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

Choose a tag to compare

@chadicus chadicus released this 18 Dec 18:10

Major Features

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

Version 1.0.1: Strange Tales

Choose a tag to compare

@chadicus chadicus released this 07 Sep 01:57

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

Choose a tag to compare

@chadicus chadicus released this 05 Aug 00:12

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

Pre-release

Choose a tag to compare

@chadicus chadicus released this 04 Aug 23:51

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

Pre-release

Choose a tag to compare

@chadicus chadicus released this 30 Jul 15:52

Tagging repository as is due to upcoming release.