Change Log

The format of this changelog is based on Keep a Changelog and this project adheres to Semantic Versioning.

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