- Revert the deprecation warning on
json
type aliases
2019-02-14
- Add documented
write_t
andread_t
to modules defining a JSON ast type for compatibility with atdgen
2019-01-30
json
types are deprecated in favor of their newt
aliases, ahead of their removal in the next major release (#73, @Leonidas-from-XIV)
- Add a type
t
and monomorphicequal
,pp
andshow
(#73, @Leonidas-from-XIV)
- Use dune as a build system (#67, @Leonidas-from-XIV)
- reraise exceptions in
finish_string
instead of silencing them by raising aFailure _
- raise finalizer exceptions in
from_channel
andfrom_lexbuf
readers
- Fix a race condition in builds (#57, @avsm)