Skip to content

Latest commit

 

History

History
83 lines (42 loc) · 5.28 KB

CHANGELOG.md

File metadata and controls

83 lines (42 loc) · 5.28 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.0 (2022-03-08)

Features

  • android: update com.google.firebase:firebase-crashlytics to 18.2.8 (#60) (28ab9c6)
  • ios: update Firebase/Crashlytics to 8.12.1 (#61) (f774f78)

1.2.1 (2022-01-26)

Bug Fixes

  • inline source code in esm map files (2ebaf7f)

1.2.0 (2021-10-30)

Features

  • add stacktrace to recordException (#50) (a4a3a94)

1.1.0 (2021-07-23)

Features

  • android: update com.google.firebase:firebase-crashlytics to 18.1.0 (#45) (fc6a97f)
  • ios: update Firebase/Crashlytics to 8.4.0 (#46) (dab35e1)

1.0.0 (2021-04-22)

⚠ BREAKING CHANGES

  • replace iOSException and AndroidException with RecordExceptionOptions
  • android: throw unimplemented error for isEnabled on Android
  • web: throw unimplemented error on web
  • Update to Capacitor 3

Features

0.4.0 (2021-04-11)

Features

  • android: add support for project variables (#25) (1cb5e16)

Bug Fixes

  • ios: FirebaseApp.configure() not called (2bc3e3c)
  • android: didCrashDuringPreviousExecution is not a function (cbec445)

0.3.0 (2020-06-30)

Features

  • android: add recordException method (6ba14eb)
  • ios: add recordException method (7fdf456)
  • web: add definition for recordException (5f85199)

0.2.0 (2020-06-30)

Features

  • ios: add isEnabled, didCrashDuringPreviousExecution, sendUnsentReports, deleteUnsentReports (0ce276f)
  • android: add isEnabled, didCrashDuringPreviousExecution, sendUnsentReports, deleteUnsentReports (0c41d9a)