Skip to content

Commit 604898d

Browse files
committed
Update CHANGELOG
Changed: - Added notes for v0.1.3 release.
1 parent 6e1f33d commit 604898d

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
# Changelog
22

3+
## 0.1.3
4+
5+
Note: With Node v16+, the V8 coverage is reporting false-negatives.
6+
7+
* Require at least Node v16
8+
* Improve `AttrValueEscaper` type to include the attribute name.
9+
* Remove `null` from `AttrValue` type; redundant given `false` has the same
10+
behaviour and simplifies the typing.
11+
* Update TypeScript configuration and NPM exports:
12+
* Emit dedicated TS declaration files and maps for CJS and ESM instead
13+
of a set of unified declaration files which risks being incompatible
14+
for either CJS or ESM.
15+
* Add dedicated root package index to export all modules.
16+
317
## 0.1.2
418

5-
Fix throwing new `TypeError` in `createFilterArray()` factory function.
19+
* Fix throwing new `TypeError` in `createFilterArray()` factory function.
620

721
## 0.1.1
822

9-
Fix main entry points to target default instance.
23+
* Fix main entry points to target default instance.
1024

1125
## 0.1.0
1226

13-
Initial public release.
27+
* Initial public release.

0 commit comments

Comments
 (0)