Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
Features:

- Draft 2020-12 support
- Draft 2019-09 support
- Output formats
- Annotations
- OpenAPI 3.1 schema support
- OpenAPI 3.0 schema support
- `insert_property_defaults` in conditional subschemas
- Error messages
- Non-string schema and data keys

See individual commits for more details.

Closes:

- #27
- #44
- #55
- #91
- #94
- #116
- #123
  • Loading branch information
davishmcclurg committed Aug 1, 2023
1 parent 0d91521 commit 42b50b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
json_schemer (1.0.3)
json_schemer (2.0.0)
hana (~> 1.3)
regexp_parser (~> 2.0)
simpleidn (~> 0.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/json_schemer/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module JSONSchemer
VERSION = '1.0.3'
VERSION = '2.0.0'
end

0 comments on commit 42b50b0

Please sign in to comment.