|
Ran
|
Files
15
|
Run time
0s
|
Badge
README BADGES
|
push
github
chore: update version for release (#210) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated. # Releases ## @toomuchdesign/json-schema-fns@1.0.0 ### Major Changes - [#209](https://github.com/toomuchdesign/json-schema-fns/pull/209) [`1ebe268`](https://github.com/toomuchdesign/json-schema-fns/commit/1ebe2684e) Thanks [@toomuchdesign](https://github.com/toomuchdesign)! - Release 1.0.0 — stability contract. The public API in `src/index.ts` now follows semver: breaking changes require a major bump. Output schemas are guaranteed valid under JSON Schema Draft-07 (verified with ajv on every fixture) and round-trip through `json-schema-to-ts`. The `pipe*` API is no longer labelled experimental. Scope decisions are documented in `docs/scope.md`. ### Minor Changes - [#204](https://github.com/toomuchdesign/json-schema-fns/pull/204) [`7058be1`](https://github.com/toomuchdesign/json-schema-fns/commit/7058be1cc) Thanks [@toomuchdesign](https://github.com/toomuchdesign)! - Add `omitPropsDeep` and `pipeOmitPropsDeep` — deep variants of `omitProps` that accept dot-notation paths and drop nested `properties` (and matching `required` entries) at every level. Mirrors `pickPropsDeep`: bare keys drop the whole sub-schema, dotted paths drill in, and bare-key drops win over sub-path drills when both target the same key. - [#206](https://github.com/toomuchdesign/json-schema-fns/pull/206) [`a3ead21`](https://github.com/toomuchdesign/json-schema-fns/commit/a3ead2172) Thanks [@toomuchdesign](https://github.com/toomuchdesign)! - Add `renamePropsDeep` and `pipeRenamePropsDeep` — rename specific nested prope... (continued)
114 of 114 branches covered (100.0%)
Branch coverage included in aggregate %.
141 of 141 relevant lines covered (100.0%)
4475.22 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|