Skip to content

Releases: Nixill/CSharp.Nixill

v0.7.4 Grid hotfix

04 Apr 17:41
Compare
Choose a tag to compare

Quick fix for the Grid numbered constructor.

v0.7.3 - RegexUtils.TryMatch()

10 Sep 05:22
Compare
Choose a tag to compare

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 in RegexUtils.

v0.7.1 - Small CSV parser update

04 Sep 06:06
Compare
Choose a tag to compare
  • Added CSVParser.StreamToGrid(StreamReader)
  • Added CSVParser.EnumerableToRows(IEnumerable<char>)
  • Added FileUtils.StreamCharEnumerator(StreamReader)

v0.7.0 - Snowflakes

13 Apr 20:04
Compare
Choose a tag to compare

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

25 Feb 05:59
Compare
Choose a tag to compare

This version introduces RomanNumeralParsers and related classes.

v0.5.7 - bugfix

17 Jan 05:53
Compare
Choose a tag to compare

Grid-to-csv parser should be able to handle nulls now.

0.5.6-test.1

13 Jan 16:54
Compare
Choose a tag to compare
Let's try rynowak/opulence#4 as a workaround.

v0.5.5 - bugfix

13 Jan 16:42
Compare
Choose a tag to compare

This release fixes #4 and adds a test for consistency.

0.5.4-test-4

06 Jan 19:02
Compare
Choose a tag to compare

0.5.4-test-3

06 Jan 18:58
Compare
Choose a tag to compare