This release brings support for bs-platform@>=8.3.0
which added own [@deriving]
attribute so that it conflicts with bs-deriving
.
Breaking changes
deriving
attribute was renamed to ppx.deriving
in #9
Migration guide
Replace all usages of [@deriving ...]
with [@ppx.deriving ...]
Installation
Of note, the corresponding version of ppx-deriving
is not included, due to a recursively mutual dependency. These packages are, however, properly packaged on npm:
npm install --save bs-deriving@44.2.0
npm install --save-dev ppx-deriving@44.2.0
If you wish to acquire them via git, ensure you manually pull the matching version of my ppx-deriving
package! The submodule linkage recorded in the repository will be perpetually one release behind.