Releases: Cysharp/RuntimeUnitTestToolkit
Releases · Cysharp/RuntimeUnitTestToolkit
Ver.2.6.1
What's Changed
- Update README.md to specify 2.5.4 for UPM by @guitarrapc in #33
- ci: Change Unity UnitTest from Mono to IL2CPP and enabled on CI by @guitarrapc in #34
- ci: add depndabot.yaml to update github-actions by @guitarrapc in #30
- feat: skip Test if PerformanceAttribute exists. by @guitarrapc in #35
Full Changelog: 2.6.0...2.6.1
Ver.2.6.0
What's Changed
- feat: use Cysharp/Actions reusable workflows/actions by @guitarrapc in #25
- chote: prevent github workflow change by @guitarrapc in #26
- chore: change unity build to cysharp actions by @guitarrapc in #27
- ci: Cysharp/Actions/.github/workflows/create-release.yaml by @guitarrapc in #29
- feat: change load secret from op by @guitarrapc in #31
- ci: change upload-artifact & download-artifact to Cysharp/Actions by @guitarrapc in #32
Full Changelog: 2.5.4...2.6.0
Ver.2.5.4
Ver.2.5.3
Ver.2.5.2
Ver.2.4.1
- Support UPM correctly #17, thanks @guitarrapc
Ver.2.4.0
Add more test attribute support.
Currently, RuntimeUnitTestToolkit supports these attributes.
- SetUp
- TearDown
- Test
- UnityTest
- TestCase
- TestCaseSource
- OneTimeSetUp
- OneTimeTearDown
- SetUpFixture
- UnitySetUp
- UnityTearDown
Ver.2.3.0
- Fix warning on Unity 2019.2 (remove StandaloneLinux).
- Packagemanager id changed from
jp.cysharp.runtimeunittesttoolkit
tocom.cysharp.runtimeunittesttoolkit
. - Add file extension for macOS test runner #6, thanks @stakemura
- Changed CI to GitHub Actions.