Skip to content

Commit 5907aa3

Browse files
author
Phillip Clark
committed
requesting feedback
1 parent c266dc9 commit 5907aa3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
## Log
66

7-
`1.0-pre` - 2018-02-25
7+
`1.0.0-pre.x` - 2018-02-25
8+
9+
Install with `npm install deep-diff@next`... planning to release after only a few days of feedback.
810

911
* reverted to [UMD style module](https://github.com/umdjs/umd) rather than the ES6 style, which evidently, broke lots of people's previously working code.
1012
* fixed some bugs...

Readme.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
**deep-diff** is a javascript/node.js module providing utility functions for determining the structural differences between objects and includes some utilities for applying differences across objects.
88

9+
> I'm actively working through the backlog of issues and will pubish v1.0.0 soon. I'd appreciate any feedback I can get...
10+
11+
Currently `v1.0.0-pre.1`
12+
13+
```bash
14+
npm install deep-diff@next
15+
```
16+
917
## Features
1018

1119
* Get the structural differences between two objects.

0 commit comments

Comments
 (0)