@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 CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [3.1.1] - 2026-02-25
6
+
7
+ ### Changed
8
+
9
+ - Updated README.md
10
+
5
11
  ## [3.1.0] - 2026-02-25
6
12
 
7
13
  ### Added
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! Also can check for **exact class instance**
28
- - ✅ Full TypeScript 5.0+ support + excellent JSDoc
26
+ - ✅ **Performant as native instanceof** but with guaranteed checks
29
27
 
30
28
  ---
31
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vicin/sigil",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Lightweight TypeScript library for nominal identity classes",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",