Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

63 lines (39 loc) · 1.62 KB

Changelog

2.1.1 - 2023-08-22

Fixed

  • Handle rest argument (#4)

2.1.0 - 2023-07-03

Changed

  • Add support for second parameter (#3)

2.0.2 - 2020-12-08

Fixed

  • Handle passing custom message to super call

2.0.1 - 2020-11-19

Fixed

  • Ignore root classes (#2)

2.0.0 - 2020-11-06

Fixed

  • Handle default message being set (#1)

Changed

  • Upgrade package
  • Possibly breaking change: drop Node 8 support, Node >= 10 is now required

1.0.0 - 2020-08-12

Added

  • Initial implementation
https://github.com/niksy/babel-plugin-native-error-extend/compare/v2.1.0...HEAD