@vicin/sigil 3.1.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +2 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -20,12 +20,10 @@
|
|
|
20
20
|
|
|
21
21
|
## Features
|
|
22
22
|
|
|
23
|
-
- ✅ **Drop-in `instanceof` replacement** that works across bundles, HMR, and monorepos
|
|
23
|
+
- ✅ **Drop-in `instanceof` replacement** that works across bundles, HMR, and monorepos, Also can check for **exact class instance**
|
|
24
24
|
- ✅ **True nominal typing** with zero runtime cost
|
|
25
|
-
- ✅ **Inheritance-aware** checks (`isOfType` knows about subclasses)
|
|
26
25
|
- ✅ **Tiny less than 1.5 KB minified and brotlied** measured using size-limit
|
|
27
|
-
- ✅ **Performant as native instanceof** but with guaranteed checks
|
|
28
|
-
- ✅ Full TypeScript 5.0+ support + excellent JSDoc
|
|
26
|
+
- ✅ **Performant as native instanceof** but with guaranteed checks
|
|
29
27
|
|
|
30
28
|
---
|
|
31
29
|
|