Releases: nowsprinting/test-helper.monkey
Releases · nowsprinting/test-helper.monkey
v0.8.1
What’s Changed
🧰 Maintenance
- Refactor InteractiveComponent by @nowsprinting in #103
- Improved availability of GameObjectFinder by @nowsprinting in #102
v0.8.0
What’s Changed
🐒 Features
- Add command line argument to specify screenshot save directory by @nowsprinting in #97
- Add GameObjectFinder by @nowsprinting in #96
🐛 Bug Fixes
- Fix misspelling by @nowsprinting in #99
🧰 Maintenance
- Refactor set default screenshot save directory to null by @nowsprinting in #100
- Fix case in test scene name by @nowsprinting in #98
v0.7.0
What’s Changed
🐒 Features
- Add demo app into Samples by @nowsprinting in #90
🐛 Bug Fixes
- Fix take screenshots problem when running not on test runner by @nowsprinting in #91
🧰 Maintenance
- Optimize tests by @nowsprinting in #93
- Fix README.md by @nowsprinting in #92
v0.6.1
What’s Changed
🧰 Maintenance
- Add specify directories for publishing in the
files
field (Fix "Broken v0.6.0 in the openupm.com") by @nowsprinting in #88 - Revert "[TEMPORARY] Add specify version number for com.unity packages" by @nowsprinting in #86
v0.6.0
What’s Changed
🐒 Features
🧰 Maintenance
- Fix minor recommend by @nowsprinting in #84
- [TEMPORARY] Add specify version number for com.unity packages by @nowsprinting in #83
- Bump TimonVS/pr-labeler-action from 4 to 5 by @dependabot in #82
- Bump Gamesight/slack-workflow-status from 1.2.0 to 1.3.0 by @dependabot in #81
- Bump release-drafter/release-drafter from 5 to 6 by @dependabot in #80
- Bump nowsprinting/create-unity-project-action from 2 to 3 by @dependabot in #79
- Bump k1LoW/octocov-action from 0 to 1 by @dependabot in #78
- Bump actions/cache from 3 to 4 by @dependabot in #77
- Fix header template variables by @nowsprinting in #76
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #73
- Upgrade test-helper.random to v0.3.0 by @nowsprinting in #75
- Add email and password to unity-test-runner by @nowsprinting in #74
- Refactor tests by @nowsprinting in #72
- Fix how to development by @nowsprinting in #71
- Add comments and description to tests about stereo rendering settings by @nowsprinting in #70
- Fix skip notifications by @nowsprinting in #69
- Make Do not run release workflows on public fork by @nowsprinting in #67
- Make Do not run tests on public fork by @nowsprinting in #66
- Bump game-ci/unity-test-runner from 3 to 4 by @dependabot in #65
v0.5.1
v0.5.0
What’s Changed
🐒 Features
- Add InputFieldAnnotation by @nowsprinting in #58
- Show hints for interactive components on SceneView and GameView (only if Gizmoz enabled) by @Kuniwak in #53
- Add a text input operator by @Kuniwak in #50
- Add take screenshots option by @nowsprinting in #51
- Add show Gizmos option by @nowsprinting in #49
- Add position annotations by @Kuniwak in #47
🐛 Bug Fixes
- Fix screenshot options by @nowsprinting in #59
- Fix conflict Random by @nowsprinting in #57
🧰 Maintenance
- Update test-helper.random package to v0.2.0 by @nowsprinting in #60
- Replace the random implementation with TestHelper.Random package by @nowsprinting in #56
- Mod emoji in releases by @nowsprinting in #55
- Mod screen resolution specify for each class in tests by @nowsprinting in #48
- Refactor tests by @nowsprinting in #46
- Remove actions/setup-node from test workflow by @nowsprinting in #44
- Bump actions/setup-node from 3 to 4 by @dependabot in #43
- Replace Task to UniTask by @nowsprinting in #42
v0.4.1
v0.4.0
What’s Changed
🦑 Features
🧰 Maintenance
- Bump game-ci/unity-test-runner from 2 to 3 by @dependabot in #35
- Fix comments by @nowsprinting in #36
- Bump actions/checkout from 3 to 4 by @dependabot in #37
- Fix workflow permission for octocov by @nowsprinting in #34
- Update GitHub Actions permissions for better security by @nowsprinting in #33
- Fix tests using GameViewResolutionAttribute by @nowsprinting in #26
v0.3.0
What’s Changed
🦑 Features
- Add IRandom.Next() overload by @nowsprinting in #29
- Add RandomImpl default constructor by @nowsprinting in #28
🧰 Maintenance
- Upgrade Unity to 2022.3.0f1 used to run tests on CI by @nowsprinting in #31
- Fix Makefile and .editorconfig by @nowsprinting in #30
- Remove using CancellationToken from sample test code in README by @nowsprinting in #25
- Remove pin install packages version in test workflow by @nowsprinting in #27