Skip to content

Releases: CommunityDiep/score-sort

Minimum Node.js Version Update

21 Jan 19:59
bbfedc5
Compare
Choose a tag to compare

This is a small patch to specify that this package only works on Node.js versions 8.3.0 or higher, with the semantic versioning range >=8.3.0.

The Depth Update

26 Dec 17:28
Compare
Choose a tag to compare

Here's your changelog:

  • You can now specify how much depth to put in the label's place for score. A depth of 2 would mean the score 1234567 would be put into the label as 1.23m.
  • A README.md overhaul.
  • Formatting.
  • Used some better practices.
    • The new practices are apparently the best.

Condensed & Refination Update

26 Dec 05:00
Compare
Choose a tag to compare

This update shrinks the size of the library and makes the test cases return as expected.

Hope you had a great Christmas as it just ended in my timezone!

Proper Return Fix

25 Dec 18:29
Compare
Choose a tag to compare

This is another quick patch for another stupid mistake I made: instead of simply returning the input and wasting all the hard work the module did, the module will now properly return the sorted and digestible data!

Max Score Fix

25 Dec 18:27
Compare
Choose a tag to compare

There has been a logging improvement and a bug fix in this update:

  • There is no more logging to console whenever you call the sort function!
  • When sorting, if the top player's score is 0, the fraction to fill integer will no longer be NaN.

Initial Release

25 Dec 04:07
Compare
Choose a tag to compare
0.0.1

Fix semvar thing