What's new
Added support in report to show different section for:
- Restartable but non-skippable composable functions
- Restartable and skippable Composable functions having unstable parameters (can happen when strong skipping mode is enabled).
Fixes
- Fixed an issue where composable function was not getting parsed properly when functions have fully qualified name.
- Fixed an issue of parsing the parameter having '<' or '>' (example:
<this>)
Full Changelog: v1.4.2...v1.5.0