Skip to content

Commit d5172bd

Browse files
Update migration.md
1 parent 8949713 commit d5172bd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/migration.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
### Breaking Changes in 5.0
2+
3+
Old | New
4+
:--|:--
5+
`launch` | `launch_app`
6+
`install` | `install_app`
7+
`remove` | `remove_app`
8+
9+
method_missing has been removed from the Ruby bindings. If you want to invoke methods on the top level object,
10+
you can use the following:
11+
12+
`Appium.promote_appium_methods Object`
13+
14+
Also make sure to update to Appium Ruby Console v1.0.2 or better. Old consoles will not work with the 5.0 release due to the removal of method_missing.
15+
116
### Breaking Changes in 4.0
217

318
Old | New

0 commit comments

Comments
 (0)