Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 787 Bytes

CHANGELOG.md

File metadata and controls

41 lines (23 loc) · 787 Bytes

CHANGELOG

0.1.16

  • Bumped version for iOS cocoapods fix.

0.1.15

  • Add watchOS, visionOS and Catalyst targets

0.1.12

Fixes

  • Adds Result types to fix issues when building for iOS.

0.1.11

Enhancements

  • Adds new Android target
  • Ensures JSON deserialization is done in a safe manner

0.1.10

Enhancements

  • Updates github workflow for the renaming of the iOS repository.

0.1.9

Enhancements

  • Added returning of a JSON encoded Result<PassableValue,String> from the exposed methods instead of relying on panics. Example JSON:
    • Error: {"Err":"No such key: should_display"}
    • Ok: {"Ok":{"type":"bool","value":true}}

Fixes

  • Fixed a bug where getting properties from device would panic when device functions were defined