Skip to content

Commit ed2ea5e

Browse files
committed
[union] Credit schema union issue
1 parent 9259bc4 commit ed2ea5e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

site/guides/20_releases.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ supported primitive enum and literal constraints in the schemas they produce.
3838
## Native Schema Type Unions
3939

4040
CellSchema and ValueSchema can now accept a non-empty array in the `type`
41-
property to list one or more allowed broad types:
41+
property to list one or more allowed broad types (as requested in issue
42+
[#223](https://github.com/tinyplex/tinybase/issues/223)):
4243

4344
```js
4445
const unionStore = createStore().setValuesSchema({

0 commit comments

Comments
 (0)