Releases: datasette/datasette-enrichments
Releases · datasette/datasette-enrichments
0.4.3
- Fixed CSS for compatibility with upcoming Datasette 1.0 alpha. datasette#2417
0.4.2
- The
get_config_form()
method is now optional when implementing an enrichment, as previously incorrectly described in the documentation. #44
0.4.1
- Removed
breakpoint()
calls in an error path that should not have been released. #49
0.3.2
- Handle case where no enrichments plugins are installed. #43
- Added description to the menu items.
0.3.1
- Fix for a bug where the row action menu did not work correctly for tables with primary keys starting with an underscore. #42
0.1a7
- New error handling mechanism, with
_enrichment_errors
table and log_error()
method. #7
- Fix for bug where enrichments could not run against tables with
slashes/in/their/names
. #14
- Neater pattern for writing tests for new enrichment plugins using the new
wait_for_job()
utility function. #27
0.1a6
- Class methods in subclasses can now declare just the parameters that they intend to use. #28
datasette
argument is now available to get_config_form()
. #22
- Now tested against Datasette 0.x as well as the Datasette 1.0 alpha series. #29