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

Release 6.0.0

Compare
Choose a tag to compare
@timmywil timmywil released this 21 Apr 15:37
· 27 commits to main since this release
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)