Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Latest commit

 

History

History
56 lines (44 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

56 lines (44 loc) · 1.45 KB

[2.0.1] - 2022-03-16

Fixed

  • Generate inline sources in source maps (fixes a source maps error with create-react-app v5) (#299)

[2.0.0] - 2021-09-24

Changed

  • Transform to a typescript project
  • [Breaking change] Export core Honeybadger from @honeybadger-io/js to simplify integration. Read more at PR.

[1.0.2] - 2021-09-14

Fixed

  • Fix typescript definitions (#272)

[1.0.1] - 2021-02-18

Fixed

  • Bump peerDependencies version for React 17

[1.0.0] - 2021-01-19

Changed

[0.0.8] - 2020-09-24

Fixed

  • Update honeybadger-js to 2.3.0

[0.0.7] - 2020-04-24

Fixed

  • Update honeybadger-js to 2.2.1 (security release, see here)

[0.0.6] - 2020-01-08

Fixed

  • Fix TypeScript type definitions

[0.0.5] - 2019-12-18

Fixed

  • Deps & security updates
  • Proptypes bug (#39) (#40)

[0.0.4] - 2019-07-01

Fixed

  • Fix PropType mismatch #38 @andrewsouthard

[0.0.3] - 2019-04-16

Changed

[0.0.2] - 2019-01-21

Added

  • Add TypeScript definition

[0.0.1] - 2018-11-30

Added

  • Initial release