Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Change Log
The format of this changelog is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## 1.5.2
### Fixed
- fixed bug where `:single` commands would return improperly formatted values when given bound variables
## 1.5.1
### Fixed
- updated links in package info
## 1.5.0
### Added
- human readable changelog in README (fixes issue #20)
- improved `Depo.DB` formatting in logs
- internal refactor to share implementation between async and sync queries
- options for returning query values as lists of tuples, maps, or a single value (fixes issue #26)
- option for sending a single value to bind to a query not in a list (fixes issue #24)
- updated documentation to include information on why and how to use `teach/2` and `transact/2`