File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
ArduinoJson: change log
2
2
=======================
3
3
4
- HEAD
5
- ----
4
+ v5.2.0
5
+ ------
6
6
7
7
* Added ` JsonVariant::as<char*>() ` as a synonym for ` JsonVariant::as<const char*>() ` (issue #257 )
8
8
* Added example ` JsonHttpClient ` (issue #256 )
Original file line number Diff line number Diff line change 1
- version : 5.1.1 .{build}
1
+ version : 5.2.0 .{build}
2
2
environment :
3
3
matrix :
4
4
- CMAKE_GENERATOR : Visual Studio 14 2015
@@ -13,4 +13,4 @@ before_build:
13
13
build_script :
14
14
- cmake --build . --config %CONFIGURATION%
15
15
test_script :
16
- - ctest -V .
16
+ - ctest -V .
Original file line number Diff line number Diff line change 6
6
"type" : " git" ,
7
7
"url" : " https://github.com/bblanchon/ArduinoJson.git"
8
8
},
9
- "version" : " 5.1.1 " ,
9
+ "version" : " 5.2.0 " ,
10
10
"authors" : {
11
11
"name" : " Benoit Blanchon" ,
12
12
"url" : " http://blog.benoitblanchon.fr"
Original file line number Diff line number Diff line change 1
1
name =ArduinoJson
2
- version =5.1.1
2
+ version =5.2.0
3
3
author =Benoit Blanchon <blog.benoitblanchon.fr>
4
4
maintainer =Benoit Blanchon <blog.benoitblanchon.fr>
5
5
sentence =An efficient and elegant JSON library for Arduino.
You can’t perform that action at this time.
0 commit comments