You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to first and last lets you keep nth items in an array similar to CSS-style nth-child syntax. See docs.
New merge filter adds values to an array. See docs.
Improved
replace filter now supports non-capturing groups in regex #339
table 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.