Skip to content

Releases: slackhq/hack-json-schema

Support uniqueItems with hackEnum

21 Mar 17:20
f7d9b72

Choose a tag to compare

  • Hackfmt everything
  • Support uniqueItems when items contains a hackEnum constraint

Bugfix last release

14 Mar 16:07
41bc8e5

Choose a tag to compare

Bugfix for 4.102.3: #59

Add hackEnum extension

11 Mar 23:31
79622b6

Choose a tag to compare

Adds support for a custom hackEnum extension to the string and number schemas, which allows specifying the path to a Hack enumeration which will be used to validate and ultimately type the input.

Add support to discard additional arguments

14 Oct 18:02
1d3626d

Choose a tag to compare

  • #52 A new discard_additional_properties validator config was added to discard additional properties instead of failing hard.

Support minItems and maxItems properties

12 Oct 23:07
db731bd

Choose a tag to compare

v4.102.1

Merge pull request #53 from betsyalegria/alegria-support-minPropertie…

Support HHVM 4.102, use new function reference syntax

23 Aug 17:02
263c625

Choose a tag to compare

Support HHVM 4.80

29 Jul 22:03
d5f9f52

Choose a tag to compare

Updates for is_array and TypeAssert

Don't fail if uniqueItems isn't an arraykey

06 May 18:09
3ca8237

Choose a tag to compare

Merge pull request #45 from ianhoffman/ih-uniqueItems-2

Skip unsupported uniqueItems constraints

Output keyset for uniqueItems

03 May 22:16
6b51873

Choose a tag to compare

Small release for: #42

Support better defaults

22 Oct 18:13
4bfe8b9

Choose a tag to compare

Small release to support better defaults: #41