Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 5.57 KB

CHANGELOG.md

File metadata and controls

69 lines (43 loc) · 5.57 KB

Changelog

0.2.0 (2023-04-11)

Features

  • android: ⬆️ sd_ble_sdk restroed (1401513)

Bug Fixes

  • android: 🐛 kt-gradle version downgrade (f2b653a)
  • android: dynamic version error resolved (0e709a4)
  • react: 🚑️ vulnerabilities found - jsdoc > taffydb (f598c80)

Documentation

  • 📝 module's interface consists (bd19729)
  • react: 📝 finish documentation (f6789d4)

0.1.3 (2023-04-04)

Performance Improvements

  • application: ⚡️ reverted to asynchrocous functions (3f626eb)

Documentation

  • application: 📝 build auto-generated postman document with jsdoc (e00e1f2)
  • application: 📝 the module interface has been slightly modified (07a8998)

0.1.2 (2023-04-04)

0.1.1 (2023-04-04)

0.1.0-beta.0 (2023-04-03)

Features

  • android: ✨ implemented android interfaces (fcf8d82)
  • android: 🔥 all async functions is switched to sync function (e78f7c0)
  • application: ♻️ increased stability with type guards (f7cb0ff)
  • application: ⚡️ modified Example Application Codes (58a56a2)
  • application: ⬆️ upgraded all dependencies and installed react-native-permissions (bd140f8)
  • application: 💄 changed JS interfaces and Example application's UI (f384acd)
  • iOS: ♻️ names of vehicleInfo and IoTInfo was same, so changed its names (08eab86)
  • iOS: ✨ formally implemented iOS interfaces (f372912)

Bug Fixes

  • android: 🐛 unnecessary and overlapping authority requests have been sorted out (23dad8e)
  • android: 🔥 add getConstants for TurboModule so we can manage common constants (26fb6dc)
  • android: fix connect method callback function (a0bbbcf)
  • application: 💄 modified element of example app (05dd4c8)
  • application: 🚑️ accidentally swapped type definitions - fixed (b107efe)
  • application: 🚧 working in progress:: it is not prepared every scenario (dc7d3b9)

Performance Improvements

  • android: 🔥 remove unnecessary return values (b5d0b5d)
  • application: ⚡️ explicitly wrote complex synchronous method return first, report later (63928b1)
  • application: 🔨 scripts from react-native-step-counter (902da0d)

Documentation

  • application: 🔧 many changes related with JSDoc (8f7e31c)
  • application: 📝 wrote many many JSDoc block comments (d8d4ff4)