- Add support for Python 3.10 - Drop support for Python 3.5 - Modify `dumps` method to accept keyword arguments - Modify default `margin` value of `dumps` method output to one - Make not be affected by the `row_factory` value of the connection - Update requirements
1.0.5
- Fix `fetch_table_schema` method failed when passing schema that has quoted numbers as fields - Fix `fetch_table_schema` not properly extract schema when passing database that has MySQL style schema descriptions
1.0.4
- Fix `fetch_table_schema` method failed when passing a database that some of the fields does not have data types
1.0.1
- Fix to include `py.typed` to the package - Update requirements
1.0.0
- Drop Python 2 support - Add type annotations and `py.typed` to the package - Update requirements - Remove deprecated variables/methods
0.6.0
- Add an extractor class that extract SQLite database schema as a table format - Bug fixes