This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
Releases: pycontribs/django-alexa
Releases · pycontribs/django-alexa
0.0.7
- 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
- unneeded test requirements
- travis ci fixes
- fix tests
- pep8 fixes
- trying to add ci
- fix code block in readme
0.0.4
- fix pypi readme and add badges to github readme
0.0.3
- readme updates
- fix .gitignore
- Inital Project API blockout
- Initial commit