UNPKG

babel-plugin-native-error-extend

Version:
64 lines (39 loc) 1.65 kB
# Changelog ## [Unreleased][] ## [2.1.1][] - 2023-08-22 ### Fixed - Handle rest argument ([#4](https://github.com/niksy/babel-plugin-native-error-extend/issues/4)) ## [2.1.0][] - 2023-07-03 ### Changed - Add support for second parameter ([#3](https://github.com/niksy/babel-plugin-native-error-extend/issues/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](https://github.com/niksy/babel-plugin-native-error-extend/issues/2)) ## [2.0.0][] - 2020-11-06 ### Fixed - Handle default message being set ([#1](https://github.com/niksy/babel-plugin-native-error-extend/issues/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 [1.0.0]: https://github.com/niksy/babel-plugin-native-error-extend/tree/v1.0.0 [2.0.0]: https://github.com/niksy/babel-plugin-native-error-extend/tree/v2.0.0 [2.0.1]: https://github.com/niksy/babel-plugin-native-error-extend/tree/v2.0.1 [unreleased]: https://github.com/niksy/babel-plugin-native-error-extend/compare/v2.0.2...HEAD [2.0.2]: https://github.com/niksy/babel-plugin-native-error-extend/tree/v2.0.2 [Unreleased]: https://github.com/niksy/babel-plugin-native-error-extend/compare/v2.1.1...HEAD [2.1.1]: https://github.com/niksy/babel-plugin-native-error-extend/tree/v2.1.1 https://github.com/niksy/babel-plugin-native-error-extend/compare/v2.1.0...HEAD [2.1.0]: https://github.com/niksy/babel-plugin-native-error-extend/tree/v2.1.0