• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

toomuchdesign / json-schema-fns
100%

Build:
DEFAULT BRANCH: master
Repo Added 06 Sep 2025 10:21AM UTC
Token 0BB6QOhFHKgCFVto6YxkMlsV1L0rzATNh regen
Build 313 Last
Files 12
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: master
CHANGE BRANCH
x
Reset
Sync Branches
  • master
  • 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/checkout-6
  • dependabot/github_actions/actions/setup-node-6
  • dependabot/github_actions/changesets/action-1.5.3
  • dependabot/github_actions/upload-download-artifact-3249c11fdc
  • dependabot/npm_and_yarn/changesets/changelog-github-0.5.2
  • dependabot/npm_and_yarn/changesets/cli-2.29.7
  • dependabot/npm_and_yarn/changesets/cli-2.29.8
  • dependabot/npm_and_yarn/effect-3.19.0
  • dependabot/npm_and_yarn/effect-3.19.2
  • dependabot/npm_and_yarn/effect-3.19.3
  • dependabot/npm_and_yarn/effect-3.19.4
  • dependabot/npm_and_yarn/effect-3.19.5
  • dependabot/npm_and_yarn/effect-3.19.6
  • dependabot/npm_and_yarn/effect-3.19.7
  • dependabot/npm_and_yarn/effect-3.19.8
  • dependabot/npm_and_yarn/js-yaml-3.14.2
  • dependabot/npm_and_yarn/npm_and_yarn-f5c1666f0c
  • dependabot/npm_and_yarn/npm_and_yarn-fd296dbd23
  • dependabot/npm_and_yarn/prettier-3.7.1
  • dependabot/npm_and_yarn/prettier-3.7.2
  • dependabot/npm_and_yarn/prettier-3.7.3
  • dependabot/npm_and_yarn/prettier-3.7.4
  • dependabot/npm_and_yarn/rimraf-6.1.0
  • dependabot/npm_and_yarn/rimraf-6.1.2
  • dependabot/npm_and_yarn/trivago/prettier-plugin-sort-imports-6.0.0
  • dependabot/npm_and_yarn/tsconfig/node20-20.1.7
  • 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/type-fest-5.2.0
  • dependabot/npm_and_yarn/typescript-5.9.3
  • dependabot/npm_and_yarn/vitest-05d30e5828
  • dependabot/npm_and_yarn/vitest-06bfccd5bf
  • dependabot/npm_and_yarn/vitest-0717ef0daf
  • dependabot/npm_and_yarn/vitest-216dd8ed10
  • dependabot/npm_and_yarn/vitest-23a055626e
  • dependabot/npm_and_yarn/vitest-3126a275fa
  • dependabot/npm_and_yarn/vitest-3c4de5ec43
  • dependabot/npm_and_yarn/vitest-80476ad827
  • dependabot/npm_and_yarn/vitest-94f2ba6da4
  • dependabot/npm_and_yarn/vitest-9dd8b6023b
  • dependabot/npm_and_yarn/vitest-a54065c82f
  • dependabot/npm_and_yarn/vitest-b0d3ba218c
  • dependabot/npm_and_yarn/vitest-ed98d2db7a
  • enforce-required-prop
  • extend-tests
  • fix-sealSchemaDeep-array-types
  • fix-types-structure
  • improve-tests
  • initial-commit
  • internal-refactor
  • less-release-permissions
  • minor-types-refactors-II
  • new-functions
  • oneOf-anyOf
  • openObjectDeep
  • pin-changesets-action
  • refactor-api
  • release-action
  • remove-type-fest
  • remove-unnecessary-generic-invocation-from-deep-utils
  • requireObjectProperties
  • requireProps-with-keys-II
  • seal-with-unevalutatedProperties
  • stricter-json-type
  • test-pr
  • toomuchdesign-patch-1
  • toomuchdesign-patch-2
  • type-perf-improvements
  • type-refactor
  • unnecessary-readonly
  • unsealSchemaDeep-unevaluatedProperties
  • update-readme

01 Dec 2025 09:02AM UTC coverage: 100.0%. Remained the same
19817008569

push

github

web-flow
chore: disable npm script execution (#123)

## What kind of change does this PR introduce?

Bug fix, feature, docs update, ...

## What is the current behaviour?

You can also link to an open issue here.

## What is the new behaviour?

...

## Does this PR introduce a breaking change?

What changes might users need to make in their application due to this
PR?

## Other information:

## Please check if the PR fulfills these requirements:

- [ ] Tests for the changes have been added
- [ ] Docs have been added / updated
- [ ] Relevant
[Changeset](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md)
has been added

71 of 71 branches covered (100.0%)

Branch coverage included in aggregate %.

79 of 79 relevant lines covered (100.0%)

1146.39 hits per line

Relevant lines Covered
Build:
Build:
79 RELEVANT LINES 79 COVERED LINES
1146.39 HITS PER LINE
Source Files on master
  • Tree
  • List 12
  • 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
19817008569 master chore: disable npm script execution (#123) ## What kind of change does this PR introduce? Bug fix, feature, docs update, ... ## What is the current behaviour? You can also link to an open issue here. ## What is the new behaviour? ... ## Doe... push 01 Dec 2025 09:02AM UTC web-flow github
100.0
19741870065 master chore: add cooldown to Dependabot configuration (#121) Added cooldown configuration for npm and GitHub Actions. ## What kind of change does this PR introduce? Bug fix, feature, docs update, ... ## What is the current behaviour? You can also l... push 27 Nov 2025 03:56PM UTC web-flow github
100.0
19741682873 master chore: remove versioning scripts from package.json (#122) Removed versioning scripts from package.json. ## What kind of change does this PR introduce? Bug fix, feature, docs update, ... ## What is the current behaviour? You can also link to a... push 27 Nov 2025 03:48PM UTC web-flow github
100.0
19249147563 master feat: remove type-fest dependency (#102) ## What kind of change does this PR introduce? Feature ## What is the new behaviour? Remove `type-fest` dependency ## Does this PR introduce a breaking change? No ## Other information: ## Please che... push 10 Nov 2025 11:13PM UTC web-flow github
100.0
19229984829 master chore: update version for release (#100) 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 automatic... push 10 Nov 2025 11:25AM UTC web-flow github
100.0
19212191757 master test: extend sealSchemaDeep/unsealSchemaDeep tests (#93) ## What kind of change does this PR introduce? Bug fix, feature, docs update, ... ## What is the current behaviour? You can also link to an open issue here. ## What is the new behaviour... push 09 Nov 2025 05:48PM UTC web-flow github
100.0
19100199603 master chore(deps-dev): bump @trivago/prettier-plugin-sort-imports from 5.2.2 to 6.0.0 (#96) Bumps [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports) from 5.2.2 to 6.0.0. <details> <summary>Release notes</su... push 05 Nov 2025 11:17AM UTC web-flow github
100.0
19032190270 master feat: unsealSchemaDeep removes unevaluatedProperties prop (#92) ## What kind of change does this PR introduce? Feature ## What is the current behaviour? `unsealSchemaDeep` removes only `additionalProperties` keyword ## What is the new behavi... push 03 Nov 2025 10:59AM UTC web-flow github
100.0
19019206808 master test: extend tests (#91) ## What kind of change does this PR introduce? Bug fix, feature, docs update, ... ## What is the current behaviour? You can also link to an open issue here. ## What is the new behaviour? ... ## Does this PR introduc... push 02 Nov 2025 10:40PM UTC web-flow github
100.0
19018724422 master fix: improve JSON schema combinator handling (#89) ## What kind of change does this PR introduce? Fix ## What is the current behaviour? Object combinator-like props (`not`) in the schema, always being handled as actual json schema combinators ... push 02 Nov 2025 10:00PM UTC web-flow github
100.0
See All Builds (313)

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