We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffd644 commit 742c096Copy full SHA for 742c096
UPGRADING_v5.md
@@ -16,5 +16,9 @@
16
- `<th class="f-num">` (from-number) becomes `<th class="n-new">` (number-new).
17
- `<th class="t-num">` (to-number) becomes `<th class="n-old">` (number-old).
18
19
-- The `tag` in `Json` template is now in `int` form by default.
+- The `tag` (sometimes called `op`) in `Json` template is now in `int` form by default.
20
To get previous behavior, set the renderer option `outputTagAsString` to `true`.
21
+
22
+- The `tag` (sometimes called `op`) in `Diff::getGroupedOpcodes()`'s results are now in `int` form.
23
+ The corresponding meaning could be found in
24
+ [jfcherng/php-sequence-matcher](https://github.com/jfcherng/php-sequence-matcher/blob/3.0.0/src/SequenceMatcher.php#L16-L26).
0 commit comments