-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regen trial v5 #978
Regen trial v5 #978
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 looks good!
but should generate discovery using |
Codecov Report
@@ Coverage Diff @@
## release-v5-rc2 #978 +/- ##
===============================================
Coverage ? 100%
===============================================
Files ? 1
Lines ? 9
Branches ? 2
===============================================
Hits ? 9
Misses ? 0
Partials ? 0 Continue to review full report at Codecov.
|
* update the tests to match the style guide
d0503ed
to
0ff0854
Compare
* refactor: update authorization, stt, and tts to handle promises from the core * refactor: all service methods now return a Promise by default - callbacks are still supported * chore: support array parameters in visual recognition * build: bump core version to 1.0.0 * docs: update the migration guide with final service updates * chore: make `prefix` required in method `getAutocomplete` * update the tests to match the style guide
Full regeneration and reliance on the official release of the core. Getting this into the release branch before I finish the readme/migration and open a PR for the release.
The majority of the changes are for the Promises work.