Skip to content

Latest commit

 

History

History
339 lines (128 loc) · 9.9 KB

CHANGELOG.md

File metadata and controls

339 lines (128 loc) · 9.9 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.4.2 (2024-06-26)

Bug Fixes

6.4.1 (2024-06-17)

Note: Version bump only for package @honeybadger-io/react-native

6.4.0 (2024-04-19)

Features

6.3.5 (2024-04-01)

Note: Version bump only for package @honeybadger-io/react-native

6.3.4 (2024-03-27)

Note: Version bump only for package @honeybadger-io/react-native

6.3.3 (2024-01-04)

Bug Fixes

6.3.2 (2023-11-28)

Note: Version bump only for package @honeybadger-io/react-native

6.3.1 (2023-11-28)

Note: Version bump only for package @honeybadger-io/react-native

6.3.0 (2023-11-17)

Features

6.2.3 (2023-10-23)

Note: Version bump only for package @honeybadger-io/react-native

6.2.2 (2023-10-09)

Bug Fixes

  • react-native: fix sourcemaps for iOS builds with hermes (#1197) (d516ef0)

6.2.1 (2023-09-12)

Note: Version bump only for package @honeybadger-io/react-native

6.2.0 (2023-09-07)

Features

  • react-native: new source maps generation script with support for hermes (#1169) (ed10921)

6.1.1 (2023-08-07)

Note: Version bump only for package @honeybadger-io/react-native

6.1.0 (2023-07-17)

Features

6.0.3 (2023-07-03)

Note: Version bump only for package @honeybadger-io/react-native

6.0.2 (2023-06-26)

Note: Version bump only for package @honeybadger-io/react-native

6.0.1 (2023-06-08)

Note: Version bump only for package @honeybadger-io/react-native

6.0.0 (2023-06-07)

⚠ BREAKING CHANGES

  • react-native: include the features of the core js project (#1069)

Features

  • react-native: include the features of the core js project (#1069) (a956508)

5.2.0 (2023-03-27)

5.1.6 (2023-03-14)

5.1.4 (2023-02-27)

5.1.1 (2023-02-13)

5.0.0 (2023-02-05)

4.10.0 (2023-02-05)

⚠ BREAKING CHANGES

  • specify "engines" in package.json

Features

  • rollup-plugin: add rollup/vite plugin that uploads sourcemaps to honeybadger API (850b2b5)
  • specify "engines" in package.json (d0eb1a3), closes #961

4.8.2 (2023-01-02)

4.8.0 (2022-12-12)

4.7.1 (2022-11-14)

4.7.0 (2022-11-01)

Features

  • migrate honeybadger-react-native to monorepo (#901) (46f3d7e)

5.2.0 (2023-03-27)

Note: Version bump only for package @honeybadger-io/react-native

5.1.6 (2023-03-14)

Note: Version bump only for package @honeybadger-io/react-native

5.1.4 (2023-02-27)

Note: Version bump only for package @honeybadger-io/react-native

5.1.1 (2023-02-13)

Note: Version bump only for package @honeybadger-io/react-native

5.0.0 (2023-02-05)

Note: Version bump only for package @honeybadger-io/react-native

4.8.2 (2023-01-02)

Note: Version bump only for package @honeybadger-io/react-native

4.8.0 (2022-12-12)

Note: Version bump only for package @honeybadger-io/react-native

4.7.1 (2022-11-14)

Note: Version bump only for package @honeybadger-io/react-native

4.7.0 (2022-11-01)

Features

  • migrate honeybadger-react-native to monorepo (#901) (46f3d7e)

Changelog

All notable changes to this project will be documented in this file.

[0.0.12] - 2022-09-02

Added

  • Updated the iOS module to work better with Ignite (and possibly other React Native boilerplates).

[0.0.11] - 2022-04-12

Added

  • Updated the Android Native Module to support newer versions of the Android tech stack.

[0.0.10] - 2022-04-05

Added

  • Add support for React 17.

[0.0.9] - 2022-02-23

Added

  • Add support for the reportErrors configuration option.

[0.0.8] - 2021-08-12

Added

  • Add support for revision and projectRoot configuration options.
  • Add TypeScript definitions.

[0.0.7] - 2021-06-17

Fixed

  • Allow the default JS error handler to process the error after we're done with it so that RN shows the useful red info box in dev.

[0.0.6] - 2021-06-17

Added

  • Added ability to differentiate and configure console output by log level, eliminating frivolous logging.

[0.0.5] - 2021-06-15

Fixed

  • Removed regex named capture groups in favor of numeric capture groups in order to be able to support the Hermes JS engine.

[0.0.4] - 2021-03-24

Added

  • honeybadger-generate-sourcemaps now generates main.jsbundle files for both iOS and Android.

[0.0.3] - 2021-02-24

Changed

  • Changed the package of the native module for Android to io.honeybadger

[0.0.2] - 2021-02-23

Changed

  • Rename the stackAddress key to stack_address to be more consistent with the HB spec.

Added

  • Allow for changing of the HB API key.

[0.0.1] - 2021-02-15

Added

  • Initial release