Compare commits

..

No commits in common. '25b2eab13fbfa0e60f3f26a2e5f01008e8f56648' and '9254ce02c8aa0cac73525368b11e8474efdc9fcf' have entirely different histories.

@ -1,7 +1,7 @@
"use strict";
module.exports = function splitFilter(array, ensureCategories, predicate) {
let results = Object.create(null);
let results = {};
if (ensureCategories != null) {
for (let category of ensureCategories) {

@ -1,7 +1,7 @@
{
"name": "split-filter-n",
"description": "Like Array#filter, but lets you categorize an array into any amount of smaller arrays",
"version": "1.1.3",
"version": "1.1.2",
"main": "index.js",
"repository": "http://git.cryto.net/joepie91/node-split-filter-n.git",
"author": "Sven Slootweg <admin@cryto.net>",

Loading…
Cancel
Save