mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Datasette 0.27
This commit is contained in:
parent
b944bcd0f0
commit
436b8bc1d1
3 changed files with 13 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
---------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue