|
1 | 1 | ## Unpublished
|
2 | 2 |
|
3 |
| -- PPX: Add runtime for `result` |
4 |
| - ([#13](https://github.com/melange-community/melange-json/pull/13)) |
5 |
| -- PPX: Add `yojson` as runtime dep for the native version |
6 |
| - ([#15](https://github.com/melange-community/melange-json/pull/15)) |
7 |
| -- PPX: Rename `[@json.as]` to `[@json.name]` |
8 |
| -- PPX: Drop special encoding for enumeration-like variants (variants with each |
| 3 | +- **[breaking]** PPX: Rename `[@json.as]` to `[@json.name]` |
| 4 | + ([#23](https://github.com/melange-community/melange-json/pull/23)) |
| 5 | +- **[breaking]** PPX: Drop special encoding for enumeration-like variants (variants with each |
9 | 6 | constructor having no arguments).
|
10 | 7 | ([#26](https://github.com/melange-community/melange-json/pull/26))
|
11 |
| -- PPX: change JSON representation of polyvariants, make it compatible with |
| 8 | +- **[breaking]** PPX: change JSON representation of polyvariants, make it compatible with |
12 | 9 | ppx_deriving_yojson and ppx_yojson_conv
|
13 | 10 | ([#27](https://github.com/melange-community/melange-json/pull/27))
|
14 |
| -- PPX: Consistent use of exceptions in runtime. |
| 11 | +- **[breaking]** PPX: Consistent use of exceptions in runtime. |
15 | 12 | ([#28](https://github.com/melange-community/melange-json/pull/28))
|
| 13 | +- PPX: Add runtime for `result` |
| 14 | + ([#13](https://github.com/melange-community/melange-json/pull/13)) |
| 15 | +- PPX: Add `yojson` as runtime dep for the native version |
| 16 | + ([#15](https://github.com/melange-community/melange-json/pull/15)) |
16 | 17 | - PPX: add `[@@json_string]` for deriving converters to/from JSON strings
|
17 | 18 | directly
|
18 | 19 | ([#30](https://github.com/melange-community/melange-json/pull/30))
|
|
0 commit comments