Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down