forked from bblanchon/ArduinoJson
Set version to 5.8.4
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
ArduinoJson: change log
|
ArduinoJson: change log
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
HEAD
|
v5.8.4
|
||||||
----
|
------
|
||||||
|
|
||||||
* Added custom implementation of `strtod()` (issue #453)
|
* Added custom implementation of `strtod()` (issue #453)
|
||||||
* Added custom implementation of `strtol()` (issue #465)
|
* Added custom implementation of `strtol()` (issue #465)
|
||||||
|
@ -36,8 +36,6 @@ Works on
|
|||||||
* RedBearLab boards (BLE Nano...)
|
* RedBearLab boards (BLE Nano...)
|
||||||
* Computers (Windows, Linux, OSX...)
|
* Computers (Windows, Linux, OSX...)
|
||||||
|
|
||||||
See [FAQ: Compatibility issues](https://bblanchon.github.io/ArduinoJson/faq/compilation-fails-device-crashes-nothing-on-serial-console)
|
|
||||||
|
|
||||||
Quick start
|
Quick start
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: 5.8.3.{build}
|
version: 5.8.4.{build}
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- CMAKE_GENERATOR: Visual Studio 14 2015
|
- CMAKE_GENERATOR: Visual Studio 14 2015
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/bblanchon/ArduinoJson.git"
|
"url": "https://github.com/bblanchon/ArduinoJson.git"
|
||||||
},
|
},
|
||||||
"version": "5.8.3",
|
"version": "5.8.4",
|
||||||
"authors": {
|
"authors": {
|
||||||
"name": "Benoit Blanchon",
|
"name": "Benoit Blanchon",
|
||||||
"url": "https://blog.benoitblanchon.fr"
|
"url": "https://blog.benoitblanchon.fr"
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
name=ArduinoJson
|
name=ArduinoJson
|
||||||
version=5.8.3
|
version=5.8.4
|
||||||
author=Benoit Blanchon <blog.benoitblanchon.fr>
|
author=Benoit Blanchon <blog.benoitblanchon.fr>
|
||||||
maintainer=Benoit Blanchon <blog.benoitblanchon.fr>
|
maintainer=Benoit Blanchon <blog.benoitblanchon.fr>
|
||||||
sentence=An efficient and elegant JSON library for Arduino.
|
sentence=An efficient and elegant JSON library for Arduino.
|
||||||
paragraph=Like this project? Please star it on GitHub!
|
paragraph=Like this project? Please star it on GitHub!
|
||||||
category=Data Processing
|
category=Data Processing
|
||||||
url=https://github.com/bblanchon/ArduinoJson
|
url=https://bblanchon.github.io/ArduinoJson/
|
||||||
architectures=*
|
architectures=*
|
||||||
|
Reference in New Issue
Block a user