Skip to content

0.34.0

Latest
Compare
Choose a tag to compare
@skovhus skovhus released this 08 Sep 20:17
· 12 commits to main since this release
2a6ade0

What's Changed

  • chore(deps): update dependency ts-jest to v29.1.5 by @renovate in #581
  • chore(deps): update dependency typescript to v5.5.3 by @renovate in #582
  • fix(deps): update dependency jscodeshift to v0.16.1 by @renovate in #583
  • fix(jest-globals): set array accessor type for parser compatibility by @puglyfe in #586
  • chore(deps): update dependency typescript to v5.5.4 by @renovate in #587
  • chore(deps): update dependency ts-jest to v29.2.3 by @renovate in #588
  • fix(jasmine-globals): enhance createSpyObj handling up to three parameters with all type variations by @jase88 in #591
  • feat(jasmine): toBeTrue/toBeFalse are migrated to toBe(true/false) by @jase88 in #593
  • chore(deps): update dependency ts-jest to v29.2.5 by @renovate in #594
  • feat(jasmine): add support for spyOn returnValues method by @jase88 in #601
  • feat(jasmine): add support for spyOnProperty by @jase88 in #607
  • feat(jasmine): add support for *.calls.reset() by @jase88 in #606
  • feat(jasmine): add support for *.calls.allArgs() by @jase88 in #605
  • fix(jasmine): createSpyObj calls with missing (optional) baseName argument by @jase88 in #608
  • TypeScript: Jasmine types like jasmine.SpyObj and jasmine.Spy should be migrated by @jase88 in #611
  • feat(jasmine): transformation of arrayWithExactContents by @jase88 in #612
  • feat(jasmine): also replace jasmine.Spy/SpyObj on nested types by @jase88 in #613
  • feat(jasmine): add matcher transforms that have no direct equivalent in jest, but can be expressed in other ways by @jase88 in #614
  • chore: Release 0.34 by @skovhus in #615

New Contributors

Full Changeset: 0.33.0...0.34.0