Skip to content

Releases: subjective-php/spl-exceptions

Version 3.2.0: Dapper Dolphin

19 Dec 20:09
435f149
Compare
Choose a tag to compare

Major Features

  • Allow newer versions of PHP [PR #32]

Developer Changes

  • Add missing composer scripts [PR #33]

Version 3.1.0: Cheerful Cheeta

19 Nov 18:16
916798e
Compare
Choose a tag to compare

Major Features

  • Add NotImplementedException [PR #31]
  • Add NotSupportedException [PR #30]

Version 3.0.1

15 Jul 14:07
fa35f6d
Compare
Choose a tag to compare

Developer Changes

  • Update suggests [PR #29]
  • Update coveralls badge
  • Update README

Version 3.0.0

02 Jun 18:27
Compare
Choose a tag to compare

Backwards Compatibility Breakers

  • Change ownership to SubjectivePHP [PR #28]
  • Remove support for PHP < 7.0 [PR #20]
  • Remove support for hhvm [PR #19]

Minor Features

  • Add TimeoutException

Developer Changes

  • Update README
  • Update Travis-CI config [PR #27]
  • Add Coveralls integration [PR #26]
  • Add PHPUnit integration [PR #25]
  • Switch to PSR2 coding standard [PR #24]
  • Add sort-packages to composer config [PR #23]
  • Remove authors from composer config [PR #22]
  • Remove composer.lock from version control [PR #21]
  • Add .github folder

Version 1.0.1: Bewildered Buzzard

17 Sep 20:36
Compare
Choose a tag to compare

Developer Changes

  • Add CONTRIBUTING guidelines
  • Add travis-ci badge
  • Add travis-ci build
  • Update the phpdoc badge
  • Clean up scrutinizer config
  • Add homepage to developer in composer.json
  • Whitespace cleanup in composer.json
  • Add versioneye badge

Version 1.0.0: Adventurous Aardvark

15 Sep 00:45
Compare
Choose a tag to compare

Developer Changes

  • Update README for v1 [PR #3]

Version 0.2.1: Breakable Bee

14 Sep 00:53
Compare
Choose a tag to compare
Pre-release

Minor Features

  • Add InvalidCastException [PR #2]

Version 0.2.0: Agreeable Angelfish

04 Aug 13:52
Compare
Choose a tag to compare
Pre-release

Major Features

  • Add UndefinedPropertyException

Developer Changes

  • Fix typos in UndefinedPropertyException doc. [PR #1]

Version 0.1.0 - Initial Release

21 Jul 21:08
Compare
Choose a tag to compare
Pre-release

Major Features

  • FormatException - Exception thrown when the format of an argument is invalid, or when a format string is not well formed.
  • NotAllowedException - Exception thrown if the caller does not have the appropriate permissions to perform the action.
  • NotFoundException - Exception thrown if a resource such as a database record or file is not found.
  • NullValueException - Exception thrown if an expected value was null.