Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

65 lines (41 loc) · 1.9 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.0 - 2024-03-04

Changed

0.3.0-beta001 - 2024-03-04

Changed

0.2.3 - 2022-09-17

Changed

  • Using native tasks

0.2.3-beta001 - 2022-09-17

Changed

  • Using native tasks

[0.2.2] - 2019-10-02

Changed

  • MINOR: Adds ArrayPool for lower GC pressure. Netstandard2.1 only

[0.2.1] - 2019-09-12

Changed

  • MINOR: Replace Memorystream with RecyclableMemoryStream to help reduce Large Object Heap allocations (#3)
  • MINOR: Adding Benchmarks (#3)

[0.2.0] - 2019-05-24

Added

  • Doc Comments for all public functions

Changed

  • BREAKING: API Changes

[0.1.2] - 2019-05-23

Changed

  • Update Nuget Description

[0.1.1] - 2019-05-23

First release

Added

  • Initial Release