Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 324 Bytes

CHANGELOG.md

File metadata and controls

16 lines (8 loc) · 324 Bytes

@etianen/base-error CHANGELOG

v0.2.1

  • toString() now includes the exception constructor name for clearer error logs (@RobinBuschmann).

v0.2.0

  • toString() now includes exception name, matching existing Error behavior.
  • Simplified implementation using pure JS.

v0.1.0

  • First production release.