Actions On Google Testing Nodejs Versions Save

v0.4.0

4 years ago
  • Merge "Update to MINOR version 0.4.0"
  • Update to MINOR version 0.4.0
  • Update package version
  • Adding Audio to response. Ignore supplemental_display_text if other text available. (#43)

v0.3.0

4 years ago
  • Update version to MINOR version 0.3.0
  • Additional modes (#39)
  • Removed call to t.plan() to improve tap and JUnit report output (#40)
  • Updated dependencies to latest (#38)
  • include supplemental_display_text in textToSpeech (#32)

v0.2.4

5 years ago
  • Remove callbacks from Ava

v0.2.3

5 years ago
  • Merge "Fix locales not being included in package"
  • Set package to version 0.2.3
  • Make the test credentials file as optional.
  • Add annotations to clean up ref docs
  • Add example usage for ref docs
  • Adjust logic to use async/await
  • Fix locales not being included in package
  • Add TSDoc to library modules
  • Test scripts to use mock credentials
  • Put packaged tar in shell script variable
  • Remove package-lock from npm package

v0.2.2

5 years ago
  • Update package to 0.2.2
  • Fix the MediaObject icon/largeImage issue (#25)
  • Merge pull request #20 from yoichiro/replace_deprecated_method_call
  • Replace the method call from the deprecated method to the new one.
  • Add new test scripts
  • Merge pull request #19 from yoichiro/add_release_command
  • Add a new command to build and release this package.

v0.2.1

5 years ago
  • Updates package to 0.2.1

v0.2.0

5 years ago
  • Updates package version to 0.2.0
  • Merge pull request #11 from yoichiro/method_aliases
  • Change some function calls to calling the new functions in src/test and README.md
  • Change the called functions for starting conversation to the new start() function.
  • Add the description about the action.location to the Supported features section, and delete the Additional features section.
  • Add the removing target directory docs at executing the clean task.
  • Change the comment to deprecate the setLocale function.
  • Merge pull request #12 from yoichiro/fix_license_notation
  • Put the @deprecated annotation on the original methods to represent that the original methods will be removed.
  • Move the implementation code to each new method. And, change the code of each original method to call the corresponding new method.
  • Change the license notation in the package.json file.
  • Merge branch 'master' into method_aliases
  • Change the logics from using prototype to adding methods simply.
  • Merge "Updates to latest versions of Ava and Mocha"
  • Updates to latest versions of Ava and Mocha
  • Changed destination for credentials json.
  • Ported facts-about-google.
  • Added types in the source code.
  • Add a reference of each method and property to the README.
  • Change calling methods from original them to aliased them.
  • Add aliases for some methods and add locale property.

v0.1.0

5 years ago
  • Updates package version to 0.1.0
  • Replaces npm with yarn in README and package
  • Fixes behavior when receiving finalResponse
  • Adds files to ignore in npm package and in git
  • Creates types for ActionResponseItem and AssistantSdkResponse
  • Adds tests to verify request and responses
  • Adds tables to response output
  • Marks test as passing if test reaches the end
  • Fix some compile errors. (#5)
  • Support i18n. (#1)
  • Migrates library to TypeScript

v0.0.2

5 years ago
  • Replaces included protos with dependency
  • Adds new script to generate test credentials
  • Adds metadata properties to package

v0.0.1

5 years ago

Initial release