Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Change Log
## [Unreleased](https://github.com/danielberkompas/ex_twiml/tree/HEAD)
[Full Changelog](https://github.com/danielberkompas/ex_twiml/compare/v2.1.0...HEAD)
**Closed issues:**
- consider validating requests are from twilio [\#15](https://github.com/danielberkompas/ex_twiml/issues/15)
**Merged pull requests:**
- task verb and tests [\#16](https://github.com/danielberkompas/ex_twiml/pull/16) ([matteosister](https://github.com/matteosister))
## [v2.1.0](https://github.com/danielberkompas/ex_twiml/tree/v2.1.0) (2016-01-23)
[Full Changelog](https://github.com/danielberkompas/ex_twiml/compare/v2.0.1...v2.1.0)
**Merged pull requests:**
- Support default options for verbs [\#14](https://github.com/danielberkompas/ex_twiml/pull/14) ([danielberkompas](https://github.com/danielberkompas))
- Support variables in verb options [\#13](https://github.com/danielberkompas/ex_twiml/pull/13) ([danielberkompas](https://github.com/danielberkompas))
## [v2.0.1](https://github.com/danielberkompas/ex_twiml/tree/v2.0.1) (2015-12-14)
[Full Changelog](https://github.com/danielberkompas/ex_twiml/compare/v2.0.0...v2.0.1)
**Closed issues:**
- Dynamically calling verbs. [\#10](https://github.com/danielberkompas/ex_twiml/issues/10)
- Fix Build Badge & Travis Build [\#6](https://github.com/danielberkompas/ex_twiml/issues/6)
**Merged pull requests:**
- Find reserved name in functions with multiple args [\#12](https://github.com/danielberkompas/ex_twiml/pull/12) ([danielberkompas](https://github.com/danielberkompas))
- Warn about reserved names [\#11](https://github.com/danielberkompas/ex_twiml/pull/11) ([danielberkompas](https://github.com/danielberkompas))
## [v2.0.0](https://github.com/danielberkompas/ex_twiml/tree/v2.0.0) (2015-09-12)
[Full Changelog](https://github.com/danielberkompas/ex_twiml/compare/v1.1.3...v2.0.0)
**Closed issues:**
- Using with Phoenix Framework [\#7](https://github.com/danielberkompas/ex_twiml/issues/7)
**Merged pull requests:**
- Clean up utilities module [\#9](https://github.com/danielberkompas/ex_twiml/pull/9) ([danielberkompas](https://github.com/danielberkompas))
- Replace TwiML macros with `Macro.postwalk/2` [\#8](https://github.com/danielberkompas/ex_twiml/pull/8) ([danielberkompas](https://github.com/danielberkompas))
## [v1.1.3](https://github.com/danielberkompas/ex_twiml/tree/v1.1.3) (2015-04-23)
[Full Changelog](https://github.com/danielberkompas/ex_twiml/compare/v1.1.2...v1.1.3)
**Merged pull requests:**
- Feature: allow nested verbs without options [\#5](https://github.com/danielberkompas/ex_twiml/pull/5) ([danielberkompas](https://github.com/danielberkompas))
## [v1.1.2](https://github.com/danielberkompas/ex_twiml/tree/v1.1.2) (2015-04-23)
[Full Changelog](https://github.com/danielberkompas/ex_twiml/compare/v1.1.1...v1.1.2)
**Fixed bugs:**
- Bugfix: Allow using a variable as only argument to verb [\#4](https://github.com/danielberkompas/ex_twiml/pull/4) ([danielberkompas](https://github.com/danielberkompas))
## [v1.1.1](https://github.com/danielberkompas/ex_twiml/tree/v1.1.1) (2015-04-17)
[Full Changelog](https://github.com/danielberkompas/ex_twiml/compare/v1.1.0...v1.1.1)
**Fixed bugs:**
- Error when interpolating a map property [\#3](https://github.com/danielberkompas/ex_twiml/pull/3) ([danielberkompas](https://github.com/danielberkompas))
## [v1.1.0](https://github.com/danielberkompas/ex_twiml/tree/v1.1.0) (2015-04-12)
[Full Changelog](https://github.com/danielberkompas/ex_twiml/compare/1.0.0...v1.1.0)
**Implemented enhancements:**
- Script to generate releases [\#2](https://github.com/danielberkompas/ex_twiml/pull/2) ([danielberkompas](https://github.com/danielberkompas))
**Merged pull requests:**
- Add "option" feature [\#1](https://github.com/danielberkompas/ex_twiml/pull/1) ([danielberkompas](https://github.com/danielberkompas))
## [1.0.0](https://github.com/danielberkompas/ex_twiml/tree/1.0.0) (2015-03-10)
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*