We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa435c5 commit dfaa22eCopy full SHA for dfaa22e
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.10.1
2
+
3
+- Fix values of false being converted to nil -
4
+ https://github.com/kevindew/openapi3_parser/issues/28
5
6
# 0.10.0
7
8
- Support JSON pointer tokens of ~0 and ~1, thanks @kuboon
lib/openapi3_parser/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Openapi3Parser
- VERSION = "0.10.0"
+ VERSION = "0.10.1"
end
0 commit comments