Releases: nowsprinting/test-helper
Releases · nowsprinting/test-helper
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
v0.6.0
What’s Changed
🦑 Features
- Add UnityVersionAttribute by @nowsprinting in #75
- Add BuildSceneAttribute and SceneManagerHelper.LoadSceneAsync method by @nowsprinting in #73
- Support relative path in LoadScene attribute by @nowsprinting in #72
- Support glob pattern in LoadScene attribute by @nowsprinting in #66
🧰 Maintenance
- Mod run tests as embedded package on CI by @nowsprinting in #71
- Fix specify files to publish by @nowsprinting in #70
v0.5.1
What’s Changed
🐛 Bug Fixes
- Suppress double quote in screenshot filename by @nowsprinting in #67
🧰 Maintenance
- Add defineConstraints for excluded from release builds by @nowsprinting in #68
- Fix save screenshot directory run on workflow by @nowsprinting in #65