Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Releases: spokestack/react-native-spokestack

Release 6.1.4

20 Aug 19:34
8194476
Compare
Choose a tag to compare

6.1.4 (2021-08-20)

Bug Fixes

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

Release 6.1.3

18 Aug 20:08
f77f1a9
Compare
Choose a tag to compare

6.1.3 (2021-08-18)

Bug Fixes

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

Release 6.1.2

18 Aug 19:18
013b150
Compare
Choose a tag to compare

6.1.2 (2021-08-18)

Release 6.1.1

07 Jul 22:09
3e2d252
Compare
Choose a tag to compare

6.1.1 (2021-07-07)

Release 6.1.0

14 May 16:23
2cfe8bd
Compare
Choose a tag to compare

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)

Release 6.0.1

23 Apr 22:43
3adba75
Compare
Choose a tag to compare

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)

Release 6.0.0

21 Apr 15:37
99510ba
Compare
Choose a tag to compare

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)

Release 6.0.0-beta.0

11 Jan 20:56
38ef5c9
Compare
Choose a tag to compare
Release 6.0.0-beta.0 Pre-release
Pre-release

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.

Release 5.0.0

04 Jan 21:23
02fb877
Compare
Choose a tag to compare

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)

Release 5.0.0-beta.4

18 Dec 17:34
6a9d073
Compare
Choose a tag to compare
Release 5.0.0-beta.4 Pre-release
Pre-release

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

Bug Fixes

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