Skip to content

Releases: echecsjs/performance-rating

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 10 May 15:34
f547ade
feat!: adapt to @echecs/tournament v3 types (#34)

v3.0.2

Choose a tag to compare

@github-actions github-actions released this 17 Apr 18:20
59b1fd1

Fixed

  • Added top-level types field to package.json for TypeScript configs that
    don't resolve types through exports conditions.

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Apr 16:59
2bd997e

Fixed

  • documented subpath exports (/average, /average-perfect, /perfect)
  • clarified Player.rating is optional
  • documented tiebreak export alias
  • documented Result and GameKind type exports

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Mar 21:43

Changed

  • BREAKING: Bye games now use same player for both sides
    ({ black: 'A', white: 'A' }) instead of empty string
    ({ black: '', white: 'A' }).
  • Updated TypeScript to 6.0.
  • Internal: split functions into individual files, renamed parameters.

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Mar 20:07

Added

  • GameKind type for FIDE 16 unplayed rounds.
  • SPEC.md with FIDE C.07 regulation text.

Changed

  • BREAKING: GameKind added to Game type exports.

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Mar 15:19
2cc3edd

Changed

  • BREAKING: All functions renamed to tiebreak.
  • BREAKING: Subpath exports added.

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 24 Mar 14:26
a0f0036

Changed

  • BREAKING: Game.blackId renamed to Game.black.
  • BREAKING: Game.whiteId renamed to Game.white.

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 24 Mar 12:08
aee20cf

Changed

  • BREAKING: Game type no longer has a round field.
  • BREAKING: All functions accept Game[][] instead of Game[].

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 23 Mar 17:56
1bfa1a8
  • First npm release.