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?,
|
||||
"outdated" => outdated?,
|
||||
"deprecated" => deprecated?,
|
||||
"deprecation_date" => deprecation_date,
|
||||
"deprecation_reason" => deprecation_reason,
|
||||
"disabled" => disabled?,
|
||||
"disable_date" => disable_date,
|
||||
"disable_reason" => disable_reason,
|
||||
}
|
||||
|
||||
if stable
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user