Skip to content

Version 1.2.0

Choose a tag to compare

@sakarias88 sakarias88 released this 27 Oct 12:58
· 7 commits to master since this release

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).