Releases: nowsprinting/test-helper
Releases · nowsprinting/test-helper
v1.4.1
What’s Changed
🦑 Features
- Add JPEG format support in take screenshot by @nowsprinting in #187
🧰 Maintenance
- Upgrade Unity versions used to run tests on CI by @nowsprinting in #186
- Fix workflows by @nowsprinting in #185
- Revert "Workaround: Pin octocov to v0.74.2 to avoid BigQuery auth error" by @nowsprinting in #184
v1.4.0
What’s Changed
🦑 Features
- Add FlipTexture2dEqualityComparer by @nowsprinting in #178
🧰 Maintenance
- Workaround: Pin octocov to v0.74.2 to avoid BigQuery auth error by @nowsprinting in #182
- Enable tests used FlipBinding.CSharp package on CI by @nowsprinting in #181
- Upgrade Unity versions used to run tests on CI (Unity 6.3) by @nowsprinting in #177
v1.3.2
What’s Changed
🐛 Bug Fixes
- Fix DestroyedConstraint to handle UnityEngine.Object by @nowsprinting in #173
- Fix TakeScreenshotAsync performance by @nowsprinting in #171
🧰 Maintenance
- Fix documentation by @nowsprinting in #174
- Fix "checkName" in test workflow by @nowsprinting in #172
- Fix workflow cache key by @nowsprinting in #170
- Fix documents and tests for TakeScreenshot by @nowsprinting in #169
v1.3.1
What’s Changed
🐛 Bug Fixes
- Fix to remove illegal character in temporary filename by @nowsprinting in #163
- Fix detect test context by @nowsprinting in #161
- Fix LoadAssetAttribute: copy meta files to Resources by @nowsprinting in #159
🧰 Maintenance
- Add octocov report to BigQuery settings by @nowsprinting in #167
- Fix documents by @nowsprinting in #164
- Add TakeScreenshotAsync method into ScreenshotHelper by @nowsprinting in #162
- Remove gizmos option from RecordVideoAttribute by @nowsprinting in #160
v1.3.0
What’s Changed
🦑 Features
- Add counter for unique to temporary and screenshot filename by @nowsprinting in #156
- Add LoadAsset attribute by @nowsprinting in #155
- Add RecordVideo attribute (optional) by @nowsprinting in #154
- Add namespaceToDirectory option into TakeScreenshotAttribute by @nowsprinting in #152
- Add PathHelper.CreateTemporaryFilePath by @nowsprinting in #150
- Add command-line arguments for specifying GameView resolution by @nowsprinting in #148
🧰 Maintenance
- Mod unloadOthers option of CreateScene attribute defaults to true by @nowsprinting in #157
- Change include runtime scripting symbol to INCLUDE_COM_NOWSPRINTING_TEST_HELPER by @nowsprinting in #149
- Change retry method from attribute to command-line argument by @nowsprinting in #147
v1.2.3
v1.2.2
What’s Changed
🐛 Bug Fixes
- Fix to exclude the version specified in olderThan by @nowsprinting in #142
🧰 Maintenance
- Fix documents by @nowsprinting in #141
- Upgrade Unity versions used to run tests on CI (Unity 6.2.6f1, test-framework v1.6.0) by @nowsprinting in #140
- Add validator for missing script in the scene by @nowsprinting in #139
- Fix README by @nowsprinting in #138
- Update misc by @nowsprinting in #137
- Update Dependabot configuration for daily security updates by @nowsprinting in #135
- Bump 8398a7/action-slack from 3.16.2 to 3.18.0 by @dependabot[bot] in #133
- Pin GitHub Actions SHA by @nowsprinting in #132
- Fix package description by @nowsprinting in #131
- Fix documents by @nowsprinting in #130
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