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
- Require closures where callables were previously sufficient
63
+
- Rename `throughCallback()` to `throughClosure()`
64
+
- Split `PipelineInterface` into multiple interfaces to surface different methods after `send()` or `stream()` are called, and to prevent useless early calls to `withConformity()`
65
+
- Add `fromNames()` and `toNames()` to `ConvertibleEnumerationInterface` and implement in `AbstractConvertibleEnumeration` and `AbstractReflectiveEnumeration`
66
+
- Move `Convert::toNormal()` to `Str::normalise()`
67
+
- Move `Convert::queryToData()` to `Get::filter()` and refactor to take advantage of `parse_str()`
68
+
- Move `Convert::dataToQuery()` to `Get::query()` and add `QueryFlag` for more precise control of serialization
69
+
- Move `Convert::uuidToHex()` to `Get::uuid()` and allow the given UUID to be in hexadecimal form already
70
+
- Add `Compute::binaryUuid()` and remove `$binary` parameter from `Compute::uuid()`
71
+
- Move `Convert::unwrap()` to `Str::unwrap()`
72
+
- Move `Convert::toShellArg()` and `Convert::toCmdArg()` to `Sys` as private methods `escapeShellArg()` and `escapeCmdArg()`
0 commit comments