mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Redesigned JsonVariant to leverage converting constructors instead of assignment operators
This commit is contained in:
		
							
								
								
									
										14
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								CHANGELOG.md
									
									
									
									
									
								
							| @@ -1,5 +1,15 @@ | ||||
| Arduino JSON: change log | ||||
| ======================== | ||||
| ArduinoJson: change log | ||||
| ======================= | ||||
|  | ||||
| v5.0 (currently in development) | ||||
| ---- | ||||
|  | ||||
| * Redesigned `JsonVariant` to leverage converting constructors instead of assignment operators. | ||||
|  | ||||
| **BREAKING CHANGES**: | ||||
| - `JsonObject::add()` was renamed to `set()` | ||||
| - `JsonArray::at()` and `JsonObject::at()` were renamed to `get()` | ||||
| - Number of digits of floating point value are now set with `double_with_n_digits()` | ||||
|  | ||||
| v4.4 | ||||
| ---- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user