Skip to content

Latest commit

 

History

History
86 lines (67 loc) · 7.48 KB

CHANGELOG.md

File metadata and controls

86 lines (67 loc) · 7.48 KB

Changelog

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.

v0.0.1 (2022-01-23)

Documentation

  • Better error handling for edge cases
  • Maintenance, Refactoring and Documentation

New Features

  • New api-client, other fixes

  • Implement requesting with match_id as id_type

  • Teamgame support Sort for requested players in vec

    Create a team for each "-1" team member

    Add case for team == -1 to create a team from each player with that team

  • Assemble match info response (Part II: Teams & Matchinfo)

  • Assemble match info response (Part I: Players & Rating)

  • Implement indexing of alias-list + pull translations into in-memory DB

  • Preparation for assembly of response towards the frontend

  • Download datalists from github in the background and expose them to the client

  • Implemented first draft of matchinfo endpoint

Bug Fixes

  • Small doc fixes

Commit Statistics

Commit Details

view details
  • #1
    • Implemented first draft of matchinfo endpoint (c8028b5)
  • #10
    • Assemble match info response (Part I: Players & Rating) (fadf5d1)
  • #11
    • Assemble match info response (Part II: Teams & Matchinfo) (29a5d01)
  • #12
    • Maintenance, Refactoring and Documentation (f500df0)
  • #13
  • #14
  • #15
  • #16
    • Refactoring to url::Url (ca3320a)
  • #17
    • Refactoring to TestCases (7dae8f2)
  • #18
    • Better error handling for edge cases (3f1e21e)
  • #19
    • Implement requesting with match_id as id_type (8410f6c)
  • #2
    • Download datalists from github in the background and expose them to the client (c27782f)
  • #20
    • New api-client, other fixes (9a9d8e6)
  • #6
  • #7
    • Preparation for assembly of response towards the frontend (2980a1a)
  • #8
    • Implement indexing of alias-list + pull translations into in-memory DB (0a8e412)
  • Uncategorized