v3.1.5
- fixes using makeList, buildList when specifying 0 #348 @patocallaghan @lorcan
Example:
let noUsers1 = makeList('user', 0);
let noUsers2 = makeList('user', 0, 'with_hats', {name: 'Pat'});
Both of these now correctly give you no users ( empty list )