- Increase max text length to 20480 characters.
- Drop support for node 4.
- A
ResponseError
is thrown if the API returns an error.
- Directly call to comment analyzer API rather than using Google's discovery API to dynamically generate a client. This saves an API request when doing an analysis.
- Validate text before it gets sent to the API.
- Rename
makeResource
togetAnalyzeCommentPayload
.
- Add
truncate
option.
- First stable release.