Releases: tonyredondo/timeitsharp
Releases · tonyredondo/timeitsharp
v0.1.5
What's Changed
- Minor improvements by @tonyredondo in #39
- Various fixes by @tonyredondo in #40
Full Changelog: v0.1.3...v0.1.5
v0.1.3
v0.1.2
v0.1.1
What's Changed
- Update README.md by @tonyredondo in #33
- Add cancellation token support by @tonyredondo in #34
- Add TimeItOptions and states per extensions by @tonyredondo in #35
- Expand TimeItOptions methods by @tonyredondo in #36
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Add .NET 8.0 support by @tonyredondo in #26
- Assertors support by @tonyredondo in #25
- Add IService support by @tonyredondo in #27
- Drop .NET 5.0 support and Newtonsoft.Json dependency by @tonyredondo in #29
- Complete refactor to publish timeit as both tool and library by @tonyredondo in #30
- Configuration builders / Fluent configuration by @tonyredondo in #31
- Bump version and add a package icon by @tonyredondo in #32
Full Changelog: v0.0.17...v0.1.0
v0.0.17
What's Changed
- Create CI action by @tonyredondo in #21
- Fix outliers removal when StdDev is 0 by @gleocadie in #22
- Check IsNan to avoid removing all data by @gleocadie in #24
Full Changelog: v0.0.15...v0.0.17
v0.0.15
v0.0.14
What's Changed
- Limit test span size by limiting number of metrics. by @tonyredondo in #19
Full Changelog: v0.0.13...v0.0.14
v0.0.13
What's Changed
- Add template variables support by @gleocadie in #15
Full Changelog: v0.0.12...v0.0.13