Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdecker committed Jan 6, 2019
1 parent 79c31bd commit 6b12408
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,25 @@

## Development

[Commits](https://github.com/kpdecker/jsdiff/compare/v3.5.0...master)
[Commits](https://github.com/kpdecker/jsdiff/compare/v4.0.0...master)

## v4.0.0 - January 5th, 2019
- [#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))
- [#227](https://github.com/kpdecker/jsdiff/issues/227) - Licence
- [#199](https://github.com/kpdecker/jsdiff/issues/199) - Import statement for jsdiff
- [#159](https://github.com/kpdecker/jsdiff/issues/159) - applyPatch affecting wrong line number with with new lines
- [#8](https://github.com/kpdecker/jsdiff/issues/8) - A new state "replace"
- Drop ie9 from karma targets - 79c31bd
- Upgrade deps. Convert from webpack to rollup - 2c1a29c
- Make ()[]"' as word boundaries between each other - f27b899
- jsdiff: Replaced phantomJS by chrome - ec3114e
- Add yarn.lock to .npmignore - 29466d8

Compatibility notes:
- Bower and Component packages no longer supported


[Commits](https://github.com/kpdecker/jsdiff/compare/v3.5.0...v4.0.0)

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

0 comments on commit 6b12408

Please sign in to comment.