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

Releases: spokestack/react-native-spokestack

Release 6.1.4

Choose a tag to compare

@timmywil timmywil released this 20 Aug 19:34
8194476

6.1.4 (2021-08-20)

Bug Fixes

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

Release 6.1.3

Choose a tag to compare

@timmywil timmywil released this 18 Aug 20:08
f77f1a9

6.1.3 (2021-08-18)

Bug Fixes

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

Release 6.1.2

Choose a tag to compare

@timmywil timmywil released this 18 Aug 19:18
013b150

6.1.2 (2021-08-18)

Release 6.1.1

Choose a tag to compare

@timmywil timmywil released this 07 Jul 22:09
3e2d252

6.1.1 (2021-07-07)

Release 6.0.1

Choose a tag to compare

@timmywil timmywil released this 23 Apr 22:43
3adba75

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

Choose a tag to compare

@timmywil timmywil released this 21 Apr 15:37
99510ba

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

Release 6.0.0-beta.0 Pre-release
Pre-release

Choose a tag to compare

@timmywil timmywil released this 11 Jan 20:56
38ef5c9

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

Choose a tag to compare

@timmywil timmywil released this 04 Jan 21:23
02fb877

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

Release 5.0.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@timmywil timmywil released this 18 Dec 17:34
6a9d073

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

Bug Fixes

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

Release 5.0.0-beta.3

Release 5.0.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@timmywil timmywil released this 17 Dec 19:22
f49f1bd

5.0.0-beta.3 (2020-12-17)

Bug Fixes

  • android: fix NLU classify result proxy (5fddc3b)
  • android: send start/stop events on android (c489eb9)
  • expose listener methods as separate exports (7fd07cd)