helpers / handlebars-helpers

188 handlebars helpers in ~20 categories. Can be used with Assemble, Ghost, YUI, express.js etc.
http://assemble.io/helpers/
MIT License
2.22k stars 365 forks source link

If loading all helpers the String helper reverse overrides the Array helper reverse. #410

Open kingmesal opened 2 years ago

kingmesal commented 2 years ago

The release notes show that reverse should have been moved out of the string helpers, but it still appears to be there.

Bhavesh-Parmar commented 2 years ago

Hello @kingmesal you are right. I also face this issue and also open pull request for same #407

OktarinTentakel commented 2 months ago

This cost me two hours of my life today and makes absolutely no sense at all, since the array reverse even includes the string functionality, but not vice versa. Argh.