Skip to content

Releases: ialopezg/common-exceptions

v0.4.0

11 Jul 01:32
Compare
Choose a tag to compare

Features

  • add Error, HttpException, and RuntimeException (a789eae)
  • refactor code & add initial test (6e55539)
  • update example dependencies and paths (34346a2)

Bug Fixes

v0.3.1

03 May 07:50
Compare
Choose a tag to compare
Fix example & runners

v0.3.0

03 May 05:29
Compare
Choose a tag to compare

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

25 Apr 07:21
Compare
Choose a tag to compare

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

20 Apr 07:57
8a2f700
Compare
Choose a tag to compare
v0.2.5

Create npm-publish-github-packages.yml

Update dependencies and modules

24 Jul 18:22
Compare
Choose a tag to compare

Fixed several errors on typings

15 Apr 00:36
Compare
Choose a tag to compare

[0.1.1] - 2020-04-14

Changed

  • Several errors fixing on typings

Added new functionallity

15 Apr 00:33
Compare
Choose a tag to compare

[0.1.0] - 2020-04-14

Added

  • BadGateway Error
  • Forbidden Error
  • NotImplemented Error
  • Server Error
  • ServiceUnavailable Error
  • Unauthorized Error

Fixing behavior

14 Apr 07:12
f55ce47
Compare
Choose a tag to compare
Merge pull request #1 from ialopezg/v0.0.3

V0.0.3

Fixing errors behaviors

14 Apr 05:17
Compare
Choose a tag to compare
v0.0.2

Merge branch 'v.0.0.2' of https://github.com/ialopezg/custom-error-se…