Skip to content

Commit b552348

Browse files
committed
Added features section
1 parent 30fcdf0 commit b552348

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Microdiff is a tiny (currently <1kb), fast, zero dependency object and array com
88

99
</div>
1010

11+
# Features
12+
13+
- 🚀 100%+ faster than other object diff libraries
14+
- 📦 Extremely lightweight, <1kb minified
15+
- 🌎 Supports Deno, Node, the web, and even service workers. Also comes with built in Typescript types
16+
- 🔰 Very easy to use, having just a single `diff()` function
17+
- 📅 Full support for objects like `new Date()` and `new RegExp()`
18+
1119
# Get started
1220

1321
First, install Microdiff

0 commit comments

Comments
 (0)