Skip to content

Releases: Drarig29/brackets-manager.js

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 17 May 21:11
v1.11.0
f2cab15

What's Changed

  • Fix final group number for consolation final by @Drarig29 in #244
  • Fix get.currentRound() when BYE decided by @Drarig29 in #245
  • Fix seeding order not preserved due to TBDs by @Drarig29 in #247
  • Add get.groups(), get.rounds() and get.matches() wrappers by @Drarig29 in #248
  • Fix round-robin pool ordering and balance uneven groups by @Drarig29 in #249
  • Keep terminal matches completed instead of archiving them by @Drarig29 in #250
  • Emit manager events for successful storage mutations by @Drarig29 in #251

Full Changelog: v1.10.0...v1.11.0

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 16 May 23:05
v1.10.0
862963f

What's Changed

  • Allow double forfeits and cancelling match games by @Drarig29 in #242
  • Support double forfeit in final of elimination for standings by @Drarig29 in #243

Full Changelog: v1.9.0...v1.10.0

v1.9.1

Choose a tag to compare

@github-actions github-actions released this 12 Mar 21:04
v1.9.1
1c14e6a

What's Changed

  • fix(creator): handle BYE slots in manualOrdering by @Drarig29 in #240

Full Changelog: v1.9.0...v1.9.1

v1.9.0

Choose a tag to compare

@Drarig29 Drarig29 released this 08 Mar 22:09
v1.9.0
c53fc8f

What's Changed

  • Support manualOrdering for elimination stages by @Drarig29 in #234
  • Fix finalStandings() return type for round-robin stages by @Drarig29 in #235
  • Fix update.seeding() advancing TBD slots as BYE wins to next round by @Drarig29 in #237
  • Fix balanceByes with seedingIds by @Drarig29 in #238

Full Changelog: v1.8.2...v1.9.0

v1.8.2

Choose a tag to compare

@Drarig29 Drarig29 released this 30 Dec 22:39
v1.8.2
1d0cfc8

What's Changed

New Contributors

Full Changelog: v1.8.1...v1.8.2

v1.8.1

Choose a tag to compare

@Drarig29 Drarig29 released this 16 Nov 15:00
v1.8.1
1f3c574

What's Changed

  • Add maxQualifiedParticipantsPerGroup in get.finalStandings() by @Drarig29 in #228

Full Changelog: v1.8.0...v1.8.1

v1.8.0

Choose a tag to compare

@Drarig29 Drarig29 released this 16 Nov 12:44
v1.8.0
6e18f57

What's Changed

  • Support round-robin stages in get.finalStandings() by @Drarig29 in #227

Full Changelog: v1.7.1...v1.8.0

v1.7.1

Choose a tag to compare

@Drarig29 Drarig29 released this 25 Oct 19:47
v1.7.1
306b566

What's Changed

  • Fix get.currentMatches() returning [] on initial state with consolation final and 4 participants by @Drarig29 in #226

Full Changelog: v1.7.0...v1.7.1

v1.7.0

Choose a tag to compare

@Drarig29 Drarig29 released this 07 Sep 16:44
v1.7.0
f5f4fb6

What's Changed

  • Fix inner_outer ordering for >32 players by @Drarig29 in #221
  • Implement bracket_optimized group seed ordering by @Drarig29 in #222

Full Changelog: v1.6.4...v1.7.0

v1.6.4

Choose a tag to compare

@Drarig29 Drarig29 released this 13 Aug 23:18
8c2efdc
  • 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

v1.6.3...v1.6.4