We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4fb79 commit a11acc1Copy full SHA for a11acc1
CHANGES.md
@@ -2,6 +2,8 @@
2
3
### Unreleased
4
5
+### 2026-03-06 (2.19.0)
6
+
7
* Fix `allow_blank` parsing option to no longer allow invalid types (e.g. `load([], allow_blank: true)` now raise a type error).
8
* Add `allow_invalid_escape` parsing option to ignore backslashes that aren't followed by one of the valid escape characters.
9
lib/json/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module JSON
- VERSION = '2.18.1'
+ VERSION = '2.19.0'
end
0 commit comments