Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Conversion and validation utilities for Forman Schema.

## v2.0.1 (patch): inactive branches stay out of `schemas`

The fields nested under a boolean toggle that is `false` (or absent and filled to `false` by
`fillDefaults`) are no longer reported in `schemas` / `resolvedSchemas`. They were listed flat with
`required: true`, so a consumer persisting that list as the resolved form would later demand a field
the form never showed. Validation outcomes are unchanged. Also in this release: an RPC-backed option
list that cannot see a reference value now warns instead of failing (#66).

## v2.0.0 — validated values on every result

`validateForman` and `validateFormanWithDomains` now always return `normalizedValues` and
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@makehq/forman-schema",
"version": "2.0.0",
"version": "2.0.1",
"description": "Forman Schema Tools",
"license": "MIT",
"author": "Make",
Expand Down