Releases: nowsprinting/test-helper.monkey
Releases · nowsprinting/test-helper.monkey
v0.13.2
What’s Changed
🐛 Bug Fixes
- Fix to work even when Time.timescale=0f (Time.realtimeSinceStartup) by @nowsprinting in #144
v0.13.1
What’s Changed
🐛 Bug Fixes
- Fix polling interval by @nowsprinting in #141
- Fix to work even when Time.timescale=0f by @nowsprinting in #140
🧰 Maintenance
- Fix flaky test in the Samples by @nowsprinting in #142
v0.13.0
What’s Changed
🐒 Features
- Ignored GameObject strategy to pluggable by @nowsprinting in #138
🧰 Maintenance
- Mod run tests Unity version matrix, add Unity 6 by @nowsprinting in #137
- Fix workflows and Makefile by @nowsprinting in #136
- Mod make package name from repo name by @nowsprinting in #135
- Bump DeNA/unity-meta-check from 3 to 4 by @dependabot in #134
v0.12.0
What’s Changed
🐒 Features
- Optimize logging and add verbose option by @nowsprinting in #132
🐛 Bug Fixes
- Fix suppress double quote in default screenshot filename by @nowsprinting in #130
🧰 Maintenance
- Add performance tests by @nowsprinting in #131
- Fix test workflow by @nowsprinting in #129
- Mod scene path to relative in Samples~ by @nowsprinting in #126
- Fix specify files to publish by @nowsprinting in #128
- Mod run tests as embedded package on CI by @nowsprinting in #127
v0.11.2
What’s Changed
🐛 Bug Fixes
- Fix case of GamObjects has the same name in FindByPathAsync by @nowsprinting in #122
🧰 Maintenance
- Use sub-interfaces of IOperator instead of OperatorType by @nowsprinting in #124
- Obsolete InteractiveComponent class by @nowsprinting in #123
- Fix wording about annotation assembly by @nowsprinting in #121
v0.11.1
What’s Changed
🧰 Maintenance
- Remove defineConstraints from annotation assembly by @nowsprinting in #119
- Add defineConstraints for excluded from release builds by @nowsprinting in #118
v0.11.0
What’s Changed
🐒 Features
- Pluggable operators by @nowsprinting in #115
🧰 Maintenance
- Mod CreateInteractableComponent throws ArgumentException if component is not interactable by @nowsprinting in #114
- Add comments by @nowsprinting in #113
v0.10.0
What’s Changed
🐒 Features
- Add CreateInteractableComponent(MonoBehaviour) static method by @nowsprinting in #111
- Add Scenario testing demo into Samples~ by @nowsprinting in #110
v0.9.0
What’s Changed
🐒 Features
- Add reachable and interactable examine strategies into MonkeyConfig by @nowsprinting in #107