Skip to content

Commit 42046e3

Browse files
Release 1.0.0
[skip ci] ## 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](986493c)) * reset package ([6779edb](6779edb)) * support cjs and esm both by tshy ([#2](#2)) ([49d3982](49d3982)) * support mock prop with getter setter ([#4](#4)) ([0ba2ae2](0ba2ae2)) ### Bug Fixes * can't redefine process.env when node<4 ([7de27b7](7de27b7)), closes [nodejs/node#2999](nodejs/node#2999) * clear mock cache when restore ([790b26c](790b26c)) * hasOwnProperty not found ([5e40063](5e40063)) * muk can mock accessor descriptor now ([73001d7](73001d7)) * should check process.env ([1cefede](1cefede))
1 parent 49d3982 commit 42046e3

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-12-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop Node.js < 18.19.0 support
9+
10+
part of https://github.com/eggjs/egg/issues/3644
11+
12+
https://github.com/eggjs/egg/issues/5257
13+
14+
### Features
15+
16+
* add isMocked method to check if the member of the object is mocked ([986493c](https://github.com/node-modules/muk-prop.js/commit/986493cdb97a2af15ac38658ea477583159588cb))
17+
* reset package ([6779edb](https://github.com/node-modules/muk-prop.js/commit/6779edbcfcd12a77c8bff14ef57e6e51a6d58901))
18+
* support cjs and esm both by tshy ([#2](https://github.com/node-modules/muk-prop.js/issues/2)) ([49d3982](https://github.com/node-modules/muk-prop.js/commit/49d39822a6def7007a859a0553b26361ab2c6bee))
19+
* support mock prop with getter setter ([#4](https://github.com/node-modules/muk-prop.js/issues/4)) ([0ba2ae2](https://github.com/node-modules/muk-prop.js/commit/0ba2ae213f110865100dfab3f79978f6c4ac898a))
20+
21+
22+
### Bug Fixes
23+
24+
* can't redefine process.env when node<4 ([7de27b7](https://github.com/node-modules/muk-prop.js/commit/7de27b7975b8dbed30d859b8672ee7811a943600)), closes [nodejs/node#2999](https://github.com/nodejs/node/issues/2999)
25+
* clear mock cache when restore ([790b26c](https://github.com/node-modules/muk-prop.js/commit/790b26c2910e3a197858ab33397f05d96697ea5f))
26+
* hasOwnProperty not found ([5e40063](https://github.com/node-modules/muk-prop.js/commit/5e400632f917f0576dabf446b44004ad5853ebd8))
27+
* muk can mock accessor descriptor now ([73001d7](https://github.com/node-modules/muk-prop.js/commit/73001d7556b827d057e421f649f78eb3aad06508))
28+
* should check process.env ([1cefede](https://github.com/node-modules/muk-prop.js/commit/1cefede9da7a443f25df134bd6baf2094cd686a2))
129

230
0.5.1 / 2016-06-12
331
==================

0 commit comments

Comments
 (0)