All notable changes to this project will be documented in this file. Changelog recommendations (http://keepachangelog.com/). This project adheres to Semantic Versioning. The headings should be in this order:
- Security
- Changed
- Removed
- Deprecated
- Fixed
- Added
- Parsing error that could occur if yaml content contained "..." or "---" which resulted in the parser getting confused.
- 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).
- Added copy of TAP stream to test session results.
- Invoke errors are now forwarded to OnError.
- Make sure the parser do not raise errors on empty lines.