formula: add disable/deprecation dates and reasons to json output

This commit is contained in:
Rylan Polster 2020-12-23 09:56:46 -05:00
parent 2eb34b0b27
commit 5f10a8ea76

View File

@ -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