Releases: ocaml-ppx/ppxlib
0.19.0
0.18.0
0.17.0
0.16.0
0.15.0
CHANGES:
-
Remove
base
andstdio
dependencies (#151, @ceastlund) -
Update README and opam description (#155, @jeremiedimino)
-
Fix
Driver.partition_transformation
(#156, @NathanReb) -
Implement name mangling for
ppxlib_traverse
(#159, @ceastlund)
0.14.0
CHANGES:
-
Bump ppxlib's AST to 4.10 (#130, @NathanReb)
-
Remove omp_config from
Expansion_context
and replace it withtool_name
(#149, @NathanReb) -
Change undocumented
Ppxlib.Driver.map_structure
to return a ppxlib's
structure
instead of aMigrate_parsetree.Driver.some_structure
.
(#153, @NathanReb)
0.13.0
0.12.0
0.11.0
locations check: more special cases (#114) Also: use a loc ghost for lint errors in test. Signed-off-by: Thomas Refis <[email protected]>
0.10.0
CHANGES:
-
Do not produce a suprious empty correction when deriving_inline
expands into an extension that undergoes further expansion (#86,
@aalekseyev) -
Add
Ppxlib.Quoter
. This module allows to generate hygienic code fragments in
the spirit of ppx_deriving. (#92, @rgrinberg) -
Allow for registering derivers on module type declarations. (#94, fix #83,
@rgrinberg) -
Fix parsing long idenitifiers. (#98, @NathanReb)