Commit Graph

6 Commits

Author SHA1 Message Date
4505df0612 Update indexOfAll description
forgot to update description
2018-01-08 13:27:45 -08:00
a3e1688446 Update indexOfAll snippet return type
Now we're just going to return an empty array. This keeps a consistent return type, does not need checking, and won't break api chaining.

Decision was made because otherwise you'd have to add a filter step or check if the return is not an array. Instead we just want an empty array so it has a consistent API, and no indeces is a valid amount
2018-01-08 13:24:21 -08:00
00ee6ff826 Travis build: 1057 2018-01-06 11:49:05 +00:00
e05f516240 Update indexOfAll.md 2018-01-06 13:44:51 +02:00
c500de403d Update 2018-01-06 16:41:42 +05:30
ca298e5389 Rename indexOfAll 2018-01-06 15:37:56 +05:30