You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
ArduinoJson: change log
2
2
=======================
3
3
4
-
HEAD
5
-
----
4
+
v5.10.0
5
+
-------
6
6
7
7
* Removed configurable number of decimal places (issues #288, #427 and #506)
8
8
* Changed exponentation thresholds to `1e7` and `1e-5` (issues #288, #427 and #506)
@@ -86,7 +86,6 @@ v5.8.0
86
86
87
87
### BREAKING CHANGES :warning:
88
88
89
-
8000
span>
90
89
`JsonBuffer::parseObject()` and `JsonBuffer::parseArray()` have been pulled down to the derived classes `DynamicJsonBuffer` and `StaticJsonBufferBase`.
The non-template functions `JsonObject::get()` and `JsonArray.get()` have been removed. This means that you need to explicitely tell the type you expect in return.
0 commit comments