Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Dec 12:34
· 4 commits to master since this release

1.0.0 (2024-12-20)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

Features

  • add isMocked method to check if the member of the object is mocked (986493c)
  • reset package (6779edb)
  • support cjs and esm both by tshy (#2) (49d3982)
  • support mock prop with getter setter (#4) (0ba2ae2)

Bug Fixes