Skip to content

Commit

Permalink
Add link to v1 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Jan 18, 2024
1 parent ea61aac commit c2ba688
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Mergician is a uniquely flexible and light-weight utility for cloning and deep (

Unlike native methods and other utilities, Mergician faithfully clones and merges objects by properly handling [descriptor](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyDescriptor) values, [accessor](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Property_accessors) functions, and prototype properties while offering advanced options for customizing the clone/merge process.

?> Version 2 contains new features and breaking changes (see the [Changelog](changelog) for details). Documentation for version 1 is available [on GitHub](https://github.com/jhildenbiddle/mergician/blob/v1.0.3/docs/index.md).

## Features

- Deep (recursive) clone/merge JavaScript objects
Expand Down

0 comments on commit c2ba688

Please sign in to comment.