38 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[1.0.6.0]  NEW RELEASE
 | 
						|
[1.0.5.2]  Added support for quoted values which can contain comment's starting characters.
 | 
						|
[1.0.5.1]  Fixed issue with NULL array and list when deserializing object.
 | 
						|
 | 
						|
[1.0.5.0]  NEW RELEASE
 | 
						|
[1.0.4.3]  Added support for section names that may contain end wrapper or comment starter characters.
 | 
						|
[1.0.4.1]  Fixed issue with SerializeDeserializeAttributeTest.
 | 
						|
           Improved string array indexer in IniItemCollection.
 | 
						|
 | 
						|
[1.0.4.0]  NEW RELEASE
 | 
						|
[1.0.3.3]  Added support for serializing and deserializing objects into an INI content.
 | 
						|
           Added support for string array indexer in IniItemCollection.
 | 
						|
[1.0.3.2]  Added support for customizing binding operations via Binding event.
 | 
						|
[1.0.3.1]  Added support for reducing INI file via compression and decompression.
 | 
						|
           Added support for protecting INI file via encryption and decryption.
 | 
						|
 | 
						|
[1.0.3.0]  NEW RELEASE
 | 
						|
[1.0.2.3]  Added support for defining placeholders in IniKey.Value and binding them with internal or external data source.
 | 
						|
[1.0.2.2]  Added support for IniKey.ParentSection property.
 | 
						|
[1.0.2.1]  Switched from MS tests to NUnit tests.
 | 
						|
 | 
						|
[1.0.2.0]  NEW RELEASE
 | 
						|
[1.0.1.4]  Reduced memory footprint.
 | 
						|
[1.0.1.3]  Fixed issue with using IniItemCollection.Clear and then adding any of previous IniItems to IniItemCollection.
 | 
						|
[1.0.1.2]  Added support for mapping specific IniKey.Value to specific result object with IniFile.ValueMappings.
 | 
						|
           Mapped results have priority over parsing the value when using IniKey.TryParseValue methods.
 | 
						|
           Fixed issue with parsing key's value to enum.
 | 
						|
[1.0.1.1]  Added support for enums, decimals, arrays and lists in TryParseValue.
 | 
						|
           Performance improvements on TryParseValue methods.
 | 
						|
 | 
						|
[1.0.1.0]  NEW RELEASE
 | 
						|
[1.0.0.4]  Added support for converting IniKey.Value via IniKey.TryParseValue(out T).
 | 
						|
           Type's support can be checked by IniKey.IsSupportedValueType(Type) or read its remarks in documentation.
 | 
						|
[1.0.0.3]  Small performance improvement on reading and writing an INI file.
 | 
						|
[1.0.0.2]  Added support for creating IniSection's Keys from Dictionary and creating IniKey from KeyValuePair.
 | 
						|
[1.0.0.1]  Added support for loading file via TextReader and saving file via TextWriter.
 | 
						|
 | 
						|
[1.0.0.0]  INITIAL RELEASE |