1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
## Release v0.17.0
* Support sizing and writing locally-allocated values. This can be enabled by passing a flag to the deriver: `[@@deriving bin_io ~localize]`.
* Hide source code locations in test output to avoid noise when restyling etc.
## Release v0.16.0
- Several new expression forms are supported to derive the individual
values defined by `ppx_bin_prot`.
* `[%bin_shape: t]`
* `[%bin_digest: t]`
* `[%bin_size: t]`
* `[%bin_write: t]`
* `[%bin_read: t]`
* `[%bin_writer: t]`
* `[%bin_reader: t]`
* `[%bin_type_class: t]`
## Old pre-v0.15 changelogs (very likely stale and incomplete)
## v0.11
Depend on ppxlib instead of (now deprecated) ppx\_core, ppx\_driver and
ppx\_type\_conv.
## 113.43.00
- use the new context-free API
## 113.24.01
- Fix the META. ppx\_bin\_prot was not previously treated as a
ppx\_deriving plugin, which was causing problems
## 113.24.00
- Minor changes, nothing worth mentionning.
|