| 
							
							
								 Benoit Blanchon | 987afff0e9 | Travis: added GCC 4.4, 4.5, 4.7, 4.8, 4.9, 5.2 and Clang 3.5, 3.6, 3.7 | 2016-02-17 10:15:40 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 564c62f3b3 | Set version to 5.1.0
						
						
						
						
						
						
							
 v5.1.0 | 2016-02-14 16:20:33 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 8733f95e51 | Added support of long long(issue #171)Moved all build settings to `ArduinoJson/Configuration.hpp`
Added AppVeyor settings in source tree | 2016-02-14 16:18:13 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | ce63e9c3c3 | Added comments in examples | 2016-02-01 13:31:07 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 77b7124cf1 | Set version to 5.0.8
						
						
						
						
						
						
							
 v5.0.8 | 2016-01-31 21:57:08 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 6a608d4b49 | Fixed JsonVariant::is<bool>()that was incorrectly returning false (issue #214) | 2016-01-31 21:56:04 +01:00 |  | 
			
				
					| 
							
							
								 Benoît Blanchon | 01924618bd | Merge pull request #215 from ivankravets/patch-1 Use tagged source code from repo | 2016-01-31 21:00:46 +01:00 |  | 
			
				
					| 
							
							
								 Ivan Kravets | 666e2fd0ce | Use tagged source code from repo http://docs.platformio.org/en/latest/librarymanager/config.html#version | 2016-01-31 21:24:37 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 0cfc25d751 | Added Johann Stieger to the list of donators | 2016-01-07 22:40:12 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | b6d8e6c989 | Updated copyright year from 2015 to 2016 | 2016-01-07 22:39:57 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | ab2502f7b8 | Fix misspelled PlatformIO | 2015-12-23 14:42:22 +01:00 |  | 
			
				
					| 
							
							
								 Ivan Kravets | c57e6f3bd8 | Made the library compatible with platform.io (issue #181) | 2015-12-22 23:43:44 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | b54f1ffc1d | Travis: build with Arduino 1.5.8 and 1.6.7 | 2015-12-22 22:01:30 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | bd0ea42277 | Added a badge with the number of stars | 2015-11-25 21:22:49 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 7ae43bc4f8 | Set version to 5.0.7
						
						
						
						
						
						
							
 v5.0.7 | 2015-11-25 21:15:11 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 056682327b | Changed Stringto be atypedefofstd::string(issues #142 and #161) | 2015-11-25 21:09:18 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 8b66a25f66 | Removed a useless line of code | 2015-11-22 10:18:21 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 96245dd3b4 | Made library easier to use from a CMake project: simply add_subdirectory(ArduinoJson/src) | 2015-11-19 21:53:27 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 9cc49da68a | Moved to the new Travis infrastructure | 2015-11-19 21:31:23 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 224918b463 | Set version to 5.0.6
						
						
						
						
						
						
							
 v5.0.6 | 2015-11-09 23:10:14 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | cbeefa2503 | Examples: Added a loop to wait for serial port to be ready (issue #156) | 2015-11-09 22:56:49 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 6d68806633 | Added donators list | 2015-11-09 22:55:29 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | ba3617c22f | Added parameter to DynamicJsonBufferconstructor to set initial size (issue #152) | 2015-11-09 21:37:40 +01:00 |  | 
			
				
					| 
							
							
								 Benoît Blanchon | b7d9bb2765 | Merge pull request #150 from marvinroger/patch-1 Add library category | 2015-11-06 14:50:18 +01:00 |  | 
			
				
					| 
							
							
								 Marvin Roger | 74b42e2251 | Add library category | 2015-11-06 14:30:20 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c0cf9c3fcc | Use floatinstead ofdoubleto reduce the size ofJsonVariant(issue #134)
						
						
						
						
						
						
							
 v5.0.5 | 2015-10-30 23:03:16 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 9f3ce18f06 | Add overload JsonObjectSuscript::set(value, decimals)(issue #143) | 2015-10-30 22:29:47 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | b9e3255c9e | Reached 100.00% code coverage :-)
						
						
						
						
						
						
							
 v5.0.4 | 2015-09-29 22:20:36 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | e657396f65 | Added -fno-rtti | 2015-09-29 21:51:21 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 929f608f2f | Added list of supported platforms | 2015-09-29 21:49:19 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c6a4bfa886 | Fixed ambiguous overload with JsonArraySubscriptandJsonObjectSubscript(issue #122) | 2015-09-28 22:14:50 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | d5e25b12b8 | Added a comment to prevent issue #112 | 2015-09-27 14:18:14 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 7cf6fe6d62 | Fixed return type of JsonArray::is<T>()and some others (issue #121)
						
						
						
						
						
						
							
 v5.0.3 | 2015-09-19 16:25:18 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 155dd653e7 | Fixed printTo(String)which wrote numbers instead of strings (issue #120) | 2015-09-19 16:23:09 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | b5c8cd1766 | Set version to 5.0.3 | 2015-09-19 16:20:06 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 4967e389c5 | Added a script to create the package with the old layout (issues #97, #114, #116) | 2015-09-13 21:04:30 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | ffbaebd198 | Added testimonials from Reddit users erm_what_ and makerhacks | 2015-09-06 22:11:53 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 04b8781c8d | Fixed GCC warning "declaration shadows a member" (issue #103)
						
						
						
						
						
						
							
 v5.0.2 | 2015-09-01 22:26:51 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 5a4d993f7d | Fixed memory alignment, which made ESP8266 crash (issue #104) | 2015-09-01 22:21:50 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 823a172681 | Fixed segmentation fault in StaticJsonBuffer(issue #104) | 2015-08-29 22:51:17 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | a1943e21ed | Fixed compilation on Visual Studio 2010 and 2012 (issue #107) | 2015-08-27 21:47:49 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 01c287bc89 | Removed -Wdeprecated-register for GCC | 2015-08-26 21:00:28 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 0cf8249b14 | Fixed Clang warning "register specifier is deprecated" (issue #102) | 2015-08-26 20:49:24 +02:00 |  | 
			
				
					| 
							
							
								 Benoît Blanchon | a8265a799d | Merge pull request #100 from Eriatolc/master Fix typo in Readme & clean file | 2015-08-24 18:18:05 +02:00 |  | 
			
				
					| 
							
							
								 Eriatolc | 18bb653f10 | fix typo | 2015-08-24 18:10:10 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | a003a31952 | Fixed compilation with Arduino 1.0.6 (issue #99)
						
						
						
						
						
						
							
 v5.0.1 | 2015-08-24 15:20:40 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 0a1c27f873 | Updated copyright year
						
						
						
						
						
						
							
 v5.0.0 | 2015-08-20 15:24:35 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 75f8e25aed | Added a script to measure the size of the sample programs | 2015-08-19 22:12:20 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 39c506b419 | Reduced generator size. Fixed Visual Studio warnings | 2015-08-19 16:08:19 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | ef2641b49b | Store parsed token as string and allow conversion between various types (issues #64, #69, #90, #93)
						
						
						
						
						
						
							
 v5.0-beta-5 | 2015-08-10 17:22:22 +02:00 |  |