Skip to content

0.31.0

Compare
Choose a tag to compare
@skovhus skovhus released this 22 Mar 21:45
· 78 commits to main since this release
  • Allow sinon codemod to detect 'sinon' package #326
  • feat: adds deepStrictEqual to Chai Assert list #337
  • [sinon] implement callsArg* #357
  • [sinon] make returnsArg() TypeScript friendly #358
  • Remove @babel/* dependencies #356
  • [sinon] Implement stub.resetBehavior() and stub.resetHistory() #364
  • [sinon] implement on{,First,Second,Third}Call([...]) #361
  • [sinon][ts] convert sinon.SinonStub -> jest.Mock, sinon.SinonSpy -> jest.SpyInstance #359
  • [sinon] calledThrice -> toBeCalledTimes(3) #376
  • Fix unexpected transform by sinon transformer #380
  • Sinon: add support for transforming callsFake #500
  • chai-should: don't use Jest's alias names #502
  • chai-should: improve contain transformations #501
  • chai-should: don't update member expressions inside expect calls #503

Thanks @josh-degraw, @abnersajr, @danbeam, @wafuwafu13, @FLT4613, @kristerkari

And way too many Renovate PRs related to dependency upgrades.