Skip to content

Releases: pandaleague/ErrorCatalog

Support for PHP 7.2 & PHP 8

05 Sep 07:31
80558c5
Compare
Choose a tag to compare
Merge pull request #7 from maksimovic/php7-8

Ensure support for PHP 7.2->8.x; strict typing; add missing getters

Add getter for http status code

07 Dec 08:47
f8fa6d3
Compare
Choose a tag to compare
Merge pull request #5 from talifhani/error-code-update

add getter for http status code

Fix parameter call

31 Aug 07:44
f65f74e
Compare
Choose a tag to compare
  • Removed a parameter in a getter that never gets used

SpecIssue now has parameter getter and setter

23 Aug 06:01
a7bcd13
Compare
Choose a tag to compare
Merge pull request #3 from talifhani/update-parameters

Update parameter methods

ErrorSpecIssue parameters

21 Jun 12:56
3965582
Compare
Choose a tag to compare

Adds an optional array $parameters = [] parameter to the ErrorSpecIssue::getIssue method, that translates key/value pairs and automagically wraps the keys with curly braces before attempting to do string replacement in the ErrorSpecIssue item.

Updated licensing

03 Apr 07:39
208941d
Compare
Choose a tag to compare
v1.0.1

Update composer.json

Initial version 1

03 Apr 07:27
eea86d2
Compare
Choose a tag to compare
Merge pull request #1 from shauno/taurus-implementation

Make it a composer project so it can, you know, work...