Releases: johnwhitington/ppx_blob
Releases · johnwhitington/ppx_blob
0.9.0
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
CHANGES:
- Fix the handling of paths relative to the source file in environments with
(lang dune 3.0)
(#24).
0.7.2
CHANGES:
Port to ppxlib (#20).
0.7.1
CHANGES:
Use Ast_411
from ocaml-migrate-parsetree for compatibility with new OCaml syntax (#19).
0.7.0
CHANGES:
Use Ast_408
from ocaml-migrate-parsetree for compatibility with new OCaml syntax (#17).
0.6.0
CHANGES:
Migrate to dune and dune-release
0.4.0
0.4 2018-02-10
Check if file exists relative to working directory (#9)
0.3.0
0.3 2017-08-22
Migrate to jbuilder and ocaml-migrate-parsetree (#7)