Skip to content

0.1a5

Pre-release
Pre-release
Compare
Choose a tag to compare
@simonw simonw released this 28 Nov 00:23
· 39 commits to main since this release
  • Initial documentation at https://enrichments.datasette.io/ #21
  • Fixed bug where form could not be displayed with validation errors.
  • Switched from acronyms to full names for the status column. #20
  • Status is set to running at start.
  • New finalize() method called when the job has finished. #25
  • New {% above_form %} and {% below_form %} blocks in the enrichment.html template to support easier customization within plugins, which can provide enrichment-SLUG.html templates.
  • Enrichment class is now an Abstract Base Class (ABC).