React Native Spokestack Versions Save

Spokestack: give your React Native app a voice interface!

v6.1.4

2 years ago

6.1.4 (2021-08-20)

Bug Fixes

  • android: check if paused before resuming in start() (b127e05)

v6.1.3

2 years ago

6.1.3 (2021-08-18)

Bug Fixes

  • android: drop jcenter to avoid warnings/errors in new Android Studio (07c7ced)

v6.1.2

2 years ago

6.1.2 (2021-08-18)

v6.1.1

2 years ago

6.1.1 (2021-07-07)

v6.1.0

3 years ago

6.1.0 (2021-05-14)

Features

  • destroy: add destroy method (d3d55bb)
  • keyword: add support for wakeword+keyword profile (fbe2297)
  • keyword: add vad-keyword support to both ios and android (478d252)
  • keyword: enable TFLITE_WAKEWORD_KEYWORD and add keyword to example app (ffab30c)

v6.0.1

3 years ago

6.0.1 (2021-04-23)

Bug Fixes

  • android: add non-null checks to start (fd95b22)
  • android: should use pause/resume in android; add more guards (339e6a2)

v6.0.0

3 years ago

6.0.0 (2021-04-21)

⚠ BREAKING CHANGES

  • nlu: The NLU slot type was changed in version 5.0. This commit changes it back to what it was pre-5.0. slots will be a map, and the property names will be derived from the name given in the NLU metadata.

Features

  • set refreshModels to true in dev mode (de0b342)

Bug Fixes

  • ios: better error reporting in the downloader (6ef7644)
  • ios: update spokestack-ios to 14.0.6, which fixes profile mapping (d4cc01b)
  • bump dependency to maven central version (#93) (0115c5e)
  • upgrade RN to 0.64 (3c76849)
  • nlu: update NLU slot type to be a map with custom property names (#91) (001402a)

v6.0.0-beta.0

3 years ago

6.0.0-beta.0 (2021-01-11)

Bug Fixes

  • nlu: update NLU slot type to be a map with custom property names (f0ba05b)

BREAKING CHANGES

  • nlu: The NLU slot type was changed in version 5.0. This commit changes it back to what it was pre-5.0. slots will be a map, and the property names will be derived from the name given in the NLU metadata.

v5.0.0

3 years ago

5.0.0 (2021-01-04)

Bug Fixes

  • android: add proxies for real playback listeners (#90) (f90be77)
  • ios: return the string of the URL in classification success (1fbf746)

v5.0.0-beta.4

3 years ago

5.0.0-beta.4 (2020-12-18)

Bug Fixes

  • resolve initialize early if already initialized (idempotent) (440b50b)