Releases: Drarig29/brackets-manager.js
Releases · Drarig29/brackets-manager.js
Release list
v1.11.0
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()andget.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
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
What's Changed
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- Support
manualOrderingfor 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
balanceByeswithseedingIdsby @Drarig29 in #238
Full Changelog: v1.8.2...v1.9.0
v1.8.2
What's Changed
- Rank standings by points if rank is the same by @fausanchez in #230
New Contributors
- @fausanchez made their first contribution in #230
Full Changelog: v1.8.1...v1.8.2
v1.8.1
v1.8.0
v1.7.1
v1.7.0
v1.6.4
- 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
keepSameSizeparam toupdate.seeding()898db07 - Partial support for consolation matches fa35215
- Add error handling in
getLoserRoundMatchCount()af52c3c - Rename
getLoserRoundLoserCount()togetLoserCountFromWbForLbRound()d1eb609 - Use
Array.from({ length })9e26f13 - Set result to
winfor BYE completed matches 59fab01 - Prevent override of bye completed match 0dc87c1