Releases: nowsprinting/test-helper.monkey
Releases · nowsprinting/test-helper.monkey
v0.2.0
What’s Changed
🦑 Features
- Mod display name by @nowsprinting in #22
- Rename LongTap to TouchAndHold by @nowsprinting in #23
- Refactor using FindObjectsByType<T> when Unity 2022.3 or newer by @nowsprinting in #15
🐛 Bug Fixes
- Mod default lifetime to 1min by @nowsprinting in #21
- Fix compilation for standalone player by @nowsprinting in #14
🧰 Maintenance
- Fix window name in installation by @nowsprinting in #20
- Fix wording and typo by @nowsprinting in #19
- Fix wording by @nowsprinting in #18
- Fix README by @nowsprinting in #17
- Fix release-drafter trigger and concurrency by @nowsprinting in #16
- Fix root namespace in TestHelper.Monkey.Annotations by @nowsprinting in #13
- Mod coverage assembly filter creation by @nowsprinting in #12
- Mod test workflow and Makefile by @nowsprinting in #11
- Fix test workflow by @nowsprinting in #10
- Organize EditorConfig by @nowsprinting in #9
- Remove internal Unity project for run tests by @nowsprinting in #8
- Run tests on CI by @nowsprinting in #6
v0.1.2
What’s Changed
🐛 Bug Fixes
- Fix Lifetime overflow error by @nowsprinting in #5
- Fix cancel during long tap by @nowsprinting in #4
v0.1.1
v0.1.0
Initial Release
🦑 Features
- Find interactive uGUI elements API
- Operation interactive uGUI elements API (only click and long-tap operation)
- Monkey testing reference implementation (only click and long-tap operation)