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: MIGRATION.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
@@ -2,9 +2,16 @@
2
2
3
3
## 2.x -> 3.x
4
4
5
+
### Before Method
6
+
5
7
The iAll interface was extended with the iBefore interface. If you created your own implementation of iAll you need to implement the iBefore interface as well.
6
8
If you use the All class you don't need to do anything.
7
9
10
+
### Within Method
11
+
12
+
The iAll interface was extended with the iWithin interface. If you created your own implementation of iAll you need to implement the iWithin interface as well.
13
+
If you use the All class you don't need to do anything.
14
+
8
15
## 1.x -> 2.x
9
16
10
17
The ssh connection string is now part of `\Deployer\Host\Host`. This means the
0 commit comments