Skip to content

Releases: Keiwen/Utils

2.17

26 Nov 10:28

Choose a tag to compare

Array Mutator breaking change:

  • switch static function to non-static to harmonize the whole class as a 'service'
  • added combineSubArrays method, combining each element of initial array into a single leveled array, trying to preserve keys
  • added swapPairs method, swapping element 2 by 2 (preserving keys)

2.16

07 Nov 20:30

Choose a tag to compare

  • Remove Competition code => move to a brand new repo, see Keiwen/Competition
  • Array shuffle and deal methods preserving keys
  • Fix issue with planeAngle in unit converter

v2.14

18 Apr 06:51

Choose a tag to compare

Fixes in Grid classes
Fixes in ELO classes
Adding competitions classes

v2.13

20 Jan 21:42

Choose a tag to compare

Competition now includes

  • Multi performances: you can set several types of performances and include some or all of them into rankings
  • Expenses: you can set several types of expenses and include some or all of them into rankings (after performances rankings)
  • Bonus/Malus: you can set bonuses and maluses on each game, and set points for each bonus or malus. Total point will include bonuses and maluses

v2.11

10 Jan 15:43

Choose a tag to compare

add method to extract array attributes
fix issue with millilitre label
fix issues with competitions

v2.7

04 Oct 16:03

Choose a tag to compare

Fix issue with directory parser

v2.6

08 Sep 14:22

Choose a tag to compare

Adding DirectoryParser: go through a directory (recursively) and get list of files

v2.5

31 Aug 10:38

Choose a tag to compare

MP3 ID3 tag parser

Competitions: main logic to handle championship based on duels, races or brawls
Duels championship includes a calendar generation to match each players against all others

v2.3

04 Aug 13:19

Choose a tag to compare

String format: minutes to hour and seconds to hour
Token generator
XML parser to array

v2.2

27 Jul 07:01

Choose a tag to compare

APIRequester: add setUrl method