Skip to content

0.58.0

Compare
Choose a tag to compare
@typpo typpo released this 09 May 19:11
· 34 commits to main since this release

Breaking

rouge-type assertions no longer support multiple reference strings. This is due to an update to the underlying rouge package. To check multiple strings, break them into separate assertions.

What's Changed

  • feat: assert-set by @mikkoh in #765
  • feat: add comma-delimited string support for array-type assertion values by @typpo in #755
  • fix: Resolve JS assertion paths relative to configuration file by @Arkham in #756
  • fix: not-equals assertion by @EKranjec in #763
  • fix: upgrade rouge package and limit to strings by @typpo in #764

New Contributors

Full Changelog: 0.57.1...0.58.0