We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ed842 commit 7e3ff40Copy full SHA for 7e3ff40
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Unreleased
2
3
+## 2.2.6 (2025-04-07)
4
+* support validator options and allow_empty_date_and_datetime for response validate options #183
5
+
6
## 2.2.5 (2025-04-05)
7
* add allow_empty_date_and_datetime option for more lenient format parsing #182
8
lib/openapi_parser/version.rb
@@ -1,3 +1,3 @@
module OpenAPIParser
- VERSION = '2.2.5'.freeze
+ VERSION = '2.2.6'.freeze
end
0 commit comments