Skip to content

Tags: nietras/Sep

Tags

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
README: Cleanup lint (#259)

v0.9.0-preview

Toggle v0.9.0-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
README: Fix bullet point indentation (#233)

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
README: Revise constraints and limitations (#223)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
README: Add Escaping section based on CompareEscape test (#217)

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
README: Expand on SepReader IEnumerable yet not LINQ compatible (#207)

Rename internal Select method.

v0.6.0-preview

Toggle v0.6.0-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix SepWriter.Row[ReadOnlySpan<int> indices] bug, add params ReadOnly…

…Span support (#180)

Fix a subtle but nasty bug in SepWriter where selecting col indices for
row[[2, 3]] would not actually use those indices, but index [0, 1]
instead, for example.

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
SepReader improve exception for duplicate col names in header (#162)

Fixes #161

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump actions/upload-artifact from 3 to 4 (#159)

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add SepReaderHeader.TryIndexOf (#146)

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add SepReaderColTest for Infinity/-Infinity, adjust description and R…

…EADME (#135)