Skip to content

Commit

Permalink
Changelog updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
RickStrahl committed Oct 13, 2014
1 parent e64878b commit 4172b26
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
#West Wind Application Configuration Change Log

### Version 2.25
*not released yet*
*Oct. 14th, 2014*

* **Support for nested Configuration Property Encryption**<br/>
You can now specify nested properties in child objects to be encrypted in
all providers by using simple '.' syntax in the PropertiesToEncrypt property
of the provider (ie. <code>PropertiesToEncrypt="Password,License.LicenseKey")</code>.

* **ConfigurationFile Configuration Provider support for Complex Types**</br>
* **ConfigurationFile Configuration Provider support for Complex Types**<br/>
Added another option for serialization of flat complex objects, by
implementing additional checks for a **static** FromString() method that
if found can be used to deserialize object. [more info](http://west-wind.com/westwindtoolkit/docs/?page=_1cx0ymket.htm)

* **ConfigurationFile Configuration Provider support for IList**</br>
* **ConfigurationFile Configuration Provider support for IList**<br/>
You can now also serialize IList objects into the config file. The list
is serialize a ItemList1,ItemList2,ItemList3 where ItemList is the name
of the property. Complex objects are supported with the new complex
type parsing support or TypeConverters. [more info](http://west-wind.com/westwindtoolkit/docs/?page=_1cx0ymket.htm)

* **Support for nested Configuration Property Encryption**<br/>
You can now specify nested properties in child objects to be encrypted in
all providers by using simple '.' syntax in the PropertiesToEncrypt property
of the provider (ie. <code>PropertiesToEncrypt="Password,License.LicenseKey")</code>.


### Version 2.20
*Nov. 14th, 2013*
*June. 13th, 2014*

* **JSON File Provider added**<br/>
You can now store configuration optionally using JSON. The new JsonFileConfigurationProvider
Expand All @@ -33,8 +33,8 @@ to your project.
Added this changelog as well as updating the [detailed help file documentation](http://west-wind.com/westwind.applicationconfiguration/docs) step by step instructions.


###Version 2.11
*Nov. 4, 2013*
###Version 2.15
*Nov. 14th, 2013*

* **Make XML Config File Reader read-only**<br/>
Changed the config file reader to open files in read-only mode to minimze multi-user/thread access issues while writing configuration in case other threads want to access the data. Thanks to Patrick Wyatt.
Expand All @@ -50,7 +50,7 @@ Accidentally left outdated V1 documentation on the detailed developer documentat


###Version 2.10
*August 28th, 2013*
*August 25th, 2013*

* **License Change - drop commercial License Requirement**<br/>
We've dropped the requirement for a commercial license for this tool and are using a pure MIT license,
Expand Down

0 comments on commit 4172b26

Please sign in to comment.