Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Releases: pycontribs/django-alexa

0.0.7

04 Oct 19:49
Compare
Choose a tag to compare
  • Updating certificate validation issues to return an error code rather than 200 OK
  • Adding carveout for port 'none' when no port is explicitly specified
  • Adding port check (scheme isn't sufficient)
  • Changing to make sure the request isn't old (in addition to isn't from the future)
  • Fix misc issues with README
  • Ensure that dependencies installed properly, and fix typo in README
  • moved todo from the readme to github issues
  • pep8 fixes for latest changes
  • Multi App rework, more cleaner management commands, more api isolation
  • Allow response builder to automatically append reprompt
  • fix docstring on responsebuilder
  • Add support for new slot types
  • add default utterances for default intents
  • change build badge to master branch only

0.0.5

23 Dec 17:17
Compare
Choose a tag to compare
  • unneeded test requirements
  • travis ci fixes
  • fix tests
  • pep8 fixes
  • trying to add ci
  • fix code block in readme

0.0.4

24 Nov 20:26
Compare
Choose a tag to compare
  • fix pypi readme and add badges to github readme

0.0.3

24 Nov 20:25
Compare
Choose a tag to compare
  • readme updates
  • fix .gitignore
  • Inital Project API blockout
  • Initial commit