File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed
Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments