Releases: Nixill/CSharp.Nixill
Releases · Nixill/CSharp.Nixill
v0.7.4 Grid hotfix
Quick fix for the Grid numbered constructor.
v0.7.3 - RegexUtils.TryMatch()
New features:
- Class
Nixill.Utils.RegexUtils
was created. - Static method
RegexUtils.TryMatch(string input, string pattern, out Match match)
was created. - Extension method
Regex.TryMatch(string input, out Match match)
was created inRegexUtils
.
v0.7.1 - Small CSV parser update
- Added
CSVParser.StreamToGrid(StreamReader)
- Added
CSVParser.EnumerableToRows(IEnumerable<char>)
- Added
FileUtils.StreamCharEnumerator(StreamReader)
v0.7.0 - Snowflakes
This update adds the Snowflake class and related classes.
I couldn't think of relevant tests to run, so it was pushed without any. Please open any issues you find.
v0.6.0 - RomanNumeralParser time
This version introduces RomanNumeralParsers and related classes.
v0.5.7 - bugfix
Grid-to-csv parser should be able to handle nulls now.
0.5.6-test.1
Let's try rynowak/opulence#4 as a workaround.
v0.5.5 - bugfix
This release fixes #4 and adds a test for consistency.