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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
###0.6.0
2
+
3
+
####Breaking changes
4
+
5
+
1. Eradicated`Client*Operator` operators completely, use context instead to pass client's username.
6
+
2. Every method that was expecting`array $context` will now expect`Context $context`, if you want e.g. to make a request for client with username`"foo"` you can now do it via`$operator->requestMethod(... params, Context::forClient("foo"))`.