Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 933 Bytes

CHANGELOG.md

File metadata and controls

33 lines (22 loc) · 933 Bytes

1.3.1 (2024-10-18)

Bug fix

Commit Type Description
a62b8a6103 fix fixed type for chainErrorOptions.constructorOpt.

1.3.0 (2024-09-30)

Features

  • Migration to ESM.

1.2.0 (2020-04-16)

Features

  • Added generic for ChainError.getInfo<T>(). Also, the following properties of ChainError are made public:
    • cause
    • info
    • currentMessage
    • skipCauseMessage

1.1.0 (2020-04-16)

Features

  • Added generic for ChainError<T>, by default it ObjectAny;