Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benoît Blanchon
ArduinoJson
Commits
7e707450
Commit
7e707450
authored
8 years ago
by
Benoit Blanchon
Browse files
Options
Download
Email Patches
Plain Diff
Set version to 5.8.0
parent
aa306d55
6.x
5.x
6.20.x
incremental-deserializer
v6.21.0
v6.20.1
v6.20.0
v6.19.4
v6.19.3
v6.19.2
v6.19.1
v6.19.0
v6.18.5
v6.18.4
v6.18.3
v6.18.2
v6.18.1
v6.18.0
v6.17.3
v6.17.2
v6.17.1
v6.17.0
v6.16.1
v6.16.0
v6.15.2
v6.15.1
v6.15.0
v6.14.1
v6.14.0
v6.13.0
v6.12.0
v6.11.5
v6.11.4
v6.11.3
v6.11.2
v6.11.1
v6.11.0
v6.10.1
v6.10.0
v6.9.1
v6.9.0
v6.8.0-beta
v6.7.0-beta
v6.6.0-beta
v6.5.0-beta
v6.4.0-beta
v6.3.0-beta
v6.2.3-beta
v6.2.2-beta
v6.2.1-beta
v6.2.0-beta
v6.1.0-beta
v6.0.1-beta
v6.0.0-beta
v5.13.5
v5.13.4
v5.13.3
v5.13.2
v5.13.1
v5.13.0
v5.12.0
v5.11.2
v5.11.1
v5.11.0
v5.10.1
v5.10.0
v5.9.0
v5.8.4
v5.8.3
v5.8.2
v5.8.1
v5.8.0
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+2
-2
CHANGELOG.md
appveyor.yml
+1
-1
appveyor.yml
library.json
+1
-1
library.json
library.properties
+1
-1
library.properties
with
5 additions
and
5 deletions
+5
-5
CHANGELOG.md
+
2
-
2
View file @
7e707450
ArduinoJson: change log
=======================
HEAD
----
v5.8.0
----
--
*
Added operator
`==`
to compare
`JsonVariant`
and strings (issue #402)
*
Added support for
`Stream`
(issue #300)
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
+
1
-
1
View file @
7e707450
version
:
5.
7.3
.{build}
version
:
5.
8.0
.{build}
environment
:
matrix
:
-
CMAKE_GENERATOR
:
Visual Studio 14
2015
...
...
This diff is collapsed.
Click to expand it.
library.json
+
1
-
1
View file @
7e707450
...
...
@@ -6,7 +6,7 @@
"type"
:
"git"
,
"url"
:
"https://github.com/bblanchon/ArduinoJson.git"
},
"version"
:
"5.
7.3
"
,
"version"
:
"5.
8.0
"
,
"authors"
:
{
"name"
:
"Benoit Blanchon"
,
"url"
:
"http://blog.benoitblanchon.fr"
...
...
This diff is collapsed.
Click to expand it.
library.properties
+
1
-
1
View file @
7e707450
name
=
ArduinoJson
version
=
5.
7.3
version
=
5.
8.0
author
=
Benoit Blanchon <blog.benoitblanchon.fr>
maintainer
=
Benoit Blanchon <blog.benoitblanchon.fr>
sentence
=
An efficient and elegant JSON library for Arduino.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment