Skip to content

Releases: Drarig29/brackets-manager.js

Handle incomplete seeding in update.seeding()

16 Mar 21:58
Compare
Choose a tag to compare
  • Handle incomplete seeding in update.seeding() b84e02b
  • Add a test to demonstrate removing a participant from the seeding 6319cb4
  • Target node >= 12 60088b2

v1.3.10...v1.4.0

Handle double forfeit in round-robin

29 Jan 12:52
Compare
Choose a tag to compare
  • Handle double forfeit in round-robin b967307
  • Rearrange round-robin update tests 1697456
  • Add inRoundRobin in needed places e0ab10a
  • Add test double forfeit in elimination bbe10d3
  • Fix typo ed4f9df
  • Add get.tournamentData() method 9dfabc5
  • Improve clarity of applyMatchUpdate() 136eda9
  • Use brackets-json-db for testing 625bf34

v1.3.9...v1.3.10

Export helpers and Database type

02 Nov 21:16
Compare
Choose a tag to compare

v1.3.8...v1.3.9

Breaking change

31 Oct 20:42
Compare
Choose a tag to compare
  • Do not export JsonDatabase anymore b367d8b
  • Keep completed matches completed (#108) 83a875a

You now need to copy/paste test/json.js in your project (see #110)

v1.3.7...v1.3.8

No more generic types for storage methods

20 Sep 18:02
Compare
Choose a tag to compare
  • No more generic type for storage methods 14df8eb
  • Fix awaits c1e352b
  • Fix typos 60f5534
  • Prevent to create a round-robin stage if groupCount set to 0 Fix #104 e2b335a

v1.3.6...v1.3.7

Add find module

19 Aug 08:05
Compare
Choose a tag to compare
  • Merge pull request #101 from Drarig29:Drarig29/issue100 1fbf263
  • Add double elimination find tests 0a697f6
  • Add single elimination find tests 4671514
  • Add a eslint eol newline rule 1e2d115
  • Add find.previousMatches() and find.nextMatches() c25562b
  • Expose a new find module 07a3e34
  • Add a default case rule for switch statements 9945cc8
  • Make Get extend BaseGetter fef1e2a
  • Move get methods in a BaseGetter class ab0b445
  • Move BaseUpdater in a separate file bfac2a3

v1.3.5...v1.3.6

Support stage deletion and fixes

24 Jul 18:35
Compare
Choose a tag to compare
  • Add input stage number property c24f818
  • Update brackets-model 2778dcc
  • Fix stage number after deletion a8c98e3
  • Fix get seeding for round-robin stage 2d50cda
  • Add script to server json db 4ffcf6e
  • Move get module tests c9ce865
  • Update eslint config c4146c6
  • Support stage deletion 9adaa34
  • Ensure no duplicate participants in seeding 40f5d9c
  • Fix seeding update and stage number a9dbf5d

v1.3.4...v1.3.5

Throw storage errors

23 Jul 16:40
Compare
Choose a tag to compare

v1.3.3...v1.3.4

Visibility and intellisense things

21 Mar 14:35
Compare
Choose a tag to compare
  • Enforce linting in npm test fc79a0d
  • Make storage field public 2d388ca
  • Turn manager.create() into a class method feeba3a

v1.3.2...v1.3.3

Add import() and export()

21 Mar 13:51
Compare
Choose a tag to compare

v1.3.1...v1.3.2