SharpConfig Changelog

What's new in SharpConfig 1.3

Oct 30, 2013
  • Implemented parsing flags
  • New:
  • Enum: ParseFlags - controls the behaviour of the parser.
  • Configuration: Load() now takes a second parameter "flags" of type ParseFlags.
  • Features: Ignoring comments - pass ParseFlags.IgnoreComments to Configuration.Load.
  • Accepting empty setting values - pass ParseFlags.AcceptEmptyValues to Configuration.Load.

New in SharpConfig 1.2 (Oct 14, 2013)

  • Implemented comment parsing:
  • Comments are now part of settings and setting categories.
  • New properties:
  • Setting: Comment
  • PreComments
  • SettingCategory: Comment
  • PreComment

New in SharpConfig 1.1 (Aug 22, 2013)

  • Added a security check in Setting.GetValueArray, which verifies that the setting is indeed an array
  • Added a "Value" property to Setting, which returns the string value of the Setting