diff --git a/package.json b/package.json index b738bb1..c91c759 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tiebreak", - "version": "0.2.0", + "version": "0.3.0", "description": "Calculation of chess tournament tiebreaks compliant with FIDE regulations", "keywords": [ "chess", diff --git a/src/tiebreak.ts b/src/tiebreak.ts index 9e98cdb..36fd38b 100644 --- a/src/tiebreak.ts +++ b/src/tiebreak.ts @@ -74,7 +74,6 @@ export interface PlayerRanking { /** * Calculates tiebreaks for a tournament with the given results and configuration. */ -// TODO: Rename to Tiebreaker // TODO: Measure performance for large tournaments. Add caching/memoization if needed. export class Tiebreaker { constructor(