- Fix the
time_to_next_mrr_milestone
estimation and make it accurate to the day
- Improve MRR calculations with prorated churned and new MRR (hopefully fixes bad churned MRR calculations)
- Only consider paid charges for all revenue calculations (hopefully fixes bad ARPC calculations)
- Add
multiple:
parameter as another option forestimated_valuation
(same asat:
, just syntactic sugar)
- Add syntactic sugar for
estimated_valuation(at: "3x")
- Now
estimated_valuation
also supportsNumeric
-only inputs likeestimated_valuation(3)
, so that @pretzelhands can avoid writing 3 extra characters and we embrace actual syntactic sugar instead of "syntactic saccharine" (sic.)
- Initial production ready release
- Initial test release (not production ready)