Skip to content

Commit d66a560

Browse files
committed
Minor formatting fix to the README.
1 parent e9501e9 commit d66a560

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ If `**/data` is a scalar, `**/names` should have length 1.
7070

7171
<details>
7272
<summary>Changes from previous versions</summary>
73+
7374
In version 1.0, it was possible to have `uzuki_type` set to `"date"` or `"date-time"`.
7475
This is the same as `uzuki_type` of `"string"` with `**/format` set to `"date"` or `"date-time"`.
7576
</details>
@@ -86,6 +87,7 @@ which distinguishes it from a non-missing "not-a-number" value.
8687

8788
<details>
8889
<summary>Changes from previous versions</summary>
90+
8991
In version 1.0, integer or boolean values of -2147483648 were treated as missing.
9092

9193
In version 1.0, missing floats were represented by [R's NA representation](https://github.com/wch/r-source/blob/869e0f734dc4971c420cf417f5e0d18c0974a5af/src/main/arithmetic.c#L90-L98).
@@ -113,6 +115,7 @@ This should be interpreted as a boolean where a non-zero value specifies that we
113115

114116
<details>
115117
<summary>Changes from previous versions</summary>
118+
116119
In version 1.0, it was possible to have `uzuki_type` set to `"ordered"`.
117120
This is the same as `uzuki_type` of `"factor"` with the `**/ordered` dataset set to a truthy value.
118121
</details>
@@ -185,6 +188,7 @@ While R makes no distinction between scalars and length-1 vectors, this may be u
185188

186189
<details>
187190
<summary>Changes from previous versions</summary>
191+
188192
In version 1.0, it was possible to have `type` set to `"date"` or `"date-time"`.
189193
This is the same as `"type": "string"` with `format` set to `"date"` or `"date-time"`.
190194

@@ -207,6 +211,7 @@ A factor is represented as a JSON object with the following properties:
207211

208212
<details>
209213
<summary>Changes from previous versions</summary>
214+
210215
In version 1.0, it was possible to have `"type": "ordered"`.
211216
This is the same as `"type": "factor"` with `"ordered": true`.
212217

0 commit comments

Comments
 (0)