Skip to content

Releases: wainwrightmark/capacitor_bindings

v0.11.0

11 Mar 09:16
Compare
Choose a tag to compare

v0.10.0

05 Dec 12:59
Compare
Choose a tag to compare

v0.10.0 (2023-12-05)

  • Features added game plugin behind the game_plugin feature

v0.8.0

27 Jun 11:58
Compare
Choose a tag to compare
  • Features - added support for the SplashScreen plugin

v0.7.0

23 May 12:07
Compare
Choose a tag to compare

v0.7.0 (2023-05-23)

  • Breaking Changes - added additional properties to toast::ShowOptions
  • Features - added support for the Clipboard plugin

v0.6.0

18 May 17:35
Compare
Choose a tag to compare

v0.6.0 (2023-05-18)

  • Breaking Changes - compatibility update for capacitor 5.0
  • Breaking Changes - device.uuid changed to device.identifier
  • Features - added ios_version and android_sdk_version to DeviceInfo (these were new in Capacitor 5.0.0)

v0.5.1

23 Mar 15:55
Compare
Choose a tag to compare

Bug Fixes - URLOpenListenerEvent now deserializes correctly on iOS

v0.5.0

14 Mar 09:49
Compare
Choose a tag to compare

v0.5.0 (2023-03-14)

  • Features - Added support for Preferences Plugin
  • Features - Derive a typed builder for some types
  • Breaking Changes - Added more support for Local Notifications

v0.4.0

06 Mar 17:32
Compare
Choose a tag to compare

v0.4.0 (2023-03-06)

  • Features - Added support for Screen Reader plugin

v0.3.0

05 Mar 18:33
Compare
Choose a tag to compare

v0.3.0 (2023-03-05)

  • Breaking Changes - PluginListenerHandle now works differently - must be stored to be dropped later or leaked.
  • Features - Added support for App and Network plugins and more complete support of LocalNotifications

v0.2.0

24 Feb 22:11
Compare
Choose a tag to compare

Breaking Change - All functions now return Result<T, Error>