Releases: ybiquitous/easytest
Releases · ybiquitous/easytest
v0.11.0
- Drop Ruby 3.0 support due to EOL (April 2024) in #49.
Full Changelog: v0.10.1...v0.11.0
v0.10.1
No actual changes. Just switch to a new simplified release workflow.
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
Features
- Breaking: Change refinement to
extend
in an anonymous module by @ybiquitous in #29
The usage should change as follows:-using Easytest::DSL +extend Easytest::DSL
- Breaking: Drop support for Ruby 2.7 (End-of-Life on March 31, 2023) by @ybiquitous in #40
Bug Fixes
- Remove extra whitespaces from console output by @ybiquitous in #31
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
Features
- Add watch mode by @ybiquitous in #28
Bug Fixes
- Improve type coverage by @ybiquitous in #27
Full Changelog: v0.8.1...v0.9.0
v0.8.1
What's Changed
Bug Fixes
- Improve type-checking by @ybiquitous in #26
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
Features
- Add
to_have_attributes
matcher by @ybiquitous in #23 - Add
to_satisfy
matcher by @ybiquitous in #24 - Add
before
andafter
hooks by @ybiquitous in #25
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
Features
- Add
to_be_empty
matcher by @ybiquitous in #22
Bug Fixes
- Avoid unstable
Enumerable#sort_by
method by @ybiquitous in #21
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Add
to_contain_exactly
matcher by @ybiquitous in #18 - Allow
to_raise
to receive the second argument by @ybiquitous in #19
Full Changelog: v0.5.2...v0.6.0
v0.5.2
v0.5.1
What's Changed
- Add RDoc to RBS by @ybiquitous in #15
- Publish the official website.
Full Changelog: v0.5.0...v0.5.1