SDK Changelogs
Here are the changelogs for The Ops SDK releases...
2.0.4
January 6, 2019
- Improved error handling and error messages
2.0.3
December 31, 2019
- Fix Typescript support with correct type definitions
- Add
sdk.getInterfaceTypeto distinguish between terminal and Slack operation in user code.
2.0.0
November 29, 2019
- A major release with many new features and breaking changes.
- See here for a guide to the breaking changes.
1.5.1
Sept 26, 2019
- Fixed a bug where
sdk.track(tags, metadata)was not acceptingstringas tags - Autocomplete and checkbox prompt types
autocompleteandchoicesproperties now accepts an object withhelpInfoproperty to display help info associated with a choice
1.5.0
Sept 19, 2019
- Autocomplete and checkbox-plus prompt types now take an
autocompleteproperty which is a list of choices to fuzzy-match on.
