Commit c21b737
authored
Update moshi to v1.15.2 (#344)
###
[`v1.15.2`](https://redirect.github.com/square/moshi/blob/HEAD/CHANGELOG.md#Version-1152)
[Compare
Source](https://redirect.github.com/square/moshi/compare/1.15.1...1.15.2)
*2024-12-05*
- Do not generate conditional shrinker rules (i.e., `-if`) when the rule
is already predicated on the presence of the target type (as
`-keepnames` and `-keepclassmembers` are).
This will improve shrinker performance for projects with hundreds of
model types, as conditional rules are more expensive to evaluate.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 313c668 commit c21b737
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments