8000 Releases · ocaml-ppx/ppxlib · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: ocaml-ppx/ppxlib

0.22.0

04 Feb 16:32
Compare
Choose a tag to compare

CHANGES:

0.21.0

22 Jan 11:34
Compare
Choose a tag to compare

CHANGES:

  • Fix ppxlib.traverse declaration and make it a deriver and not a rewriter
    (#213, @NathanReb)

  • Driver (important for bucklescript): handling binary AST's, accept any
    supported version as input; preserve that version (#205, @pitag-ha)

  • -as-ppx: take into account the -loc-filename argument (#197, @pitag-ha)

  • Add input name to expansion context (#202, @pitag-ha)

  • Add Driver.V2: give access to expansion context in whole file transformation
    callbacks of register_transformation (#202, @pitag-ha)

  • Driver: take -cookie argument into account, also when the input is a
    binary AST (@pitag-ha, #209)

  • run_as_ppx_rewriter: take into account the arguments
    -loc-filename, apply and dont-apply (#205, @pitag-ha)

  • Location.Error: add functions raise and update_loc
    (#205, @pitag-ha)

0.20.0

16 Nov 14:45
51b6f0b
Compare
Choose a tag to compare

CHANGES:

0.19.0

23 Oct 09:52
Compare
Choose a tag to compare

CHANGES:

0.18.0

06 Oct 10:55
Compare
Choose a tag to compare

CHANGES:

0.17.0

17 Sep 09:28
Compare
Choose a tag to compare

CHANGES:

  • Add accessors for code_path and tool_name to Expansion_context.Base
    (#173, @jberdine)
  • Add cases methods to traversal classes in Ast_traverse (#183, @pitag-ha)

0.16.0

18 Aug 14:25
Compare
Choose a tag to compare

CHANGES:

0.15.0

05 Aug 14:52
20cacbf
Compare
Choose a tag to compare

CHANGES:

0.14.0

08 Jul 13:22
Compare
Choose a tag to compare

CHANGES:

  • Bump ppxlib's AST to 4.10 (#130, @NathanReb)

  • Remove omp_config from Expansion_context and replace it with tool_name
    (#149, @NathanReb)

  • Change undocumented Ppxlib.Driver.map_structure to return a ppxlib's
    structure instead of a Migrate_parsetree.Driver.some_structure.
    (#153, @NathanReb)

0.13.0

15 Apr 16:06
Compare
Choose a tag to compare

CHANGES:

  • Add 'metaquot.' prefix to disambiguate metaquote extensions (#121,
    @ceastlund)

  • Bump dune language to 1.11 since the cinaps extension requires at
    least Dune 1.11 (#126, @diml)

0