You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@ All notable changes to [path-intersection](https://github.com/bpmn-io/path-inter
6
6
7
7
___Note:__ Yet to be released changes appear here._
8
8
9
+
## 4.0.0
10
+
11
+
*`FEAT`: remove internal caching logic in favor of robust external path caching mechanism ([#31](https://github.com/bpmn-io/path-intersection/pull/31))
12
+
*`FEAT`: allow pre-computation of paths for later intersection ([#25](https://github.com/bpmn-io/path-intersection/issues/25), [#31](https://github.com/bpmn-io/path-intersection/pull/31))
13
+
*`DOCS`: improve various type declarations ([#31](https://github.com/bpmn-io/path-intersection/pull/31))
14
+
*`CHORE`: apply various minor internal optimizations ([#31](https://github.com/bpmn-io/path-intersection/pull/31))
15
+
9
16
## 3.1.0
10
17
11
18
*`FIX`: correct type declaration ([#23](https://github.com/bpmn-io/path-intersection/pull/23))
0 commit comments