Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 831 Bytes

CHANGES.md

File metadata and controls

39 lines (28 loc) · 831 Bytes

3.0.0

  • Split into separate libraries for lwt and async (#4, @bikallem)

2.0.0

  • Breaking change: moved Caqti connection to be last parameter of queries
  • Breaking change: renamed runtime library
  • Added function_out option
  • Added multiple outputs

1.2.0

  • Added cdate and ctype from Caqti_type_calendar (#3, @anmonteiro)

1.1.1

  • Added support for nested modules for custom types (#2, @anmonteiro)

1.1.0

  • Bugfixes to make lists work with other parameters

1.0.2

  • Bugfix to allow use when Base is open

1.0.1

  • Corrected dependencies

1.0.0

  • Added support for lists, new types (octets, int32, int64, pdate, ptime, ptime_span); added runtime library (#1, @anmonteiro)
  • Added examples

0.9.3

  • Added support for floats

0.9.2

  • Packaging changes

0.9.1

  • Packaging changes

0.9.0

  • Initial release