@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 CHANGED
@@ -1,6 +1,12 @@
1
1
  # CHANGELOG
2
2
 
3
- ## 0.2.4 (unreleased)
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 | >= v0.2.3 |
134
- | v11 | >= v0.2.1-rc.1 |
135
- | v10 | ~<= v0.1.15 |
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@greenlabs/ppx-spice",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "ReScript PPX which generate JSON (de)serializer",
5
5
  "license": "MIT",
6
6
  "author": "Greenlabs Dev <developer@greenlabs.co.kr>",
package/ppx-linux.exe CHANGED
Binary file
package/ppx-osx.exe CHANGED
Binary file
package/ppx-windows.exe CHANGED
Binary file