Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## v0.3.1
### Enhancements
* Added `defqueries/3` to avoid boiler plate code.
## v0.3.0
### Enhancements
* Simplified lexer and parser.
* Now it's possible to accept anonymous blocks of code.
## v0.2.0
### Enhancements
* Now it detects when an SQL file has been changed (suggested by
[Ole Morten Halvorsen](https://github.com/omh)).
* Updated dependencies.
* Improved code for maintainability.
* Improved tests for more code coverage.
* Support for Elixir 1.8 and Erlang 21