formula: add disable/deprecation dates and reasons to json output
This commit is contained in:
parent
2eb34b0b27
commit
5f10a8ea76
@ -1789,7 +1789,11 @@ class Formula
|
|||||||
"pinned" => pinned?,
|
"pinned" => pinned?,
|
||||||
"outdated" => outdated?,
|
"outdated" => outdated?,
|
||||||
"deprecated" => deprecated?,
|
"deprecated" => deprecated?,
|
||||||
|
"deprecation_date" => deprecation_date,
|
||||||
|
"deprecation_reason" => deprecation_reason,
|
||||||
"disabled" => disabled?,
|
"disabled" => disabled?,
|
||||||
|
"disable_date" => disable_date,
|
||||||
|
"disable_reason" => disable_reason,
|
||||||
}
|
}
|
||||||
|
|
||||||
if stable
|
if stable
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user