Skip to content

Releases: salaros/config-parser

ConfigParser v0.3.8

29 Mar 10:32
Compare
Choose a tag to compare
partially fixes #17 - Hard to parse redis config file due to non sect…

…ion and space separated kv

ConfigParser v0.3.7

15 Mar 17:04
Compare
Choose a tag to compare
implements #16 - added a helper method for reading multi-line values …

…as one-line text

ConfigParser v0.3.4

19 Dec 21:29
Compare
Choose a tag to compare
fixes #15 - Incorrect result of SetValue method

ConfigParser v0.3.3

07 Jun 16:02
Compare
Choose a tag to compare
fixing a regression in unit tests

ConfigParser v0.3.2

05 May 09:44
Compare
Choose a tag to compare

ConfigParser v0.3.1

13 Aug 07:55
Compare
Choose a tag to compare
just code formatting in tests

ConfigParser v0.3.0

29 Jun 10:53
Compare
Choose a tag to compare
renaming Salaros.Config namespace to Salaros.Configuration

leaving NuGet package id intact

ConfigParser v0.2.12

27 Jun 14:25
Compare
Choose a tag to compare
yet another attempt to exclude helper classes from test coverage score

ConfigParser v0.2.11

26 Jun 21:16
Compare
Choose a tag to compare
fixing a critical bug with config files read from string and not a file

ConfigParser v0.2.10

19 Jun 17:47
Compare
Choose a tag to compare
improvement ConfigParser.GetValue<bool> and SetValue<bool> methods

added ConfigParserSettings.BooleanConverter and covered all these changes with unit tests