Skip to content

Releases: issuu/ppx_mysql

1.1.3

10 Aug 07:31
Compare
Choose a tag to compare

CHANGES:

  • Remove the upper limit on ppxlib

1.1.2

22 Nov 10:31
Compare
Choose a tag to compare

CHANGES:

  • Fix the generated code to also emit Stdlib instead of Pervasives. This
    means you need stdlib-shims if you're building on OCaml <4.07.

1.1.1

22 Nov 10:10
Compare
Choose a tag to compare

CHANGES:

  • Fix dune dependency
  • Use Stdlib instead of Pervasives for forward-compatibility

1.1

29 May 11:45
Compare
Choose a tag to compare
1.1

CHANGES:

  • Caching can be disabled on a per statement basis.
    (Caching is enabled by default)

1.0

24 Apr 14:13
60fa6da
Compare
Choose a tag to compare
1.0

CHANGES:

  • All statements are now cached
  • First public release

0.5

22 Jan 08:12
2a24c36
Compare
Choose a tag to compare
0.5

CHANGES:

  • Refactor code generation to eliminate internal use of exceptions
  • Support custom types wrapped under modules

0.4

11 Jan 09:09
Compare
Choose a tag to compare
0.4

CHANGES:

  • Support for lists of input parameters
  • Add examples for Lwt and Async

0.3

19 Sep 07:32
Compare
Choose a tag to compare
0.3

CHANGES:

  • More useful error messages

0.2

18 Sep 11:23
Compare
Choose a tag to compare
0.2

CHANGES:

  • Minor refactoring of the API
  • Creation of ppx_mysql_identity subpackage

0.1

28 Aug 14:06
Compare
Choose a tag to compare
0.1

CHANGES:

  • Initial release