Skip to content

Tags: json-schema-tools/validator

Tags

1.4.0

Toggle 1.4.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore(release): 1.4.0 [skip ci]

# [1.4.0](1.3.0...1.4.0) (2022-10-05)

### Features

* add array validation ([b7feb21](b7feb21))

1.3.0

Toggle 1.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore(release): 1.3.0 [skip ci]

# [1.3.0](1.2.0...1.3.0) (2022-10-05)

### Bug Fixes

* bad typedoc config ([11d14d9](11d14d9))
* update readme and fixup name on typedoc ([66b5f48](66b5f48))
* use new circle node images ([b3a1065](b3a1065))

### Features

* nesting ([317af71](317af71))

1.2.0

Toggle 1.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore(release): 1.2.0 [skip ci]

# [1.2.0](1.1.1...1.2.0) (2020-08-13)

### Bug Fixes

* comment out tests that dont have impl yet ([b4e936c](b4e936c))

### Features

* add object validation functionality without subschema checking ([aad19e8](aad19e8))

1.1.1

Toggle 1.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore(release): 1.1.1 [skip ci]

## [1.1.1](1.1.0...1.1.1) (2020-08-12)

### Bug Fixes

* add float support ([4a7c1c4](4a7c1c4)), closes [#5](#5)

1.1.0

Toggle 1.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore(release): 1.1.0 [skip ci]

# [1.1.0](1.0.0...1.1.0) (2020-08-11)

### Features

* add integer validation ([4666b8f](4666b8f)), closes [#1](#1)

1.0.0

Toggle 1.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore(release): 1.0.0 [skip ci]

# 1.0.0 (2020-08-11)

### Bug Fixes

* make tests pass ([de79186](de79186))
* update readme a little ([985ce5b](985ce5b))

### Features

* first commit ([69fbd59](69fbd59))
* get things layed out a little bit ([7811c14](7811c14))
* implement v1 of string support ([ee1c229](ee1c229))