Skip to content

Releases: node-modules/muk-prop.js

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 22 Dec 03:54

1.1.1 (2024-12-22)

Bug Fixes

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

This release is also available on:

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Dec 15:31

1.1.0 (2024-12-21)

Features

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

This release is also available on:

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Dec 12:34

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