Releases: simonw/datasette-edit-schema
Releases · simonw/datasette-edit-schema
0.5.3
- Fix for an error that occurs if you try to drop a column from a table that is part of a SQL view. #35
0.5.2
- Improved breadcrumbs for compatibility with Datasette 0.63+.
0.5.1
- Fixed error trying to add new floating point columns to a table. #34
0.5
- More human-friendly labels for column types. #29
edit-schema
permission check now considers the database name. #32
- Now depends on
datasette>=0.59
#30 and sqlite-utils>=3.10
. #33
0.4
- Registers a table action using the new
table_actions()
plugin hook in Datasette 0.51. #26
0.4a0
- Registers a table action using the new
table_actions()
plugin hook. #26
0.3
- First non-alpha release.
- Ability to rename a table. #19
- Improved ability to add a column. #4
0.3a2
- Renamed to
datasette-edit-schema
. #20
- Now controlled by
edit-schema
permission. #9
- Improved
/-/edit-schema/databasename
page. #15
- Now ships with a copy of
Draggable.js
. #16
- Interface links back to table page. #18
0.3a1
- Fix bug with editing column types. #17
0.3a
- First prototype of transform table interface. #11