0.1 (26.08.2008) |
Many thanks to Daniel Hommel for 'rc1' quality feedback. |
  |
Improvements: |
- throw ArgumentNullException in case of null commands collection passed to ChainBase.addCommands |
  |
Breaking changes: |
- IFilter.postProccess -> IFilter.postProcess (spelling...) |
  |
Code cleanup: |
- redundant qualifiers removed from ChainBase.Commands property |
- unnecessary using directives removed |
- unnecessary initialization of ChainBase's isFrozen property removed (performed by runtime) |
- ArgumentNullException instantiation corrected (pass name of the parameter that is null) |
  |
0.1-rc1 (15.01.2008) |
- SNK key applied for the library (it is strong-named now) |
- library made CLS compliant ( 'commands' field of ChainBase class changed to 'commandsList' ) |
  |
0.1-beta (29.11.2007) |
Initial release of library. |