Releases: petrepatrasc/blizzard-starcraft-api
Releases · petrepatrasc/blizzard-starcraft-api
1.1.0
1.0.4
What was changed?
- Reached 100% code coverage, did some architectural changes in the internals of the package.
- Added some more class comments, upgraded to latest composer dependencies.
1.0.3
What was changed?
- Fixed a bug where file_get_contents went unchallenged, and triggered an uncaught error.
1.0.2
What's new?
- Fixed some code in ApiService that was wrong to begin with.
- Added tests and new mocking data, so that everything is smoother now.
1.0.1
What's new?
- Upgraded dependencies so that they actually are correct now.
1.0.0
What was delivered?
All of the currently exposed API functionality is wrapped. Retrieving is supported across all Battle.NET regions for the following requests:
- Player profile
- Latest matches played by player
- Information regarding a player's ladder
- Information on grandmaster league (for current or previous season)
- Information regarding the rewards available in the game
- Information regarding the achievements available in the game
Also finally got the change to add some information into the README file, and also to create the documentation and GitHub page for the project.