Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

58 lines (33 loc) · 2.61 KB

Changelog

1.1.1 (2024-12-22)

Bug Fixes

  • make sure mocks as global variable for multiple versions of muk-prop (#4) (62e120b)

1.1.0 (2024-12-21)

Features

  • mock property type support symbol and number (#3) (79bf8af)

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

0.5.1 / 2016-06-12

  • fix: should check process.env
  • fix: can't redefine process.env when node<4

0.5.0 / 2016-06-11

  • feat: add isMocked method to check if the member of the object is mocked

0.4.0 / 2015-09-17

  • Support mocking accessor descriptor