File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1+ # CHANGELOG
2+
3+ ## 0.0.4
4+ Major improvements to memory usage.
Original file line number Diff line number Diff line change 11// Copyright (c) 2006, 2008 Tony Garnock-Jones <tonyg@lshift.net>
22// Copyright (c) 2006, 2008 LShift Ltd. <query@lshift.net>
3- // Copyright (c) 2016 Axosoft, LLC (www.axosoft .com)
3+ // Copyright (c) 2016, 2022 Axosoft, LLC (www.gitkraken .com)
44//
55// Permission is hereby granted, free of charge, to any person
66// obtaining a copy of this software and associated documentation files
Original file line number Diff line number Diff line change 22 * URL: https://github.com/cubicdaiya/onp
33 *
44 * Copyright (c) 2013 Tatsuhiko Kubo <cubicdaiya@gmail.com>
5- * Copyright (c) 2016 Axosoft, LLC (www.axosoft .com)
5+ * Copyright (c) 2016, 2022 Axosoft, LLC (www.gitkraken .com)
66 *
77 * Permission is hereby granted, free of charge, to any person obtaining a copy
88 * of this software and associated documentation files (the "Software"), to deal
@@ -134,7 +134,7 @@ module.exports = function (a_, b_) {
134134
135135 lastStartX = elem . startX ;
136136 lastStartY = elem . startY ;
137-
137+
138138 r = pathposi [ r ] . r ;
139139 }
140140
Original file line number Diff line number Diff line change 11{
22 "name" : " diff3" ,
3- "version" : " 0.0.3 " ,
3+ "version" : " 0.0.4 " ,
44 "description" : " A diff3 engine for nodejs" ,
55 "main" : " diff3.js" ,
66 "scripts" : {
1414 " diff3" ,
1515 " diff"
1616 ],
17- "author" : " Tyler Wanek" ,
17+ "author" : " Tyler Wanek & Jacob Watson " ,
1818 "license" : " MIT" ,
1919 "bugs" : {
2020 "url" : " https://github.com/axosoft/diff3/issues"
You can’t perform that action at this time.
0 commit comments