Skip to content

Releases: aarondls/affability

Affability 1.0.3 Release Notes

18 Jul 03:23
Compare
Choose a tag to compare
  • Understand function now reraises the InvalidArgument exception thrown by DialogFlow. This allows for better error handling when using the understand function, and is demonstrated in the sample usage file.
  • Fixes understand function returning reply instead of reply parameters for replyParams. replyParams of the returned organizer class now contains the correct reply parameters
  • Removes sample usage file from the package build

v1.0.2

17 Jul 07:47
Compare
Choose a tag to compare

Affability 1.0.2 Release Notes

1.0.1 and prior versions uploaded to PyPi were mainly focused on functionality. 1.0.2 is focused solely on producing a release-ready package by:

  • Adding thorough comments for readability
  • Changing Affability to affability (lowercase) for pragmatic purposes (such as ease of typing)
  • Automatically installing DialogFlow when installing Affability (as it is a critical dependency)