Skip to content

Commit

Permalink
Added features section
Browse files Browse the repository at this point in the history
  • Loading branch information
AsyncBanana committed Nov 6, 2021
1 parent 30fcdf0 commit b552348
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Microdiff is a tiny (currently <1kb), fast, zero dependency object and array com

</div>

# Features

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

# Get started

First, install Microdiff
Expand Down

0 comments on commit b552348

Please sign in to comment.