Skip to content

Releases: electronicarts/NetTAP

1.2.1

07 Nov 10:37

Choose a tag to compare

Fixed

  • Parsing error that could occur if yaml content contained "..." or "---" which resulted in the parser getting confused.

Version 1.2.0

27 Oct 12:58

Choose a tag to compare

1.2.0 - [2017-10-27]

Changed

  • You can now send a cancellation token to the ParseAsync method which allows you to cancel the parsing. If this token is cancelled it will throw a TaskCanceledException (will be recieved as AggregateException since it's thrown inside a task).