Skip to content

Releases: litert/exception.js

v1.2.0

21 Oct 01:54
v1.2.0
57f800b
Compare
Choose a tag to compare

Changes

  • feat(registry): added addType API.
  • feat(registry): added getTypeNames API.

Release v1.1.1

27 May 09:48
v1.1.1
78f461b
Compare
Choose a tag to compare

Changes

  • feat(registry): added registry methods
    • has: Check if a code or name is registered as an exception.
    • get: Get the constructor of determined exception by its code or name.
    • getDefinitions: List all exceptions' definitions insides a registry.

Release v1.0.1

06 May 02:56
v1.0.1
bab0c49
Compare
Choose a tag to compare

Changes

  • fix(exception): fixed the name of exception constructor.

Release v1.0.0

24 Nov 09:57
v1.0.0
043fa5b
Compare
Choose a tag to compare

The first release with full exception management features.