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

Release 0.8.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@timmywil timmywil released this 21 Dec 18:21
· 23 commits to develop since this release
f2092a3

0.8.0-beta.0 (2020-12-21)

Features

  • update react-native-spokestack to 5@beta (#1) (ddef6aa)

BREAKING CHANGES

  • the nluModelUrls and wakewordModelUrls props have been changed
    to nlu and wakeword respectively. They now accept source objects (e.g.
    require('./filter.tflite')) as well as remote URLs
  • addListener and removeListener have been changed to
    addEventListener and removeEventListener, which are now direct exports
    from react-native-spokestack. removeAllListeners has also been added.
  • The SpokestackListenerEvent enum has been removed. Use strings for events instead.
    See the events table in the README for a list of all available events
  • Update min sdk in Android to 21
  • Also fixes auto reload in dev
  • Removed dependencies: rn-fetch-blob and @react-native-community/netinfo
  • Updated documentation
  • Updated example app