Skip to content

Commit db29755

Browse files
committed
2.0.0
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 - Schema bundling See individual commits for more details. Closes: - #27 - #44 - #55 - #91 - #94 - #116 - #123 - #136
1 parent 24ac3bf commit db29755

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
json_schemer (1.0.3)
4+
json_schemer (2.0.0)
55
hana (~> 1.3)
66
regexp_parser (~> 2.0)
77
simpleidn (~> 0.2)

lib/json_schemer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module JSONSchemer
3-
VERSION = '1.0.3'
3+
VERSION = '2.0.0'
44
end

0 commit comments

Comments
 (0)