Skip to content

Commit 6b12408

Browse files
committed
Update release notes
1 parent 79c31bd commit 6b12408

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

release-notes.md

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

33
## Development
44

5-
[Commits](https://github.com/kpdecker/jsdiff/compare/v3.5.0...master)
5+
[Commits](https://github.com/kpdecker/jsdiff/compare/v4.0.0...master)
6+
7+
## v4.0.0 - January 5th, 2019
8+
- [#94](https://github.com/kpdecker/jsdiff/issues/94) - Missing "No newline at end of file" when comparing two texts that do not end in newlines ([@federicotdn](https://api.github.com/users/federicotdn))
9+
- [#227](https://github.com/kpdecker/jsdiff/issues/227) - Licence
10+
- [#199](https://github.com/kpdecker/jsdiff/issues/199) - Import statement for jsdiff
11+
- [#159](https://github.com/kpdecker/jsdiff/issues/159) - applyPatch affecting wrong line number with with new lines
12+
- [#8](https://github.com/kpdecker/jsdiff/issues/8) - A new state "replace"
13+
- Drop ie9 from karma targets - 79c31bd
14+
- Upgrade deps. Convert from webpack to rollup - 2c1a29c
15+
- Make ()[]"' as word boundaries between each other - f27b899
16+
- jsdiff: Replaced phantomJS by chrome - ec3114e
17+
- Add yarn.lock to .npmignore - 29466d8
18+
19+
Compatibility notes:
20+
- Bower and Component packages no longer supported
21+
22+
23+
[Commits](https://github.com/kpdecker/jsdiff/compare/v3.5.0...v4.0.0)
624

725
## v3.5.0 - March 4th, 2018
826
- Omit redundant slice in join method of diffArrays - 1023590

0 commit comments

Comments
 (0)