Skip to content

Releases: bn-d/ppx_make

v0.3.4

19 Jan 01:37
7279ab6
Compare
Choose a tag to compare

What's Changed

  • Fix validation for multiple derivers by @bn-d in #14

Full Changelog: v0.3.3...v0.3.4

v0.3.3

19 Jan 00:29
cfcbf9f
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release

What's Changed

  • Fix action, clean code and rewrite arg handling by @bn-d in #8
  • Support make. prefix for attr by @bn-d in #9
  • Use antiquot by @bn-d in #10
  • Add coverage test by @bn-d in #11
  • Only generate make functions for tagged types by @bn-d in #13

Full Changelog: v0.3.2...v0.3.3

v0.3.2

12 Feb 15:33
9c781b4
Compare
Choose a tag to compare

What's Changed

  • Use wrapped file name by @bn-d in #5
  • Support array and add documentation by @bn-d in #7

Full Changelog: v0.3.0...v0.3.2

v0.3.0

24 Aug 10:48
a820d9c
Compare
Choose a tag to compare

What's Changed

  • Add support for polymorphic types by @bn-d in #4

Full Changelog: v0.2.2...v0.3.0

v0.2.2

19 Aug 23:44
7898bef
Compare
Choose a tag to compare

What's Changed

  • Avoid generating redundant constraints by @kit-ty-kate in #1
  • Fix typo in error message on fun expr of option by @davesnx in #2
  • Fix enum by @bn-d

Full Changelog: v0.2.1...v0.2.2

v0.2.1

26 May 03:37
9404f27
Compare
Choose a tag to compare

What's Changed

  • Update opam file and make compatible with OCaml 4.04 by @bn-d

Full Changelog: v0.2.0...v0.2.1

v0.2.0

26 May 02:48
60c634d
Compare
Choose a tag to compare

What's Changed

  • Implement deriver for tuple and variant by @bn-d

Full Changelog: v0.1.0...v0.2.0

v0.1.0

24 May 00:45
88a6ad2
Compare
Choose a tag to compare

What's Changed

  • Implement deriver for option and record by @bn-d

Full Changelog: https://github.com/bn-d/ppx_make/commits/v0.1.0