Skip to content

Releases: CodeShayk/parsley.net

v1.1.5

18 Jun 17:24
Compare
Choose a tag to compare

Release Notes: v1.1.5

  • Performance improvements in Async Parsing.

v1.1.0

15 Jun 20:15
144ef05
Compare
Choose a tag to compare

Release v1.1.0 - Targets .Net 9.0; NetStandard2.0; NetStandard2.1; .Net Framework 4.6.2

Highlights:

i. Includes core functionality for parsing delimiter separated records.
ii. Provided Sync and Async parsing methods to take file path; string array; stream or byte array inputs.

v1.0.1

16 May 23:20
41066b2
Compare
Choose a tag to compare

Release Notes: Tagrets Farmeworks

  • .Net 9.0
  • .Net Standard 2.0
  • .Net Framework 4.6.2

v1.0.0

08 May 22:06
Compare
Choose a tag to compare

Release Notes: Targets .Net 9.0

  • Includes core functionality to parse fixed width or delimiter separated files. eg CSV.