- Add type hint interface to writer classes - Improve data type detection - Add `get_variable_name` method to source code writers to provide an interface that retrieves variable names to be written - Add an interface to change variable declaration type to `JavaScriptTableWriter` class - Change default variable declaration type from `var` to `const`
0.16.0
Not secure
- Add `TOML` format support - Add `tabledata` property - Change to all of the source code table writers are required table name - Improve multibyte character support - Bug fixes
0.15.0
Not secure
- Add `TSV`/`LTSV` support - Add `dump_tabledata` function - Bug fixes
0.14.0
Not secure
- Add `from_csv` method - Improve multi-byte character support - Bug fixes