I have an array of objects and I want to get a new array from it that is unique based only on a single property, is there a simple way to achieve this?
Eg.
If you want to check all the properties then lodash 4 comes with _.uniqWith(sourceArray, _.isEqual)