- (parser): Correct engines.
- (parser): Update default reader engine and add macro files.
- (doc): Correct issues links.
- (setup): Correct setup config file.
- (setup): Add missing dependencies.
- (bin): Update publish script.
- (doc): Update copyright.
- (test): Use unittest for testing instead nose.
- (core): Add support for python 3.10 and 3.11.
- (doc): Add Read the Docs configuration file.
- (parser): Avoid leaving open file.
- (doc): Remove broken badge.
- (parser): Add open method to open files with custom modules.
- (parser): Add method to read csv files.
- (tests): Correct test cases.
- (parser): Correct bug when empty table.
- (filters): Remove warning.
- (doc): Update copyright.
- (actions): Replace travis with github actions.
- (test): Add new test cases.
- (cli): Use simplejson to dump parsed data.
- (parser): Correct range expansion when is empty.
- (core): Update build scripts.
- (parser): Correct file regex.
- (filter): Correct VisibleDeprecationWarning.
- (doc): Correct readme version.
- (doc): Update copyrights.
- (parser): Use openpyxl to read excel files instead xlrd.
- (filters): Remove merge option in dict filter and add list filters for key and value options.
- (travis): Correct coverage setting.
- (filters): Add merge option in dict filter.
- (parser): Implement case insensitive parser for sheet names.
First release.