Releases: SketchUp/testup-2
Releases · SketchUp/testup-2
Version 2.5.3
Version 2.5.2
What's Changed
- Change .exists? to .exist? by @MSP-Greg in #228
- gem_helper.rb - comments, fixup Gem::Version vs Gem::Requirement. Fixes #233 by @thomthom in #234
- Add Yard configuration and correct Yard syntax. by @thomthom in #230
- Propagate the random seed in the runner. by @thomthom in #235
- .rubocop.yml - set TargetSketchUpVersion: 2017 by @thomthom in #236
- Bump version to 2.5.2. by @thomthom in #237
Full Changelog: 2.5.1...2.5.2
Version 2.5.1
What's Changed
Full Changelog: 2.5.0...2.5.1
Version 2.5.0
- Updated Minitest to 5.15.0. This meant dropping support for Ruby 2.0, by extension SU2014-SU2016. For these old SketchUp versions use TestUp 2.4.2.
- Update Ruby 3.2 C extension binary to account for Ruby DLL rename.
- Catch loading errors when tests are discovered. Allow loading to continue.
Version 2.4.2
- Support for Ruby 3.2
- Allow log paths to be configured for CI runs.
- Fix config variable expansion when key/value is missing or not a string.
- Sync the SketchUp Ruby API tests to SU2023.1.
- Smaller code/project cleanups.
Version 2.4.1
- Support for Ruby 3.1
Version 2.4.0
- Added config file support for controlling TestUp CI runs
- Update NPM dependencies.
Version 2.3.6
- Update NPM dependencies.
Version 2.3.5
- Taskbar progressbar support for Ruby 2.7
Version 2.3.4
- Fixed
discard_all_models
test utility method