Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@TheAnnalyst TheAnnalyst released this 29 Mar 23:00

v0.6.0

  • New data can be stored about matches, represented by the following new fields on MatchData:
    • comments allows for text comments about a match--perfect for qualitative scouting data!
    • noShow allows you to record teams that don't show up to their matches
    • defended can be used to track whether a robot was defended against in the match (which can affect their performance)

v0.5.0

  • Hooks can be registered when initialized a storage backend; these can be used to run additional code when matches are retrieved/stored/deleted.

v0.4.3

  • SQL schemas are properly included in the distributed package.
  • Information about crossing the starting line in auto in Rapid React is properly stored.

v0.4.1

  • Rapid React is exported properly at the top level.

v0.4.0

  • Basic support for Rapid React has been added; see the documentation for more information.
  • Rapid React is supported only on the SQLite backend.