Skip to content

v2.0.0 b2 - Improved Documentation and Modular Data Extract

Compare
Choose a tag to compare
@JSv4 JSv4 released this 23 Jun 16:38
· 694 commits to main since this release
726f9dd

Features:

  • The data extract tasks are now dynamically loaded and can be applied on a column-by-column basis. So, you can write very specific extract logic for a given column / data field. Newly-registered tasks are displayed automatically on the frontend and can be selected by the user when building a fieldset for a datagrid.
  •  Add a search to the Extracts view and improved various load and performance issues.
  • Removed the LanguageModel model as it's almost completely subsumed by the ability to create custom extract pipelines. Moreover, it wasn't really doing anything before.
  • Expanded our docs and tutorials to explain how data extract works and walk someone through writing a custom data extract task.

What's Changed

Full Changelog: v2.0.0b1...v2.0.0.b2