Skip to content

Releases: p1c2u/jsonschema-path

0.4.0b1

07 Jun 20:52
Compare
Choose a tag to compare
0.4.0b1 Pre-release
Pre-release

Fixes

0.4.0a1

07 Jun 12:53
Compare
Choose a tag to compare
0.4.0a1 Pre-release
Pre-release

Upgrades

  • Python 3.8 support dropped #171
  • Python 3.13 support #173
  • Upgrade pathable #176

Fixes

  • Schema mapping key invariance fix #172

Backward incompatibilities

SchemaAccessor.open removed
SchemaAccessor.read added

0.3.4

24 Jan 14:32
Compare
Choose a tag to compare

Upgrades

  • Bump referencing from 0.35.0 to 0.36.0 #160

0.3.3

25 Jun 12:23
Compare
Choose a tag to compare

Upgrades

  • Relax dependency constraint to support referencing 0.35 #138

0.3.2

15 Nov 07:56
Compare
Choose a tag to compare

Bug fixes

  • Manifest py.typed fix #93
  • Use contents method #94
  • Bump referencing version limit to 0.31 #92

0.3.1

13 Oct 09:49
Compare
Choose a tag to compare

Features

  • SchemaPath contents method added #79

0.3.0

12 Oct 17:50
Compare
Choose a tag to compare

This version changes project and package name from jsonschema-spec to jsonschema-path.

Features

  • exists and as_uri path methods added #72
  • Python 3.12 support #43
  • Allow set verify to requests handler #74
  • Remove deprecated Spec #76
  • Project rename #75

0.2.4

16 Aug 17:46
Compare
Choose a tag to compare

Bug fixes

  • Accessor store resolved references fix #58

0.2.3

08 Jul 15:48
Compare
Choose a tag to compare

Bug fixes

  • FilePathReader read relative path fix #39

0.2.2

15 Jun 07:44
Compare
Choose a tag to compare

Features

  • Add resolve context method for SchemaPath #31