- Update the
:uuid
package to its newest version now referenced as:elixir_uuid
- Update to Elixir 1.4
- Update to Wit API 20160526
- Refactor tests to load Wit access token from Mix config
- Backward incompatible changes
- Remove the
outcomes
frommessage
responses and replace withentities
- Remove the
- Backward incompatible changes
- Change
entities
type tomap
inWit.Models.Response.Converse
andWit.Models.Response.Outcome
- Changed function signature for custom action to pass in the
message
defaction fetch_weather(session, context, message) do context # Return the updated context end
- Change