- Replace deprecated caqti functions (#21, @apeschar)
function_out
generate labelled params in the order they're queried (#20, @anmonteiro)- Add support for
let%rapper
pattern captures (#13, @rizo) - Added eio support (#32, @anmonteiro)
- Split into separate libraries for lwt and async (#4, @bikallem)
- Breaking change: moved Caqti connection to be last parameter of queries
- Breaking change: renamed runtime library
- Added
function_out
option - Added multiple outputs
- Added cdate and ctype from Caqti_type_calendar (#3, @anmonteiro)
- Added support for nested modules for custom types (#2, @anmonteiro)
- Bugfixes to make lists work with other parameters
- Bugfix to allow use when Base is open
- Corrected dependencies
- Added support for lists, new types (octets, int32, int64, pdate, ptime, ptime_span); added runtime library (#1, @anmonteiro)
- Added examples
- Added support for floats
- Packaging changes
- Packaging changes
- Initial release