- Add an adapter for system resources (CPU usage for now) - Improve PEP 249 compatibility
1.0.5
==========================
- Implement ``do_ping`` for GSheets dialect - Create a ``cookiecutter`` template for new adapters - Add a ``StringDuration`` field - Add GitHub adapter - Handle arbitrary number formats in Gsheets
1.0.4
==========================
- Add pattern parser/formatter for GSheets
1.0.3
==========================
- Add optional dependencies for Datasette
1.0.2
==========================
- Fix Datasette by always using ``LIMIT`` with ``OFFSET`` - More operators: ``LIKE``, ``IS NULL``, ``IS NOT NULL`` and ``!=``
1.0.1
==========================
- Add cost estimation to all adapters - Add Datasette adapter - Remove ``csv://`` and ``datasette+`` prefixes to simply URIs - Add ``has_table`` method to dialects