Brackets Manager.js Versions Save

A simple library to manage tournament brackets (round-robin, single elimination, double elimination).

v1.6.4

9 months ago
  • Export ordering methods 59cced8
  • Add isPowerOfTwo() helper b5604f3
  • Support updating consolation final c19423d
  • Create double elimination with grand final and consolation final e820302
  • Add comments to existing code 4ed8e6b
  • Fix bug with get.nextMatches() for winner of WB final 0069cae
  • Fix bug when updating seed orderings 3083119
  • Add keepSameSize param to update.seeding() 898db07
  • Partial support for consolation matches fa35215
  • Add error handling in getLoserRoundMatchCount() af52c3c
  • Rename getLoserRoundLoserCount() to getLoserCountFromWbForLbRound() d1eb609
  • Use Array.from({ length }) 9e26f13
  • Set result to win for BYE completed matches 59fab01
  • Prevent override of bye completed match 0dc87c1

https://github.com/Drarig29/brackets-manager.js/compare/v1.6.3...v1.6.4

v1.6.3

10 months ago
  • Export everything required for full documentation 7eb30dc
  • Fix test documentation job af7a6e6
  • Fix lint command 5e6227f
  • Add test to ensure documentation stays good 2d84397
  • Update .editorconfig eed5f61
  • Add .prettierrc.yml 9adcf3d
  • Update tests.yml a9bd619

https://github.com/Drarig29/brackets-manager.js/compare/v1.6.2...v1.6.3

v1.6.2

10 months ago
  • Fix a bug in manager.update.seeding() 8b6f3bf
  • Automatically set winner when status is passed d7f7b0f

https://github.com/Drarig29/brackets-manager.js/compare/v1.6.1...v1.6.2

v1.6.1

10 months ago
  • Fix manager.create.stage() 9df6d82
  • Update all usages to manager.create.stage() 9e0a3cc
  • Update docs on release 15fbc12

https://github.com/Drarig29/brackets-manager.js/compare/v1.6.0...v1.6.1

v1.6.0

10 months ago
  • Assert the value is unique as intended 0fff3e7
  • Add verbose mode 46f4af2
  • Fix default values 60b5993
  • Deprecate manager.create() in favor of manager.create.stage() 7a2bba4
  • Support IDs as strings (#114) e422a4a

https://github.com/Drarig29/brackets-manager.js/compare/v1.5.10...v1.6.0

v1.5.10

10 months ago
  • Play final and consolation final in parallel (#175) 4b61707

https://github.com/Drarig29/brackets-manager.js/compare/v1.5.9...v1.5.10

v1.5.9

10 months ago
  • Fix get.currentMatches() (#173) 41394ed
  • [ci] Force colors in unit tests 2cafaf8

https://github.com/Drarig29/brackets-manager.js/compare/v1.5.8...v1.5.9

v1.5.8

1 year ago
  • Update README.md 91e8b9f
  • Use DeepPartial for update.match() 5b60a8d

https://github.com/Drarig29/brackets-manager.js/compare/v1.5.7...v1.5.8

v1.5.7

1 year ago
  • Add getFractionOfFinal helper b20f671
  • Upgrade brackets-model 1280506

https://github.com/Drarig29/brackets-manager.js/compare/v1.5.6...v1.5.7

v1.5.6

1 year ago
  • Improve comments e366da5
  • Only pick relevant props in get.seeding() f4f8ec1
  • Require Node>=14 896c258
  • Add coverage script 30e703a
  • Add unit tests pipeline 26ca7bd

https://github.com/Drarig29/brackets-manager.js/compare/v1.5.5...v1.5.6