kopia lustrzana https://github.com/simonw/datasette
rodzic
b944bcd0f0
commit
436b8bc1d1
|
@ -19,6 +19,7 @@ Datasette is aimed at data journalists, museum curators, archivists, local gover
|
|||
|
||||
## News
|
||||
|
||||
* 31st Janary 2019: [Datasette 0.27](https://datasette.readthedocs.io/en/latest/changelog.html#v0-27) - `datasette plugins` command, newline-delimited JSON export option, new documentation on [The Datasette Ecosystem](https://datasette.readthedocs.io/en/latest/ecosystem.html).
|
||||
* 10th January 2019: [Datasette 0.26.1](http://datasette.readthedocs.io/en/latest/changelog.html#v0-26-1) - SQLite upgrade in Docker image, `/-/versions` now shows SQLite compile options.
|
||||
* 2nd January 2019: [Datasette 0.26](http://datasette.readthedocs.io/en/latest/changelog.html#v0-26) - minor bug fixes, `datasette publish now --alias` argument.
|
||||
* 18th December 2018: [Fast Autocomplete Search for Your Website](https://24ways.org/2018/fast-autocomplete-search-for-your-website/) - a new tutorial on using Datasette to build a JavaScript autocomplete search engine.
|
||||
|
|
|
@ -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
|
||||
---------------------------------
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue