diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a5572..5277baa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.2.0 + +- `StatboticsMatch.displayName` renders every playoff level in the same case as + the qualification and final ones: `EF2` and `QF3` rather than `ef2` and `qf3`. + Only `qm`, `sf` and `f` had explicit cases, so `ef` and `qf` fell through to a + branch that passed the raw lowercase level straight out. That branch now + upper-cases whatever it is given, so a level Statbotics adds later reads the + same way. +- Documented the full public API surface and the transient-error retry + behavior in the README. + ## 0.1.0 - Initial release: `StatboticsClient` (`getEvent`, `getEventTeams`, diff --git a/pubspec.yaml b/pubspec.yaml index 834d024..7c94cb6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: statbotics_client description: A typed Dart client for the Statbotics API v3 (FRC EPA statistics, events, matches). Pure Dart, no Flutter dependency. -version: 0.1.0 +version: 0.2.0 repository: https://github.com/Project516/statbotics_client topics: