New
- Switched Readability library to a new home-grown library called Defuddle so we have more control over bugs related to missing content.
- New
nth
filter similar tofirst
andlast
lets you keep nth items in an array similar to CSS-style nth-child syntax. - New
merge
filter adds values to an array.
Improved
replace
filter now supports non-capturing groups in regex #339table
filter now supports custom headers — can be specified using:table:("Column 1", "Column 2", "Column 3")
. When used with a simple array, it automatically breaks the data into rows based on the number of columns specified.- Updated French translation #343
- Fix Overwrite behavior missing properties #340