handlebars-group-by icon indicating copy to clipboard operation
handlebars-group-by copied to clipboard

Handlebars helper which allows you to group lists by a property of each item.

Results 2 handlebars-group-by issues
Sort by recently updated
recently updated
newest added

Thanks for a great lib. With this PR it is possible to take objects as input for groupBy. It simply uses Object.values in case the input list is not an...