Here is the issue to mention:
- missing filters from v1
- wanted changes of behaviour
- new filters wanted (no deps only)
Known missing:
- sort: do people use it? It's a lot of code
Current changes:
- trim filters have been merged in trim/trim_start/trim_end with an optional
pat argument for start/end rather than separate filters
int and float filter do not have a default anymore
round filter does not take a common method anymore, it's the default and should not be filled if needed
indent filter now takes a width param rather than prefix
map, group_by and filter filter will error if the attribute ends up being undefined on one of the value
as_str has been renamed to str
truncate length does not have a default anymore
Here is the issue to mention:
Known missing:
Current changes:
patargument for start/end rather than separate filtersintandfloatfilter do not have a default anymoreroundfilter does not take acommonmethod anymore, it's the default and should not be filled if neededindentfilter now takes awidthparam rather thanprefixmap,group_byandfilterfilter will error if the attribute ends up being undefined on one of the valueas_strhas been renamed tostrtruncatelength does not have a default anymore