8000 Set version to 5.10.0 · tekcircuits/ArduinoJson@f76017a · GitHub
[go: up one dir, main page]

Skip to content

Commit f76017a

Browse files
committed
Set version to 5.10.0
1 parent cda05ae commit f76017a

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ArduinoJson: change log
22
=======================
33

4-
HEAD
5-
----
4+
v5.10.0
5+
-------
66

77
* Removed configurable number of decimal places (issues #288, #427 and #506)
88
* Changed exponentation thresholds to `1e7` and `1e-5` (issues #288, #427 and #506)
@@ -86,7 +86,6 @@ v5.8.0
8686

8787
### BREAKING CHANGES :warning:
8888

89-
9089
`JsonBuffer::parseObject()` and `JsonBuffer::parseArray()` have been pulled down to the derived classes `DynamicJsonBuffer` and `StaticJsonBufferBase`.
9190

9291
This means that if you have code like:
@@ -103,6 +102,7 @@ void myFunction(StaticJsonBufferBase& jsonBuffer);
103102
template<typename TJsonBuffer> void myFunction(TJsonBuffer& jsonBuffer);
104103
```
105104

105+
106106
v5.7.3
107107
------
108108

@@ -136,7 +136,6 @@ v5.7.0
136136

137137
### BREAKING CHANGES :warning:
138138

139-
140139
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.
141140

142141
Old code:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 5.9.0.{build}
1+
version: 5.10.0.{build}
22
environment:
33
matrix:
44
- CMAKE_GENERATOR: Visual Studio 14 2015

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "https://github.com/bblanchon/ArduinoJson.git"
88
},
9-
"version": "5.9.0",
9+
"version": "5.10.0",
1010
"authors": {
1111
"name": "Benoit Blanchon",
1212
"url": "https://blog.benoitblanchon.fr"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoJson
2-
version=5.9.0
2+
version=5.10.0
33
author=Benoit Blanchon <blog.benoitblanchon.fr>
44
maintainer=Benoit Blanchon <blog.benoitblanchon.fr>
55
sentence=An efficient and elegant JSON library for Arduino.

0 commit comments

Comments
 (0)
0