Dieses Repository beinhaltet HTML- und Javascript Code zur einer NotizenWebApp auf Basis von Web Storage. Zudem sind Mocha/Chai Tests im Browser enthalten. https://meinenotizen.netlify.app/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

release-notes.md 15KB

4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. # Release Notes
  2. ## Development
  3. [Commits](https://github.com/kpdecker/jsdiff/compare/v3.5.0...master)
  4. ## v3.5.0 - March 4th, 2018
  5. - Omit redundant slice in join method of diffArrays - 1023590
  6. - Support patches with empty lines - fb0f208
  7. - Accept a custom JSON replacer function for JSON diffing - 69c7f0a
  8. - Optimize parch header parser - 2aec429
  9. - Fix typos - e89c832
  10. [Commits](https://github.com/kpdecker/jsdiff/compare/v3.5.0...v3.5.0)
  11. ## v3.5.0 - March 4th, 2018
  12. - Omit redundant slice in join method of diffArrays - 1023590
  13. - Support patches with empty lines - fb0f208
  14. - Accept a custom JSON replacer function for JSON diffing - 69c7f0a
  15. - Optimize parch header parser - 2aec429
  16. - Fix typos - e89c832
  17. [Commits](https://github.com/kpdecker/jsdiff/compare/v3.4.0...v3.5.0)
  18. ## v3.4.0 - October 7th, 2017
  19. - [#183](https://github.com/kpdecker/jsdiff/issues/183) - Feature request: ability to specify a custom equality checker for `diffArrays`
  20. - [#173](https://github.com/kpdecker/jsdiff/issues/173) - Bug: diffArrays gives wrong result on array of booleans
  21. - [#158](https://github.com/kpdecker/jsdiff/issues/158) - diffArrays will not compare the empty string in array?
  22. - comparator for custom equality checks - 30e141e
  23. - count oldLines and newLines when there are conflicts - 53bf384
  24. - Fix: diffArrays can compare falsey items - 9e24284
  25. - Docs: Replace grunt with npm test - 00e2f94
  26. [Commits](https://github.com/kpdecker/jsdiff/compare/v3.3.1...v3.4.0)
  27. ## v3.3.1 - September 3rd, 2017
  28. - [#141](https://github.com/kpdecker/jsdiff/issues/141) - Cannot apply patch because my file delimiter is "/r/n" instead of "/n"
  29. - [#192](https://github.com/kpdecker/jsdiff/pull/192) - Fix: Bad merge when adding new files (#189)
  30. - correct spelling mistake - 21fa478
  31. [Commits](https://github.com/kpdecker/jsdiff/compare/v3.3.0...v3.3.1)
  32. ## v3.3.0 - July 5th, 2017
  33. - [#114](https://github.com/kpdecker/jsdiff/issues/114) - /patch/merge not exported
  34. - Gracefully accept invalid newStart in hunks, same as patch(1) does. - d8a3635
  35. - Use regex rather than starts/ends with for parsePatch - 6cab62c
  36. - Add browser flag - e64f674
  37. - refactor: simplified code a bit more - 8f8e0f2
  38. - refactor: simplified code a bit - b094a6f
  39. - fix: some corrections re ignoreCase option - 3c78fd0
  40. - ignoreCase option - 3cbfbb5
  41. - Sanitize filename while parsing patches - 2fe8129
  42. - Added better installation methods - aced50b
  43. - Simple export of functionality - 8690f31
  44. [Commits](https://github.com/kpdecker/jsdiff/compare/v3.2.0...v3.3.0)
  45. ## v3.2.0 - December 26th, 2016
  46. - [#156](https://github.com/kpdecker/jsdiff/pull/156) - Add `undefinedReplacement` option to `diffJson` ([@ewnd9](https://api.github.com/users/ewnd9))
  47. - [#154](https://github.com/kpdecker/jsdiff/pull/154) - Add `examples` and `images` to `.npmignore`. ([@wtgtybhertgeghgtwtg](https://api.github.com/users/wtgtybhertgeghgtwtg))
  48. - [#153](https://github.com/kpdecker/jsdiff/pull/153) - feat(structuredPatch): Pass options to diffLines ([@Kiougar](https://api.github.com/users/Kiougar))
  49. [Commits](https://github.com/kpdecker/jsdiff/compare/v3.1.0...v3.2.0)
  50. ## v3.1.0 - November 27th, 2016
  51. - [#146](https://github.com/kpdecker/jsdiff/pull/146) - JsDiff.diffArrays to compare arrays ([@wvanderdeijl](https://api.github.com/users/wvanderdeijl))
  52. - [#144](https://github.com/kpdecker/jsdiff/pull/144) - Split file using all possible line delimiter instead of hard-coded "/n" and join lines back using the original delimiters ([@soulbeing](https://api.github.com/users/soulbeing))
  53. [Commits](https://github.com/kpdecker/jsdiff/compare/v3.0.1...v3.1.0)
  54. ## v3.0.1 - October 9th, 2016
  55. - [#139](https://github.com/kpdecker/jsdiff/pull/139) - Make README.md look nicer in npmjs.com ([@takenspc](https://api.github.com/users/takenspc))
  56. - [#135](https://github.com/kpdecker/jsdiff/issues/135) - parsePatch combines patches from multiple files into a single IUniDiff when there is no "Index" line ([@ramya-rao-a](https://api.github.com/users/ramya-rao-a))
  57. - [#124](https://github.com/kpdecker/jsdiff/issues/124) - IE7/IE8 failure since 2.0.0 ([@boneskull](https://api.github.com/users/boneskull))
  58. [Commits](https://github.com/kpdecker/jsdiff/compare/v3.0.0...v3.0.1)
  59. ## v3.0.0 - August 23rd, 2016
  60. - [#130](https://github.com/kpdecker/jsdiff/pull/130) - Add callback argument to applyPatches `patched` option ([@piranna](https://api.github.com/users/piranna))
  61. - [#120](https://github.com/kpdecker/jsdiff/pull/120) - Correctly handle file names containing spaces ([@adius](https://api.github.com/users/adius))
  62. - [#119](https://github.com/kpdecker/jsdiff/pull/119) - Do single reflow ([@wifiextender](https://api.github.com/users/wifiextender))
  63. - [#117](https://github.com/kpdecker/jsdiff/pull/117) - Make more usable with long strings. ([@abnbgist](https://api.github.com/users/abnbgist))
  64. Compatibility notes:
  65. - applyPatches patch callback now is async and requires the callback be called to continue operation
  66. [Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.3...v3.0.0)
  67. ## v2.2.3 - May 31st, 2016
  68. - [#118](https://github.com/kpdecker/jsdiff/pull/118) - Add a fix for applying 0-length destination patches ([@chaaz](https://api.github.com/users/chaaz))
  69. - [#115](https://github.com/kpdecker/jsdiff/pull/115) - Fixed grammar in README ([@krizalys](https://api.github.com/users/krizalys))
  70. - [#113](https://github.com/kpdecker/jsdiff/pull/113) - fix typo ([@vmazare](https://api.github.com/users/vmazare))
  71. [Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.2...v2.2.3)
  72. ## v2.2.2 - March 13th, 2016
  73. - [#102](https://github.com/kpdecker/jsdiff/issues/102) - diffJson with dates, returns empty curly braces ([@dr-dimitru](https://api.github.com/users/dr-dimitru))
  74. - [#97](https://github.com/kpdecker/jsdiff/issues/97) - Whitespaces & diffWords ([@faiwer](https://api.github.com/users/faiwer))
  75. - [#92](https://github.com/kpdecker/jsdiff/pull/92) - Fixes typo in the readme ([@bg451](https://api.github.com/users/bg451))
  76. [Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.1...v2.2.2)
  77. ## v2.2.1 - November 12th, 2015
  78. - [#89](https://github.com/kpdecker/jsdiff/pull/89) - add in display selector to readme ([@FranDias](https://api.github.com/users/FranDias))
  79. - [#88](https://github.com/kpdecker/jsdiff/pull/88) - Split diffs based on file headers instead of 'Index:' metadata ([@piranna](https://api.github.com/users/piranna))
  80. [Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.0...v2.2.1)
  81. ## v2.2.0 - October 29th, 2015
  82. - [#80](https://github.com/kpdecker/jsdiff/pull/80) - Fix a typo: applyPath -> applyPatch ([@fluxxu](https://api.github.com/users/fluxxu))
  83. - [#83](https://github.com/kpdecker/jsdiff/pull/83) - Add basic fuzzy matching to applyPatch ([@piranna](https://github.com/piranna))
  84. [Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.0...v2.2.0)
  85. ## v2.2.0 - October 29th, 2015
  86. - [#80](https://github.com/kpdecker/jsdiff/pull/80) - Fix a typo: applyPath -> applyPatch ([@fluxxu](https://api.github.com/users/fluxxu))
  87. - [#83](https://github.com/kpdecker/jsdiff/pull/83) - Add basic fuzzy matching to applyPatch ([@piranna](https://github.com/piranna))
  88. [Commits](https://github.com/kpdecker/jsdiff/compare/v2.1.3...v2.2.0)
  89. ## v2.1.3 - September 30th, 2015
  90. - [#78](https://github.com/kpdecker/jsdiff/pull/78) - fix: error throwing when apply patch to empty string ([@21paradox](https://api.github.com/users/21paradox))
  91. [Commits](https://github.com/kpdecker/jsdiff/compare/v2.1.2...v2.1.3)
  92. ## v2.1.2 - September 23rd, 2015
  93. - [#76](https://github.com/kpdecker/jsdiff/issues/76) - diff headers give error ([@piranna](https://api.github.com/users/piranna))
  94. [Commits](https://github.com/kpdecker/jsdiff/compare/v2.1.1...v2.1.2)
  95. ## v2.1.1 - September 9th, 2015
  96. - [#73](https://github.com/kpdecker/jsdiff/issues/73) - Is applyPatches() exposed in the API? ([@davidparsson](https://api.github.com/users/davidparsson))
  97. [Commits](https://github.com/kpdecker/jsdiff/compare/v2.1.0...v2.1.1)
  98. ## v2.1.0 - August 27th, 2015
  99. - [#72](https://github.com/kpdecker/jsdiff/issues/72) - Consider using options object API for flag permutations ([@kpdecker](https://api.github.com/users/kpdecker))
  100. - [#70](https://github.com/kpdecker/jsdiff/issues/70) - diffWords treats \n at the end as significant whitespace ([@nesQuick](https://api.github.com/users/nesQuick))
  101. - [#69](https://github.com/kpdecker/jsdiff/issues/69) - Missing count ([@wfalkwallace](https://api.github.com/users/wfalkwallace))
  102. - [#68](https://github.com/kpdecker/jsdiff/issues/68) - diffLines seems broken ([@wfalkwallace](https://api.github.com/users/wfalkwallace))
  103. - [#60](https://github.com/kpdecker/jsdiff/issues/60) - Support multiple diff hunks ([@piranna](https://api.github.com/users/piranna))
  104. - [#54](https://github.com/kpdecker/jsdiff/issues/54) - Feature Request: 3-way merge ([@mog422](https://api.github.com/users/mog422))
  105. - [#42](https://github.com/kpdecker/jsdiff/issues/42) - Fuzz factor for applyPatch ([@stuartpb](https://api.github.com/users/stuartpb))
  106. - Move whitespace ignore out of equals method - 542063c
  107. - Include source maps in babel output - 7f7ab21
  108. - Merge diff/line and diff/patch implementations - 1597705
  109. - Drop map utility method - 1ddc939
  110. - Documentation for parsePatch and applyPatches - 27c4b77
  111. Compatibility notes:
  112. - The undocumented ignoreWhitespace flag has been removed from the Diff equality check directly. This implementation may be copied to diff utilities if dependencies existed on this functionality.
  113. [Commits](https://github.com/kpdecker/jsdiff/compare/v2.0.2...v2.1.0)
  114. ## v2.0.2 - August 8th, 2015
  115. - [#67](https://github.com/kpdecker/jsdiff/issues/67) - cannot require from npm module in node ([@commenthol](https://api.github.com/users/commenthol))
  116. - Convert to chai since we don’t support IE8 - a96bbad
  117. [Commits](https://github.com/kpdecker/jsdiff/compare/v2.0.1...v2.0.2)
  118. ## v2.0.1 - August 7th, 2015
  119. - Add release build at proper step - 57542fd
  120. [Commits](https://github.com/kpdecker/jsdiff/compare/v2.0.0...v2.0.1)
  121. ## v2.0.0 - August 7th, 2015
  122. - [#66](https://github.com/kpdecker/jsdiff/issues/66) - Add karma and sauce tests ([@kpdecker](https://api.github.com/users/kpdecker))
  123. - [#65](https://github.com/kpdecker/jsdiff/issues/65) - Create component repository for bower ([@kpdecker](https://api.github.com/users/kpdecker))
  124. - [#64](https://github.com/kpdecker/jsdiff/issues/64) - Automatically call removeEmpty for all tokenizer calls ([@kpdecker](https://api.github.com/users/kpdecker))
  125. - [#62](https://github.com/kpdecker/jsdiff/pull/62) - Allow access to structured object representation of patch data ([@bittrance](https://api.github.com/users/bittrance))
  126. - [#61](https://github.com/kpdecker/jsdiff/pull/61) - Use svg instead of png to get better image quality ([@PeterDaveHello](https://api.github.com/users/PeterDaveHello))
  127. - [#29](https://github.com/kpdecker/jsdiff/issues/29) - word tokenizer works only for 7 bit ascii ([@plasmagunman](https://api.github.com/users/plasmagunman))
  128. Compatibility notes:
  129. - `this.removeEmpty` is now called automatically for all instances. If this is not desired, this may be overridden on a per instance basis.
  130. - The library has been refactored to use some ES6 features. The external APIs should remain the same, but bower projects that directly referenced the repository will now have to point to the [components/jsdiff](https://github.com/components/jsdiff) repository.
  131. [Commits](https://github.com/kpdecker/jsdiff/compare/v1.4.0...v2.0.0)
  132. ## v1.4.0 - May 6th, 2015
  133. - [#57](https://github.com/kpdecker/jsdiff/issues/57) - createPatch -> applyPatch failed. ([@mog422](https://api.github.com/users/mog422))
  134. - [#56](https://github.com/kpdecker/jsdiff/pull/56) - Two files patch ([@rgeissert](https://api.github.com/users/rgeissert))
  135. - [#14](https://github.com/kpdecker/jsdiff/issues/14) - Flip added and removed order? ([@jakesandlund](https://api.github.com/users/jakesandlund))
  136. [Commits](https://github.com/kpdecker/jsdiff/compare/v1.3.2...v1.4.0)
  137. ## v1.3.2 - March 30th, 2015
  138. - [#53](https://github.com/kpdecker/jsdiff/pull/53) - Updated README.MD with Bower installation instructions ([@ofbriggs](https://api.github.com/users/ofbriggs))
  139. - [#49](https://github.com/kpdecker/jsdiff/issues/49) - Cannot read property 'oldlines' of undefined ([@nwtn](https://api.github.com/users/nwtn))
  140. - [#44](https://github.com/kpdecker/jsdiff/issues/44) - invalid-meta jsdiff is missing "main" entry in bower.json
  141. [Commits](https://github.com/kpdecker/jsdiff/compare/v1.3.1...v1.3.2)
  142. ## v1.3.1 - March 13th, 2015
  143. - [#52](https://github.com/kpdecker/jsdiff/pull/52) - Fix for #51 Wrong result of JsDiff.diffLines ([@felicienfrancois](https://api.github.com/users/felicienfrancois))
  144. [Commits](https://github.com/kpdecker/jsdiff/compare/v1.3.0...v1.3.1)
  145. ## v1.3.0 - March 2nd, 2015
  146. - [#47](https://github.com/kpdecker/jsdiff/pull/47) - Adding Diff Trimmed Lines ([@JamesGould123](https://api.github.com/users/JamesGould123))
  147. [Commits](https://github.com/kpdecker/jsdiff/compare/v1.2.2...v1.3.0)
  148. ## v1.2.2 - January 26th, 2015
  149. - [#45](https://github.com/kpdecker/jsdiff/pull/45) - Fix AMD module loading ([@pedrocarrico](https://api.github.com/users/pedrocarrico))
  150. - [#43](https://github.com/kpdecker/jsdiff/pull/43) - added a bower file ([@nbrustein](https://api.github.com/users/nbrustein))
  151. [Commits](https://github.com/kpdecker/jsdiff/compare/v1.2.1...v1.2.2)
  152. ## v1.2.1 - December 26th, 2014
  153. - [#41](https://github.com/kpdecker/jsdiff/pull/41) - change condition of using node export system. ([@ironhee](https://api.github.com/users/ironhee))
  154. [Commits](https://github.com/kpdecker/jsdiff/compare/v1.2.0...v1.2.1)
  155. ## v1.2.0 - November 29th, 2014
  156. - [#37](https://github.com/kpdecker/jsdiff/pull/37) - Add support for sentences. ([@vmariano](https://api.github.com/users/vmariano))
  157. - [#28](https://github.com/kpdecker/jsdiff/pull/28) - Implemented diffJson ([@papandreou](https://api.github.com/users/papandreou))
  158. - [#27](https://github.com/kpdecker/jsdiff/issues/27) - Slow to execute over diffs with a large number of changes ([@termi](https://api.github.com/users/termi))
  159. - Allow for optional async diffing - 19385b9
  160. - Fix diffChars implementation - eaa44ed
  161. [Commits](https://github.com/kpdecker/jsdiff/compare/v1.1.0...v1.2.0)
  162. ## v1.1.0 - November 25th, 2014
  163. - [#33](https://github.com/kpdecker/jsdiff/pull/33) - AMD and global exports ([@ovcharik](https://api.github.com/users/ovcharik))
  164. - [#32](https://github.com/kpdecker/jsdiff/pull/32) - Add support for component ([@vmariano](https://api.github.com/users/vmariano))
  165. - [#31](https://github.com/kpdecker/jsdiff/pull/31) - Don't rely on Array.prototype.map ([@papandreou](https://api.github.com/users/papandreou))
  166. [Commits](https://github.com/kpdecker/jsdiff/compare/v1.0.8...v1.1.0)
  167. ## v1.0.8 - December 22nd, 2013
  168. - [#24](https://github.com/kpdecker/jsdiff/pull/24) - Handle windows newlines on non windows machines. ([@benogle](https://api.github.com/users/benogle))
  169. - [#23](https://github.com/kpdecker/jsdiff/pull/23) - Prettied up the API formatting a little, and added basic node and web examples ([@airportyh](https://api.github.com/users/airportyh))
  170. [Commits](https://github.com/kpdecker/jsdiff/compare/v1.0.7...v1.0.8)
  171. ## v1.0.7 - September 11th, 2013
  172. - [#22](https://github.com/kpdecker/jsdiff/pull/22) - Added variant of WordDiff that doesn't ignore whitespace differences ([@papandreou](https://api.github.com/users/papandreou)
  173. - Add 0.10 to travis tests - 243a526
  174. [Commits](https://github.com/kpdecker/jsdiff/compare/v1.0.6...v1.0.7)
  175. ## v1.0.6 - August 30th, 2013
  176. - [#19](https://github.com/kpdecker/jsdiff/pull/19) - Explicitly define contents of npm package ([@sindresorhus](https://api.github.com/users/sindresorhus)
  177. [Commits](https://github.com/kpdecker/jsdiff/compare/v1.0.5...v1.0.6)