Datasette 0.27

This commit is contained in:
Simon Willison 2019-01-31 19:47:05 -08:00
commit 436b8bc1d1
3 changed files with 13 additions and 0 deletions

View file

@ -4,6 +4,16 @@
Changelog
=========
.. _v0_27:
0.27 (2019-01-31)
-----------------
- New command: ``datasette plugins`` (:ref:`documentation <plugins_installed>`) shows you the currently installed list of plugins.
- Datasette can now output `newline-delimited JSON <http://ndjson.org/>`__ using the new ``?_shape=array&_nl=on`` querystring option.
- Added documentation on :ref:`ecosystem`.
- Now using Python 3.7.2 as the base for the official `Datasette Docker image <https://hub.docker.com/r/datasetteproject/datasette/>`__.
.. _v0_26_1:
0.26.1 (2019-01-10)

View file

@ -58,6 +58,8 @@ Now you can navigate to http://localhost:8001/mydb and run this SQL::
To see the output of your plugin.
.. _plugins_installed:
Seeing what plugins are installed
---------------------------------