Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

jest-schema-matcher

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-schema-matcher - npm Package Versions

ryparker
published 1.8.0 •

Changelog

Source

1.8.0 (2021-01-01)

Features

  • schema generation: generated schemas are now sorted to reduce unnecessary order changes (a1cb90b)
ryparker
published 1.7.14 •

Changelog

Source

1.7.14 (2020-12-23)

Bug Fixes

  • package.json, yarn.lcok: upgraded schematizesd and locked AJV to v6 (fad3c03)
ryparker
published 1.7.13 •

Changelog

Source

1.7.13 (2020-12-23)

Bug Fixes

  • package.json, ajv: updated deps and upgraded use of AJV to v7 (abb2894)
  • package.json, yarn.lock: upgraded deps (883ba89)
ryparker
published 1.7.12 •

Changelog

Source

1.7.12 (2020-11-20)

Bug Fixes

  • package.json: resolved to "mem": "^4.0", (4b11690)
ryparker
published 1.7.11 •

Changelog

Source

1.7.11 (2020-11-20)

Bug Fixes

  • package.json: upgraded deps and resolved yargs-parser (3c5d93d)
  • to-match-schema.ts: fixed XO linter errors (6e4b299)
ryparker
published 1.7.10 •

Changelog

Source

1.7.10 (2020-11-18)

Bug Fixes

  • package.json, to-match-schema.ts: upgraded deps, implemented node path parsing instead of regex (2f1dc60)
ryparker
published 1.7.9 •

Changelog

Source

1.7.9 (2020-08-27)

Bug Fixes

  • improved console logs: rejected value will no longer be wrapped in 2 sets of quotes (1f30068)
ryparker
published 1.7.8 •

Changelog

Source

1.7.8 (2020-08-27)

Bug Fixes

  • windows file paths: improved file path regex so that the mathcer supports windows and unix (3b02a00)
ryparker
published 1.7.7 •

Changelog

Source

1.7.7 (2020-08-27)

Bug Fixes

  • fixing regex replacement: .replace() does not mutate, so we need to assign the value (f95e533)
ryparker
published 1.7.6 •

Changelog

Source

1.7.6 (2020-08-27)

Bug Fixes

  • fix file path replacements for windows: replaced \ with / for windows users (7235550)