| 
							
							
								 Benoit Blanchon | 01c3166043 | Moved testimonials to https://bblanchon.github.io/ArduinoJson/ | 2017-04-29 17:54:26 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | bf2e3d5669 | Updated the list of supported hardware (issue #491) | 2017-04-28 10:28:38 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 4e9f0b2e2e | Set version to 5.9.0
						
						
						
						
						
						
							
 v5.9.0 | 2017-04-24 21:43:03 +02:00 |  | 
			
				
					| 
							
							
								 Jacob Nite | 223f14710d | Now compatible with Particle 0.6.1 (issue #294 and PR #461 by @foodbag) | 2017-04-24 21:40:19 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | f7ae91b85d | Removed unused stuffs | 2017-04-22 11:35:55 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 445dff499b | ctest --output-on-failure | 2017-04-22 11:34:12 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 9afa05e2f4 | Removed Printclass and convertedprintTo()to a template method (issue #276) | 2017-04-22 11:33:40 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c3e1677b7d | Fixed warnings floating constant exceeds range of floatandfloating constant truncated to zero(issue #483) | 2017-04-20 14:46:52 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 024976cda2 | Renamed folder include/tosrc/(issue #461) | 2017-04-20 10:26:40 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | df541a2a22 | Changed unit testing framework from Google Test to Catch | 2017-04-18 18:22:24 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | f2ef338cb8 | Renamed JsonArray::removeAt()intoremove() | 2017-04-12 21:07:30 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 8c6f64c111 | Added JsonArray::remove(iterator)andJsonObject::remove(iterator)(issue #479) | 2017-04-12 21:00:13 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 5a16b2117b | Travis: Disabled Teensy (PlatformioException: Could not load broken JSON) | 2017-04-10 18:55:24 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 71edcaf20f | Split unit test into several executables | 2017-04-10 15:36:59 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | ac89d91db5 | Organized test files in subfolders | 2017-04-10 14:32:45 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | e664c1ab05 | Set version to 5.8.4
						
						
						
						
						
						
							
 v5.8.4 | 2017-03-26 21:33:12 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | adba668109 | Updated project URL | 2017-03-25 22:05:06 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | ad972725de | Added a script to build a single file distribution | 2017-03-25 21:56:37 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 185eccf6f5 | Added custom implementation of strtol()(issue #465)`char` is now treated as an integral type (issue #337, #370) | 2017-03-25 21:55:13 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c4567bac18 | Added custom implementation of strtod()(issue #453) | 2017-03-19 15:23:06 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 13409c433a | Added OpenEVSE LLC to the list of donators | 2017-02-22 18:15:21 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 20431debe0 | Fuzzing: Run serializer too | 2017-02-19 21:41:12 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 797ea356ef | Fuzzing: Better seed corpus | 2017-02-19 21:30:22 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 2321473c34 | Added Prokhoryatov Alexey to the list of donators | 2017-02-19 21:01:26 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 0d5f65c5f3 | Set version to 5.8.3
						
						
						
						
						
						
							
 v5.8.3 | 2017-02-11 15:12:03 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c30241775a | Fixed JsonVariant::operator[const FlashStringHelper*](issue #441) | 2017-02-11 15:09:08 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 31827d03f9 | Added operators ==and!=for twoJsonVariants (issue #436) | 2017-02-11 15:06:17 +01:00 |  | 
			
				
					| 
							
							
								 Chris685 | 7bcdf3e722 | JsonHttpClient: Close socket even when connection fails (issue #445) | 2017-02-11 14:01:14 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | db9a76f7c6 | Fixed an access violation in DynamicJsonBufferwhen memory allocation fails (issue #433) | 2017-01-31 10:06:40 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 3fd87e8e82 | Added fuzzing/ to .mbedignore | 2017-01-25 15:28:15 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 22a2786610 | Added Christoph Schmidt to the list of donators | 2017-01-24 21:21:05 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 2b5a6df1e1 | Set version to 5.8.2
						
						
						
						
						
						
							
 v5.8.2 | 2017-01-22 18:08:32 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 5fefeae404 | Added deprecatedattribute onasArray(),asObject()andasString()(issue #420) | 2017-01-22 17:24:17 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | d4f725d1fa | Fixed error with string of type unsigned char*(issue #428) | 2017-01-22 15:42:47 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | a096098c1f | Fixed error when the key of a JsonObjectis achar[]and reduced code size when using const references (issue #423) | 2017-01-22 11:10:45 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | cc8c0472ca | Fixed ignored Streamtimeout and made sure we don't read more that necessary (issue #422) | 2017-01-22 10:31:05 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | fb554071dc | Travis: Added -fsanitize to several builds | 2017-01-21 19:49:44 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 17a17c8957 | Fixed parsing of comments (issue #421) | 2017-01-17 21:48:13 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 2e7d498865 | Set version to 5.8.1
						
						
						
						
						
						
							
 v5.8.1 | 2017-01-15 21:02:22 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 567157b005 | Fixed error "Stream does not name a type" (issue #412) | 2017-01-15 21:01:58 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | ec6cbc5135 | Fixed error when both ARDUINOJSON_ENABLE_STD_STREAMandARDUINOJSON_ENABLE_ARDUINO_STREAMare set to1 | 2017-01-15 15:18:59 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 8499f0b960 | Fixed errors with Variable Length Arrays (issue #416) | 2017-01-15 15:11:26 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 11432253a1 | Fixed error when assigning a volatile intto aJsonVariant(issue #415) | 2017-01-11 10:17:27 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | f17e1c4a80 | Added "Breaking Changes" section for v5.8.0 | 2017-01-10 10:07:57 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 6b2f6a4f87 | Added fuzzer | 2017-01-08 16:17:01 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 671329a3e9 | Updated copyright year from 2016 to 2017 | 2017-01-06 21:07:34 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 7e7074502f | Set version to 5.8.0
						
						
						
						
						
						
							
 v5.8.0 | 2017-01-03 22:39:44 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | aa306d5573 | Travis: Removed XCode 6.1, 6.2 and 6.3 | 2017-01-03 22:35:58 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 55669e306e | Added support for Stream(issue #300) | 2017-01-03 22:03:50 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 3f96e070ce | Reduced memory consumption by not duplicating spaces and comments | 2017-01-01 21:30:20 +01:00 |  |