- Remove the upper limit on ppxlib
- Fix the generated code to also emit
Stdlib
instead ofPervasives
. This means you needstdlib-shims
if you're building on OCaml <4.07.
- Fix dune dependency
- Use
Stdlib
instead ofPervasives
for forward-compatibility
- Caching can be disabled on a per statement basis. (Caching is enabled by default)
- All statements are now cached
- First public release
- Refactor code generation to eliminate internal use of exceptions
- Support custom types wrapped under modules
- Support for lists of input parameters
- Add examples for Lwt and Async
- More useful error messages
- Minor refactoring of the API
- Creation of ppx_mysql_identity subpackage
- Initial release