@greenlabs/ppx-spice 0.2.3 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -1
- package/README.md +5 -5
- package/package.json +1 -1
- package/ppx-linux.exe +0 -0
- package/ppx-osx.exe +0 -0
- package/ppx-windows.exe +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
-
## 0.2.
|
|
3
|
+
## 0.2.5
|
|
4
|
+
|
|
5
|
+
- Flat JSON decoders are now generated for records, with correct handling of optional and option fields. https://github.com/green-labs/ppx_spice/pull/88
|
|
6
|
+
|
|
7
|
+
## 0.2.4
|
|
8
|
+
|
|
9
|
+
- Fix critical performance issues for records with a large number of fields. https://github.com/green-labs/ppx_spice/pull/87
|
|
4
10
|
|
|
5
11
|
## 0.2.3
|
|
6
12
|
|
package/README.md
CHANGED
|
@@ -128,11 +128,11 @@ Read our [Guide with examples](docs/GUIDE.md)
|
|
|
128
128
|
|
|
129
129
|
### Compatibility on the compiler versions
|
|
130
130
|
|
|
131
|
-
| Compiler | Ppx_spice
|
|
132
|
-
| -------- |
|
|
133
|
-
| v12 |
|
|
134
|
-
| v11 | >= v0.2.
|
|
135
|
-
| v10 |
|
|
131
|
+
| Compiler | Ppx_spice |
|
|
132
|
+
| -------- | ---------------------------- |
|
|
133
|
+
| v12 | v0.2.3 >= |
|
|
134
|
+
| v11 | v0.2.2 >= && > v0.2.0 |
|
|
135
|
+
| v10 | v0.2.0 >= |
|
|
136
136
|
|
|
137
137
|
```sh
|
|
138
138
|
yarn add -D @greenlabs/ppx-spice
|
package/package.json
CHANGED
package/ppx-linux.exe
CHANGED
|
Binary file
|
package/ppx-osx.exe
CHANGED
|
Binary file
|
package/ppx-windows.exe
CHANGED
|
Binary file
|