Releases: nowsprinting/test-helper
Releases · nowsprinting/test-helper
v1.2.1
What’s Changed
🐛 Bug Fixes
- Fix statistics calculaton by @nowsprinting in #126
🧰 Maintenance
- Fix comments for docfx by @nowsprinting in #127
- Mod struct ArraySampleSpace<T> to class by @nowsprinting in #128
- Fix README.md by @nowsprinting in #125
- Fix docfx workflow by @nowsprinting in #124
- Fix temporary file path in tests by @nowsprinting in #123
- Fix README.md by @nowsprinting in #122
v1.2.0
What’s Changed
🦑 Features
- Statistics APIs: Experiment, Statistical Summaries with character-based Histogram, and Pixel Plot by @nowsprinting in #119
v1.1.1
What’s Changed
🐛 Bug Fixes
- Fix scene unload error on AfterTest in CreatedSceneAttribute by @nowsprinting in #116
🧰 Maintenance
- Add comments for Awaitable by @nowsprinting in #117
v1.1.0
What’s Changed
🦑 Features
- Mod SceneManagerHelper.LoadSceneAsync return type to AsyncOperation by @nowsprinting in #114
- Add unloadOthers option into CreateSceneAttribute by @nowsprinting in #113
🧰 Maintenance
- Fix README by @nowsprinting in #112
- Fix to use Application.temporaryCachePath in tests if possible by @nowsprinting in #111
- Update run tests Unity versions by @nowsprinting in #110
v1.0.0
What’s Changed
🦑 Features
- Add JUnit XML format report support by @nowsprinting in #83
- Add XDocumentComparer and XmlComparer by @nowsprinting in #105
💔 Breaking Changes
- Remove obsolete symbols by @nowsprinting in #106
🧰 Maintenance
- Add create API document using docfx by @nowsprinting in #108
- Fix XML documents and README.md by @nowsprinting in #107
- Add run tests on standalone player by @nowsprinting in #104
- Add conflibot workflow by @nowsprinting in #103
- Fix Makefile by @nowsprinting in #102
- Add
@stable
virtual dist-tag when installing test-framework package by @nowsprinting in #101 - Mod dependency check interval to weekly by @nowsprinting in #100
- Fix workflows, Add run tests on Unity 6 by @nowsprinting in #99
v0.8.0
v0.7.3
What’s Changed
🐛 Bug Fixes
- Fix for Unity 2019 by @nowsprinting in #95
- fix: Convert Path.GetFullPath(..) return values to Unix-style separators by @faviann in #91
🧰 Maintenance
- Pin test-framework version to v1.4.4 by @nowsprinting in #92
v0.7.2
What’s Changed
🐛 Bug Fixes
- Add parameter LoadSceneParameters to SceneManagerHelper.LoadSceneAsync by @nowsprinting in #89
🧰 Maintenance
- Mod make package name from repo name by @nowsprinting in #88
- Bump DeNA/unity-meta-check from 3 to 4 by @dependabot in #87
v0.7.1
v0.7.0
What’s Changed
🦑 Features
- BuildSceneAttribute can attach to test method, test class, and test assembly by @nowsprinting in #81
- Suppress log option for screenshot by @nowsprinting in #80
🐛 Bug Fixes
- Fix to not throw exception in Attributes by @nowsprinting in #82
- Fix screenshot default filename when called out of test context by @nowsprinting in #79