• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Info updated!

toomuchdesign / json-schema-fns
100%

Build:
DEFAULT BRANCH: master
Repo Added 06 Sep 2025 10:21AM UTC
Token 0BB6QOhFHKgCFVto6YxkMlsV1L0rzATNh regen
Build 232 Last
Files 9
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • add-close-objects-deep
  • add-mergeObjectProperties
  • add-pickObjectProperties
  • automate-release
  • automate-release-II
  • automate-release-III
  • automate-release-IX
  • automate-release-V
  • automate-release-VI
  • automate-release-VII
  • automate-release-VIII
  • changeset-release/master
  • cleanup-tsconfig
  • composition
  • deep
  • deep-instantiation
  • dependabot/github_actions/actions/setup-node-6
  • dependabot/github_actions/changesets/action-1.5.3
  • dependabot/npm_and_yarn/changesets/cli-2.29.7
  • dependabot/npm_and_yarn/npm_and_yarn-f5c1666f0c
  • dependabot/npm_and_yarn/npm_and_yarn-fd296dbd23
  • dependabot/npm_and_yarn/type-fest-5.0.0
  • dependabot/npm_and_yarn/type-fest-5.0.1
  • dependabot/npm_and_yarn/type-fest-5.1.0
  • dependabot/npm_and_yarn/typescript-5.9.3
  • dependabot/npm_and_yarn/vitest-b0d3ba218c
  • enforce-required-prop
  • fix-types-structure
  • improve-tests
  • initial-commit
  • internal-refactor
  • less-release-permissions
  • master
  • minor-types-refactors-II
  • new-functions
  • openObjectDeep
  • pin-changesets-action
  • refactor-api
  • release-action
  • remove-unnecessary-generic-invocation-from-deep-utils
  • requireObjectProperties
  • requireProps-with-keys-II
  • test-pr
  • toomuchdesign-patch-1
  • type-perf-improvements
  • type-refactor
  • unnecessary-readonly
  • update-readme

23 Oct 2025 09:09PM UTC coverage: 100.0%. Remained the same
18762067578

push

github

web-flow
chore: update version for release (#80)

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@0.6.0

### Minor Changes

- [#76](https://github.com/toomuchdesign/json-schema-fns/pull/76)
[`9fd6d31`](https://github.com/toomuchdesign/json-schema-fns/commit/<a class=hub.com/toomuchdesign/json-schema-fns/commit/9fd6d318d85287eb9022dc115058e44010c2cc83">9fd6d318d<a href="https://github.com/toomuchdesign/json-schema-fns/commit/a98857abccc911203695fabfcda2f2cec5c123a9">)
Thanks [@toomuchdesign](https://github.com/toomuchdesign)! - Remove
unnecessary `Readonly` invocations

- [#78](https://github.com/toomuchdesign/json-schema-fns/pull/78)
[`6291bc5`](https://github.com/toomuchdesign/json-schema-fns/commit/<a class="double-link" href="https://github.com/toomuchdesign/json-schema-fns/commit/&lt;a class=&quot;double-link&quot; href=&quot;https://git">&lt;a class=</a>hub.com/toomuchdesign/json-schema-fns/commit/6291bc51dcfe5d84bd9c2baaf0e4e9d5022afd90">6291bc51d</a>)
Thanks [@toomuchdesign](https://github.com/toomuchdesign)! - Simplify
`sealSchemaDeep` output type

- [#78](https://github.com/toomuchdesign/json-schema-fns/pull/78)
[`6291bc5`](https://github.com/toomuchdesign/json-schema-fns/commit/6291bc51dcfe5d84bd9c2baaf0e4e9d5022afd90)
Thanks [@toomuchdesign](https://github.com/toomuchdesign)! - Remove
unnecessary `JSONSchemaObjectOutput` invoceations

- [#76](https://github.com/toomuchdesign/json-schema-fns/pull/76)
[`9fd6d31`](https://github.com/toomuchdesign/json-schema-fns/commit/9fd6d318d85287eb9022dc115058e44010c2cc83)
Thanks [@toomuchdesign](https://github.com/toomuchdesign)! - Remove
unnecessary `Simplify` invocations

### Patch Changes

-
[`c37c539`](https://github.com/toomuchdesign/json-schema-fns/commit/c37c539a1)
Thanks [@toomuchdesign](https://github.com/toomuchdesign)! - Fix type
output simplification

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

53 of 53 branches covered (100.0%)

Branch coverage included in aggregate %.

60 of 60 relevant lines covered (100.0%)

1083.0 hits per line

Relevant lines Covered
Build:
Build:
60 RELEVANT LINES 60 COVERED LINES
1083.0 HITS PER LINE
Source Files on master
  • Tree
  • List 9
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
18762067578 master chore: update version for release (#80) 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 automatica... push 23 Oct 2025 09:10PM UTC web-flow github
100.0
18749812029 changeset-release/master Merge 5b48c147d into 934cb5729 Pull #80 23 Oct 2025 01:22PM UTC web-flow github
100.0
18749797595 master docs: remove functional composition example (#79) ## What kind of change does this PR introduce? Docs update ## What is the new behaviour? Removed examples for Functional API and Pipeable API from README. ## Does this PR introduce a breaking ... push 23 Oct 2025 01:22PM UTC web-flow github
100.0
18749761796 toomuchdesign-patch-1 Merge 9e88d55fc into 6291bc51d Pull #79 23 Oct 2025 01:21PM UTC web-flow github
100.0
18745502638 master feat: types perf improvements (#78) ## What kind of change does this PR introduce? Feature ## What is the new behaviour? Reduce unnecessary generics invocations ## Does this PR introduce a breaking change? What changes might users need to ma... push 23 Oct 2025 10:32AM UTC web-flow github
100.0
18744943364 remove-unnecessary-generic-invocation-from-deep-utils Merge 8e04c3ea2 into 79684820d Pull #78 23 Oct 2025 10:10AM UTC web-flow github
100.0
18744730379 remove-unnecessary-generic-invocation-from-deep-utils Merge a7d158dc9 into 79684820d Pull #78 23 Oct 2025 10:01AM UTC web-flow github
100.0
18744575369 remove-unnecessary-generic-invocation-from-deep-utils Merge 21cb5828d into 79684820d Pull #78 23 Oct 2025 09:55AM UTC web-flow github
100.0
18744494058 remove-unnecessary-generic-invocation-from-deep-utils Merge 053b81393 into 79684820d Pull #78 23 Oct 2025 09:51AM UTC web-flow github
100.0
18743831141 remove-unnecessary-generic-invocation-from-deep-utils Merge 3be830efd into 79684820d Pull #78 23 Oct 2025 09:26AM UTC web-flow github
100.0
See All Builds (232)

Badge your Repo: json-schema-fns

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc