Releases: aegershman/cf-report-usage-plugin
3.0.0
Outputs are exactly the same, but the package structure now relies on using /cmd
and /internal
. I can't imagine anyone was using the packages (let alone this plugin as a whole), but just for good measure, going to bump to 3.x; should also allow for making more rapid and experimental and self-educational internal changes as patch bumps
Changelog
f5fa849 Internal packages; minor main.go swapouts (#96)
c78fc6d bump 3.x given layout changes, though functionally quite similar. my semvering hasnt been perfect for sure
4e9ca87 rm pluralization of presenters (#97)
84abcae trying something new, putting reportusage inside a cmd folder (#95)
2.12.1
2.12.0
2.11.2
2.11.1
2.11.0
2.10.2
2.10.1
2.10.0
2.9.1
Changelog
cd25214 Add extra fields to certain models, remove unnecessary code (#58)
f450017 Aggregated OrgStats data, cleaned up BillableAppInstances, etc. (#50)
c9bbb33 Finish out each Reporter impl (#69)
9766fb4 Remove dedicated types wrapping single-structs into slices (#62)
3858fea Significant refactoring of internal APIs to use aggregate interfaces of reporters instead of direct properties (#68)
4cbbf7c account for user-provided services (#60)
a8163c9 break out models structs into respective files (#53)
dbc6a57 consolidate all models into models package (#57)
0db5ffe default output format table (#52)
79c7923 don't directly expose orgsRef in reporter (#70)
d230d10 don't expose unnecessary fields; prepare to re-rename decorators (#66)
2d8e05a extract stats objects into decorator objects around primary models (#54)
6ca5602 forgot about the stat names in presenters (#65)
56a3914 going to rename to usagereport (#51)
7c6f8b6 plugin output formatting (#63)
18de92d remove report struct in favor of just directly using summaryreporter (#71)
5d297a3 rename (again) from decorator to report... my bad (#67)
1b1994c rename Stats to Decorator(s) (#64)
3627bbc rm the skipSI flag (#55)
b435314 swap os.exit for log.fatal (#59)
78d03e0 tiny minor internal formatting (#61)