What's Changed
* Create `schema.json` file to support auto-completion in IDEs by blakenetz in https://github.com/timvink/mkdocs-table-reader-plugin/pull/58
* Add codespell support (config, workflow to detect/not fix) and make it fix few typos by yarikoptic in https://github.com/timvink/mkdocs-table-reader-plugin/pull/59
* New args/kwargs string parsing, that now supports passing lists to arguments. Fixed by timvink in https://github.com/timvink/mkdocs-table-reader-plugin/commit/170e82c854a00aa74250e4114c6ab1b5fbadf292
The example below has an argument with a comma separated list, that would lead to an error before, but now works:
jinja2
{{ read_csv("file.csv", usecols=['A', 'B']) }}
New Contributors
* blakenetz made their first contribution in https://github.com/timvink/mkdocs-table-reader-plugin/pull/58
* yarikoptic made their first contribution in https://github.com/timvink/mkdocs-table-reader-plugin/pull/59
**Full Changelog**: https://github.com/timvink/mkdocs-table-reader-plugin/compare/v2.1.0...v2.2.0