JS SDK
JS SDK
Here are the changelogs for the javascript SDK release
2.5.0
March 1, 2022
- Update integration-test
- Update test-tag.yml
- Create Dockerfile.javascript
2.4.1
February 17, 2022
- Update test-tag.yml
- Create test-tag.yml
2.4.0
January 5, 2022
- remove package-lock.json
- Add sdk.starttypes
- Fix audit issues
- Add workflows
- Added getUser
- Publish package version
- Update location of data fields
2.3.1
July 8, 2021
- Improve type specification
- Implement functions
- Add Contributing.md
- Add sdk.start_opfor functionality js
2.2.6
July 6, 2021
- pass along hidden flag
2.2.2
July 2, 2021
- Add bold and italic functions on Slack-aware
2.2.1
June 9, 2021
- Use the right JSON key
- Implement the events function
- Fix event endpoint
- Don’t return the error from sdk.exec
2.2.0
April 23, 2021
- Add license
- Correct the types on the config functions
- Add deprecation notices to functions
- Fix correct type for deleteconfigreturn val
- Add repository to JSON
2.1.4
October 22, 2020
- Update README.md with extra notes about autocomplete and checkbox
2.1.2
September 26, 2020
- Fix sdk.track()to convert string to arrays
- UX print for user messages
- SDK release
2.1.0
september 23, 2020
- Update .gitlabissue templates
- Fix issue with set/get state/config
2.0.9
June 8, 2020
- Wrap commander
- Get & Set config state
2.0.8
June 5, 2020
- Add methods to help ops determine their running context
- Bump version to version 14
- Increment inquirer version
- Add package lock
- Bump sdk version
- Install is-docker
2.0.6
May 15, 2020
- modify build script to prepack
- Autocomplete prompt bottomcontent
2.0.4
January 6, 2020
- 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.