- SimpleResponse and BasicCardResponse per the docs - Add .editorconfig - Update example to use the new response objects
0.3.1
- Remove nested directories from init command
0.3.0
- Move functions to apprentice encapsulation - Remove `helpers` module.
0.2.0
- Update to Dialogflow API 2.0 - Fix routing issue
0.1.7
Clean up the public API interface for Apprentice (24) - Implement Apprentice class. - Built in flask app. - No need to instantiate a flask app yourself - Update commands and readme with new api interface
0.1.6
- Add apprentice run command 20 - Add tests to cli commands. 15