Better editing support, with custom controls for dates, date times, foreign keys, JSON string arrays, closed lists declared via CHECK constraints.
0.20
Add initial support for editing rows.
You can edit a table or a view (if it has INSTEAD OF triggers).
The only control for editing is a StringControl -- it's not very user-friendly!
You can author your own controls and plug them in via a hook.
0.19
- Row pages for views on base tables, eg /db/views/123 - Permit update JSON API calls for such views
0.18
Misc fit and finish bugs - can remove failed facets, handle facets that return 500s, be compatible with plugins that want to add content before .table-wrapper (like datasette-cluster-map)