Schema Inspector Versions Save

Schema-Inspector is a simple JavaScript object sanitization and validation module.

v2.1.0

7 months ago

v2.0.3

11 months ago

v2.0.2

1 year ago

What's Changed

Full Changelog: https://github.com/schema-inspector/schema-inspector/compare/v2.0.1...v2.0.2

v2.0.1

1 year ago

What's Changed

Full Changelog: https://github.com/schema-inspector/schema-inspector/compare/2.0.0...v2.0.1

2.0.0

3 years ago

To fix a security vulnerability (CVE-2021-21267) in the 1.x.x email Regex expression used, a new Regex expression was used which may be less flexible than the expression used in 1.x.x. Therefore, version 2.0.0 was released with this new expression. It's highly-recommended to upgrade to this new version after testing it.

If you need the old, insecure behavior, use version 1.x.x or use the custom validation function feature for your field and perform email address validation any way you like.

1.7.0

3 years ago

v1.6.10

3 years ago
  • fix #77: change version of async dep to ~2.6.3 for IE compatibility (PR #80 by @mattwelke)

v1.6.8

7 years ago

Fix

  • Fix reason unkown to unknown (issue #55 )

v1.6.7

7 years ago

Feature

  • Add .reason field in the error result (see #54)