Commit Graph

6 Commits

Author SHA1 Message Date
dedd2fdd0b Update indexOfAll description
forgot to update description
2018-01-08 13:27:45 -08:00
2629765340 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
1009250bdb Travis build: 1057 2018-01-06 11:49:05 +00:00
f450dbaf80 Update indexOfAll.md 2018-01-06 13:44:51 +02:00
571ac3cab4 Update 2018-01-06 16:41:42 +05:30
b441379b84 Rename indexOfAll 2018-01-06 15:37:56 +05:30