Skip to content

Releases: mnboos/jsonschema-default

1.8.1

12 Mar 16:57
473fd43

Choose a tag to compare

2025-03-12

Maintenance release

1.8.0

02 Mar 12:15

Choose a tag to compare

2025-03-02

  • Support for filling existing objects according to the specified schema
import jsonschema_default

obj = {}
default_obj = jsonschema_default.fill_from(schema="<schema>", target=obj)

1.7.0

28 Feb 20:06
c600879

Choose a tag to compare

  • Support Python 3.9

1.6.1

18 Feb 22:06

Choose a tag to compare

maintenance release

1.6.0

13 Jul 05:02

Choose a tag to compare

  • Rewrite the engine and fix several issues

1.5.0

31 Jan 10:06

Choose a tag to compare

  • support for 'anyOf' added

1.4.1

31 Jan 09:06

Choose a tag to compare

  • fix regression and assure code works as intended (see #9)

1.4.0

06 Jan 05:18

Choose a tag to compare

  • 'const' support added

1.3.1

16 Jun 06:44
d2bc44a

Choose a tag to compare

  • Fix: Properly catch cycles in refs

1.0.3

17 Jun 05:42

Choose a tag to compare

Change: version increased to 1.0.3