Skip to content

Releases: schema-inspector/schema-inspector

v2.1.0

01 Oct 19:03
743d16b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.1.0

v2.0.3

16 Jun 19:36
5a09a31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

21 Nov 00:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

11 Nov 18:37
b81c50c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...v2.0.1

v2.0.0

14 Mar 00:17
Compare
Choose a tag to compare

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.

v1.7.0

10 Jun 00:46
f4740bc
Compare
Choose a tag to compare
  • Adds support for v4 UUID strings (ex. a4c46b74-cf00-4cd0-9100-e121ce4b67de) using regex. See README for usage example. See #79 (PR by @ViniciusFXavier )

v1.6.10

01 Jun 20:30
Compare
Choose a tag to compare
  • fix #77: change version of async dep to ~2.6.3 for IE compatibility (PR #80 by @mattwelke)

v1.6.9

20 Jan 15:09
Compare
Choose a tag to compare
  • Upgrade dependencies
  • Fix #75 and #76

v1.6.8

11 Nov 15:46
Compare
Choose a tag to compare

Fix

  • Fix reason unkown to unknown (issue #55 )

v1.6.7

10 Nov 19:05
Compare
Choose a tag to compare

Feature

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