Releases: ialopezg/common-exceptions
Releases · ialopezg/common-exceptions
v0.4.0
v0.3.1
v0.3.0
Features
- CustomErrorDetail interface
- CustomErrorType as a type for all classes.
- Wheter if error is public
- Whether if error will stop the application.
- 504 Gateway Timeout error
- 505 HTTP Version Not Supported error
- 506 Variant Also Negotiates error
- 507 Insufficient Storage error
- 508 Loop Detected error
- 510 Not Extended error
- 511 Network Authentication Required error
Bug Fixes
- Clean code. Class error name is taken from the initial value in CustomError abstract class.
- Parameters definition.
- Typo in UnavailableForLegalReasons.
0.2.9
Added:
- 410 Gone
- 411 Length Required
- 412 Precondition Failed
- 413 Payload Too Large
- 414 URI Too Long
- 415 Unsupported Media Type
- 416 Range Not Satisfiable
- 417 Expectation Failed
- 418 I'm a Teapot
- 421 Misdirected Request
- 422 Unprocessable Entity
- 423 Locked
- 424 Failed Dependency (WebDAV)
- 425 Too Early
- 426 Upgrade Required
- 428 Precondition Required
- 429 Too Many Requests
- 431 Request Header Fields Too Large
- 451 Unavailable For Legal Reasons
Update CustomError and children classes
v0.2.5 Create npm-publish-github-packages.yml
Update dependencies and modules
v0.2.1 v0.2.1
Fixed several errors on typings
[0.1.1] - 2020-04-14
Changed
- Several errors fixing on typings
Added new functionallity
[0.1.0] - 2020-04-14
Added
- BadGateway Error
- Forbidden Error
- NotImplemented Error
- Server Error
- ServiceUnavailable Error
- Unauthorized Error
Fixing behavior
Merge pull request #1 from ialopezg/v0.0.3 V0.0.3
Fixing errors behaviors
v0.0.2 Merge branch 'v.0.0.2' of https://github.com/ialopezg/custom-error-se…