tag:github.com,2008:https://github.com/jitbit/CsvExport/releasesRelease notes from CsvExport2025-08-02T09:36:07Ztag:github.com,2008:Repository/30089584/2.2.02025-08-02T09:46:35Z2.2.0<h2>What's Changed</h2>
<ul>
<li>Add MIT license file by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/peevees/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/peevees">@peevees</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2893826185" data-permission-text="Title is private" data-url="https://github.com/jitbit/CsvExport/issues/31" data-hovercard-type="pull_request" data-hovercard-url="/jitbit/CsvExport/pull/31/hovercard" href="https://github.com/jitbit/CsvExport/pull/31">#31</a></li>
<li><a href="https://github.com/jitbit/CsvExport/commit/03e6fc14fafd465739c0183d7b9f7fa27b32a927">Fixed separator escaping,</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2351285718" data-permission-text="Title is private" data-url="https://github.com/jitbit/CsvExport/issues/28" data-hovercard-type="issue" data-hovercard-url="/jitbit/CsvExport/issues/28/hovercard" href="https://github.com/jitbit/CsvExport/issues/28">#28</a></li>
<li><a href="https://github.com/jitbit/CsvExport/commit/7ac6ff79b540796c385373f34519db4c8fa326ac">Pattern matching for code readability</a></li>
<li><a href="https://github.com/jitbit/CsvExport/commit/fec56fbe96e0a2e424276ed9b100f19f46974195">Performance improvements. Reflection cache, Moved tests to NET 8</a></li>
<li><strong>HUGE</strong>: <a href="https://github.com/jitbit/CsvExport/commit/db94bd8d96a7cea0f578127b09aedf40b09239cc">Minimized memory allocations when writing large strings</a></li>
<li><a href="https://github.com/jitbit/CsvExport/commit/9d619db703940719caa439adc8cb3d8fa21b3c36">Added more tests</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/peevees/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/peevees">@peevees</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2893826185" data-permission-text="Title is private" data-url="https://github.com/jitbit/CsvExport/issues/31" data-hovercard-type="pull_request" data-hovercard-url="/jitbit/CsvExport/pull/31/hovercard" href="https://github.com/jitbit/CsvExport/pull/31">#31</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/jitbit/CsvExport/compare/2.0.1...2.2.0"><tt>2.0.1...2.2.0</tt></a></p>alex-jitbittag:github.com,2008:Repository/30089584/2.0.12024-06-06T09:39:31Z2.0.1<ul>
<li>Added "ExportAsMemoryStream" (use this overload when returning files in ASP.NET to prevent extra byte-array allocations)</li>
<li>Less allocations in file export</li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/jitbit/CsvExport/compare/2.0.0...2.0.1"><tt>2.0.0...2.0.1</tt></a></p>alex-jitbittag:github.com,2008:Repository/30089584/2.0.02023-03-16T17:47:50Z2.0.0<p>Non-beta</p>
<h2>What's Changed</h2>
<ul>
<li>Custom Encoding</li>
<li>NET Standard library, no more file-inclusion nonsense (so we can now add unit tests, benchmarks, CI/CD via Github actions etc)</li>
<li>2.5x less memory usage</li>
<li>Added unit tests</li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/jitbit/CsvExport/compare/1.0.3...2.0.0"><tt>1.0.3...2.0.0</tt></a></p>alex-jitbittag:github.com,2008:Repository/30089584/2.0.0-beta2023-03-16T12:50:53Z2.0.0-betaNo content.alex-jitbittag:github.com,2008:Repository/30089584/1.0.32022-10-04T09:56:14Z1.0.3<ul>
<li>ExportToBytes less allocations and mem usage (3X less)</li>
<li>performance improvements, less memory usage</li>
</ul>alex-jitbittag:github.com,2008:Repository/30089584/1.0.22021-12-05T16:05:45Z1.0.2<p>Added .nuspec, fixed PackageReference format for NET Core compatibility</p>alex-jitbit