Skip to content
This repository was archived by the owner on Jan 14, 2019. It is now read-only.

Commit c955261

Browse files
committed
Update release notes
1 parent 6be51d4 commit c955261

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

release-notes.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22

33
## Development
44

5-
[Commits](https://github.com/kpdecker/jsdiff/compare/v3.3.1...master)
5+
[Commits](https://github.com/kpdecker/jsdiff/compare/v3.4.0...master)
6+
7+
## v3.4.0 - October 7th, 2017
8+
- [#183](https://github.com/kpdecker/jsdiff/issues/183) - Feature request: ability to specify a custom equality checker for `diffArrays`
9+
- [#173](https://github.com/kpdecker/jsdiff/issues/173) - Bug: diffArrays gives wrong result on array of booleans
10+
- [#158](https://github.com/kpdecker/jsdiff/issues/158) - diffArrays will not compare the empty string in array?
11+
- comparator for custom equality checks - 30e141e
12+
- count oldLines and newLines when there are conflicts - 53bf384
13+
- Fix: diffArrays can compare falsey items - 9e24284
14+
- Docs: Replace grunt with npm test - 00e2f94
15+
16+
[Commits](https://github.com/kpdecker/jsdiff/compare/v3.3.1...v3.4.0)
617

718
## v3.3.1 - September 3rd, 2017
819
- [#141](https://github.com/kpdecker/jsdiff/issues/141) - Cannot apply patch because my file delimiter is "/r/n" instead of "/n"

0 commit comments

Comments
 (0)