per1234
3b7fe2bb1b
Use semver compliant versions in library.properties
...
The leading zero is non-semver compliant and causes the Arduino IDE to display the warning:
Invalid version found: ...
Fixes https://github.com/RobTillaart/Arduino/issues/70
2017-07-13 11:46:18 -07:00
RobTillaart
8a94bc3acc
initial versions of library.properties
2016-12-18 11:02:20 +01:00
RobTillaart
018a4872a6
update library.json files
2016-12-18 10:48:17 +01:00
RobTillaart
45d8bff06a
added library.json files
2016-12-17 20:53:18 +01:00
rob tillaart
d95660eecf
+ 0.1.06
...
+ added functions to manipulate layout more low level
+ added XMLWriterDemo01 to show these functions
+ added sample output (as comparison)
+ fixed small error
+ removed XMLWRITER_EXTENDED #ifdef
2016-04-27 14:14:37 +02:00
rob tillaart
8d3bf7b6e0
+ updated KMLWriterTest sketch
2015-05-23 19:45:59 +02:00
rob tillaart
acb65aea4d
+ 0.1.05
...
+ added XMLWRITER_MAXTAGSIZE 15
2015-05-23 19:26:38 +02:00
rob tillaart
3c3cd5259e
+ 0.1.04
...
+ moved fixed strings to ProgMem F() to reduce RAM usage
+ added KML example
2015-05-23 10:24:59 +02:00
rob tillaart
740d030b1b
fix merge
2015-03-08 00:20:53 +01:00
rob tillaart
87bf6e2cea
merge solved
2015-03-08 00:19:11 +01:00
rob tillaart
8413c62139
+ version 0.1.03
...
+ refactored for smaller footprint
+ added support for more datatypes
+ extended example eketch
2015-03-08 00:11:56 +01:00
rob tillaart
35b6713f81
+ version 0.1.03
...
+ refactored for smaller footprint
+ added support for more datatypes
+ extended example eketch
2015-03-08 00:04:31 +01:00
Rob Tillaart
6474ea52b1
+version 0.1.02
...
+ added setIndentSize()
+ corrected history
+ added escape() for special chars.
+ added comments/examples in .h file
+ added some #defines
2013-11-08 17:13:13 +01:00
Rob Tillaart
65f592b29d
+ version 0.1.01
...
+ complete rewritten to be more logical (still work in progress)
+ made some private methods public
+ made some methods conditional to keep footprint small
+ updated demo program to show various methods
2013-11-07 20:02:40 +01:00
Rob Tillaart
b6b7d7ec47
+ version 0.1.00
...
+ initial version to make simple XML output
2013-11-06 22:32:29 +01:00