Skip to main content

CHANGELOG

Versioning definitions:

Given a version number VERSION.MAJOR.MINOR:

  • VERSION: Incompatible API changes
  • MAJOR: New functionality in an incompatible manner, Major bug fixes. Security fixes
  • MINOR: New functionality in a backward compatible manner, Minor bug fixes, Performance improvements.

Changelog

0.13.0

  • Optimizations
    • Standardized errors in functions and background, to check the error into the catch check for error.code and error.message
    • Broadcast channel to listen for notifications of the SDK
    • Better extraction of sleep data

0.12.3

  • Include some minor fixes and some optimizations
  • Updates into the native modules

0.12.1

  • Fix a minor issue with the enableBackgroundSync param.
  • Support the redirect param into the useRookDataSources

0.12.0

  • Include some minor fixes and some optimizations
  • Include the enableBackgroundSync to start automatically the background services.

0.11.0

  • BREAKING CHANGE: Remove the observe of calories
  • BREAKING CHANGE: Remove the get count of calories

0.10.5

  • Optimizations fix
  • Add the ability to display local logs in the console for certain SDK operations.

0.10.4

  • fixed body metrics events issues

0.10.3

  • Warning while updating summaries fixed

0.10.2

  • Activity apple exercise time added to physical summary

0.10.1

  • BREAKING CHANGE
  • Rename syncYesterdaySummaries to syncSummaries
  • Rename syncYesterdayEvents to syncEvents
  • Rename syncPendingSummaries to syncReSyncFailedSummaries

0.10.0

  • Update native dependencies of ROOK

0.9.2

  • Fixed issue that prevents get the latest info of body metrics in events and summaries.

0.9.1

  • backGround issues were fixed

0.9.0

  • backGround events added to useRookBackGround hook.

0.8.1

  • typo in the name of enable/disable sync yesterday

0.8.0

  • crash for iOS 17.3 and above fixed.

0.7.4

  • Update native dependencies of ROOK