Releases: subjective-php/spl-exceptions
Releases · subjective-php/spl-exceptions
Version 3.2.0: Dapper Dolphin
Version 3.1.0: Cheerful Cheeta
Version 3.0.1
Developer Changes
- Update suggests [PR #29]
- Update coveralls badge
- Update README
Version 3.0.0
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
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
Developer Changes
- Update README for v1 [PR #3]
Version 0.2.1: Breakable Bee
Minor Features
- Add InvalidCastException [PR #2]
Version 0.2.0: Agreeable Angelfish
Major Features
- Add UndefinedPropertyException
Developer Changes
- Fix typos in UndefinedPropertyException doc. [PR #1]
Version 0.1.0 - Initial 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.