Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smelukov committed Aug 23, 2017
1 parent 4857ce9 commit bf956c0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
29 changes: 17 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# 1.0.2 / 2016-03-10
- fix recirsion object check

# 1.0.1 / 2016-03-10
- micro optimization

# 1.0.0 / 2016-03-10
- initial release
- bower support
- travis support
- tests
- build
## 2.0.0 (August 24, 2017)

- performance improvements
- array recursion check
- removed gulp and webpack

## 1.0.2 (March 10, 2016)

- fix recursion object check

# 1.0.1 (March 10, 2016)

- micro optimization

# 1.0.0 (March 10, 2016)

- initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nano-equal",
"version": "1.0.2",
"version": "2.0.0",
"description": "Ultra fast and compact implementation of deep equal without any production dependencies.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit bf956c0

Please sign in to comment.