Feature #41706
Provide standard library with configurable usage
Added by Christopher Hlubek over 9 years ago.
Updated over 8 years ago.
Description
Eel should include a standard library with the most basic functions for Date, String and Array.
Suggestion:
Date.now().format("d.m.Y")
String.strftime("%d.%m.%Y", Date.now())
Array.join(Array.reverse(items), ' - ')
Array.count([1, 2, 3])
Eel should still be usable with an empty Context for total flexibility.
Eel Core
StringHelper:
DateHelper:
ArrayHelper:
MathHelper:
Flow
ResourceHelper:
- Access to static and persisted resources
I18nHelper:
- I18N translations and formatting
UriHelper:
- Access to building URIs via Eel
Neos
FormatHelper:
NodeHelper:
- Status changed from New to Accepted
- % Done changed from 0 to 30
- % Done changed from 30 to 80
This issue needs only a MathHelper to be resolved, the other helpers are tracked by #41859.
- Status changed from Accepted to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 80 to 100
Also available in: Atom
PDF