-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
42 lines (26 loc) · 917 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Version 0.8.0 (2024-01-25)
--------------------------
- upgraded to scala 2.13.12 / 3.3.1 and scala-js 1.15.0
Version 0.7.1 (2021-09-20)
--------------------------
- upgraded to scala 2.13.6 / 3.0.2 and scala-js 1.7.0
Version 0.7.0 (2021-05-14)
--------------------------
- added `Diff#longestCommonSequence` and `Diff#minEditDistance`
- added `Patch.apply` overload without `targetSize`
- added `Patch#isEmpty`
- cross-release for Scala 3.0.0
Version 0.6.0 (2021-04-26)
--------------------------
- improved modelling of `Diff.Op.Move`
- fixed ArrayIndexOutOfBoundsException in certain cases
- implemented `Diff.Patch`
- greatly improve test coverage
- improved naming of `Diff.Chunk` ADT subs
- improved and extended documentation
Version 0.5.1 (2021-04-23)
--------------------------
- fixed empty release artifacts (duuh!)
Version 0.5.0 (2021-04-23)
--------------------------
first public release