Releases: actions-on-google/actions-on-google-testing-nodejs
Releases · actions-on-google/actions-on-google-testing-nodejs
v0.4.0
v0.3.0
v0.2.4: Remove callbacks from Ava.
- Remove callbacks from Ava
 
Version 0.2.3
- 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
 
Version 0.2.2
- 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.
 
Version 0.2.1
- Updates package to 0.2.1
 
Version 0.2.0
- 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.locationto the Supported features section, and delete the Additional features section. - Add the removing target directory 
docsat executing the clean task. - Change the comment to deprecate the 
setLocalefunction. - 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 
localeproperty. 
Version 0.1.0
- 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
 
Version 0.0.2
- Replaces included protos with dependency
 - Adds new script to generate test credentials
 - Adds metadata properties to package
 
Version 0.0.1
Initial release