Skip to content

Releases: ELLIOTTCABLE/bs-deriving

v44.2.0: Version 44.2.0 of ppx_deriving packaged for BuckleScript.

13 Nov 13:06
b647be5
Compare
Choose a tag to compare

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.

v44.1.3: Version 44.1.3 of ppx_deriving packaged for BuckleScript.

20 Jun 09:04
1f8627a
Compare
Choose a tag to compare

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.1.3
npm install --save-dev ppx-deriving@44.1.3

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.

v44.1.2: Version 44.1.2 of ppx_deriving packaged for BuckleScript.

22 May 05:51
Compare
Choose a tag to compare
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.1.2
    npm install --save-dev ppx-deriving@44.1.2

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.

v44.1.1: Version 44.1.1 of ppx_deriving packaged for BuckleScript.

21 Jan 09:31
Compare
Choose a tag to compare
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.1.1
    npm install --save-dev ppx-deriving@44.1.1

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.

v44.1.0: Version 44.1.0 of ppx_deriving packaged for BuckleScript.

29 Oct 04:54
Compare
Choose a tag to compare
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.1.0
    npm install --save-dev ppx-deriving@44.1.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.

v44.0.0: Version 4.4 of ppx_deriving packaged for BuckleScript.

16 Sep 20:51
Compare
Choose a tag to compare
Version 44.0.0 of ppx_deriving packaged for BuckleScript.

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.0.0
    npm install --save-dev ppx-deriving@44.0.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.

v42.1.0: Version 42.1.0 of ppx_deriving packaged for BuckleScript.

26 May 19:40
Compare
Choose a tag to compare
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@42.1.0
    npm install --save-dev ppx-deriving@42.1.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.

v42.1.0-pre.1: Version 42.1.0-pre.1 of ppx_deriving packaged for BuckleScript.

18 May 02:34
Compare
Choose a tag to compare
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@42.1.0-pre.1
    npm install --save-dev ppx-deriving@42.1.0-pre.1

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.