Skip to content

Releases: johnwhitington/ppx_blob

0.9.0

28 Jul 20:43
Compare
Choose a tag to compare

CHANGES:

  • Absolute paths are no longer concatenated with the source directory to
    form a blob candidate path: they are only treated as absolute paths.
  • Minor robustness improvements (reminder: this happens at build time):
    • Reading is done in one pass (instead of checking for existence first).
    • Only the first good path is queried (instead of both).
    • Better I/O error handling.

0.8.0

04 Apr 21:31
Compare
Choose a tag to compare

CHANGES:

  • Fix the handling of paths relative to the source file in environments with
    (lang dune 3.0) (#24).

0.7.2

24 Nov 17:47
Compare
Choose a tag to compare

CHANGES:

Port to ppxlib (#20).

0.7.1

15 Sep 09:41
Compare
Choose a tag to compare

CHANGES:

Use Ast_411 from ocaml-migrate-parsetree for compatibility with new OCaml syntax (#19).

0.7.0

24 Mar 13:08
Compare
Choose a tag to compare

CHANGES:

Use Ast_408 from ocaml-migrate-parsetree for compatibility with new OCaml syntax (#17).

0.6.0

28 Feb 16:54
Compare
Choose a tag to compare

CHANGES:

Migrate to dune and dune-release

0.4.0

10 Feb 12:04
c6dcabd
Compare
Choose a tag to compare

0.4 2018-02-10

Check if file exists relative to working directory (#9)

0.3.0

29 Jan 19:53
e118a54
Compare
Choose a tag to compare

0.3 2017-08-22

Migrate to jbuilder and ocaml-migrate-parsetree (#7)