All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Team.Color.by_name
throwing an error when called with an invalid name (now returnsNone
instead)
0.2.0 - 2018-11-18
- API Documentation on Read the Docs
- Support for new API response properties in Echo VR Combat release patch
players
property onGameSate
for listing all players in the gamefind_team
andfind_player
methods onGameState
- Alias
Player#name
asPlayer#username
Team.Color#by_name
0.1.1 - 2018-11-06
- Properly declare dependencies in setup.py
0.1.0 - 2018-11-05
- A changelog
- Shortcut methods for accessing the default API on localhost
- Concept of team colors, with special methods on the GameState and Team objects
Team#score
shortcut method for getting a team's score- More extensive README documentation on how to install and use the package
- Fix imports to work when
__init__.py
is not executed directly
- Simple system for fetching JSON from the API
- Simple object model exposing the basic functionality of the API