This repository was archived by the owner on Jan 14, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Development
4
4
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 )
6
17
7
18
## v3.3.1 - September 3rd, 2017
8
19
- [ #141 ] ( https://github.com/kpdecker/jsdiff/issues/141 ) - Cannot apply patch because my file delimiter is "/r/n" instead of "/n"
You can’t perform that action at this time.
0 commit comments