Skip to content

Releases: p1c2u/jsonschema-path

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

0.2.1

12 Jun 17:38
Compare
Choose a tag to compare

Changelog

  • Bump referencing from 0.24.4 to 0.29.0 #25

0.2.0

11 Jun 22:24
Compare
Choose a tag to compare

Changelog

  • Python 3.7 support dropped #23
  • Remove jsonschema dependency in favor of referencing and jsonschema-specifications #12
  • SchemaPath.from_path factory method added

Deprecations

  • Spec class name is deprecated. Use SchemaPath instead.
  • spec_url parameter is deprecated. Use base_uri instead.
  • ref_resolver_handlers parameter is deprecated. Use handlers instead.

0.1.6

11 Jun 08:09
Compare
Choose a tag to compare

Changelog

  • lock typing-extensions just for python37 #22