Skip to content

0.10.9

Latest
Compare
Choose a tag to compare
@kepano kepano released this 03 Mar 22:04
· 1 commit to main since this release

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 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.
  • Updated French translation #343
  • Fix Overwrite behavior missing properties #340