Skip to content

Commit e04fa8f

Browse files
committed
docs(CHANGELOG): update CHANGELOG for 2.0.0
1 parent 02b9de7 commit e04fa8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
#### Features
55

66
* [Replace default exported `unassert` with named exported `unassertAst`](https://github.com/unassert-js/unassert/pull/27)
7-
* [Variable Tracking: remove assertion calls based on their imported variable names](https://github.com/unassert-js/unassert/pull/34)
87
* [Migrate codebase to ESM and provide CJS/ESM dual package](https://github.com/unassert-js/unassert/pull/29)
8+
* [Variable Tracking: remove assertion calls based on their imported variable names](https://github.com/unassert-js/unassert/pull/34)
9+
* [Replace AST matcher with simpler and robust logic](https://github.com/unassert-js/unassert/pull/25)
910
* [Support strict assertion mode newly exposed as 'node:assert/strict'](https://github.com/unassert-js/unassert/pull/31)
1011
* [Support destructured assignment of strict property](https://github.com/unassert-js/unassert/pull/32)
1112
* [Support safe removal of loop invariants in for-of statement](https://github.com/unassert-js/unassert/pull/35)

0 commit comments

Comments
 (0)