You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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))
* 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))
0 commit comments