Skip to content

Releases: datasette/datasette-enrichments

0.1a5

28 Nov 00:23
Compare
Choose a tag to compare
0.1a5 Pre-release
Pre-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).

0.1a4

20 Nov 05:02
Compare
Choose a tag to compare
0.1a4 Pre-release
Pre-release
  • config now has {"values": "like this"} instead of {"values": ["like this"]}. #18

0.1a3

17 Nov 05:06
Compare
Choose a tag to compare
0.1a3 Pre-release
Pre-release
  • initialize() and enrich_batch() methods now take an initial datasette argument. #16

0.1a2

16 Nov 20:40
Compare
Choose a tag to compare
0.1a2 Pre-release
Pre-release
  • Should now work with Datasette instances that have additional authentication plugins installed. #13

0.1a1

16 Nov 17:38
Compare
Choose a tag to compare
0.1a1 Pre-release
Pre-release
  • Added enrichments permission, which is defaulted on for root. #12

0.1a0

16 Nov 17:24
Compare
Choose a tag to compare
0.1a0 Pre-release
Pre-release
  • Initial alpha release.