8. Changelog

8.1. v1.2.3 (2024-02-22)

8.1.1. Fix

  • (parser): Update default reader engine and add macro files.

  • (doc): Correct issues links.

  • (setup): Correct setup config file.

8.2. v1.2.2 (2023-11-15)

8.2.1. Feat

  • (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.

8.2.2. Fix

  • (parser): Avoid leaving open file.

  • (doc): Remove broken badge.

8.3. v1.2.1 (2022-05-10)

8.3.1. Feat

  • (parser): Add open method to open files with custom modules.

  • (parser): Add method to read csv files.

8.3.2. Fix

  • (tests): Correct test cases.

  • (parser): Correct bug when empty table.

  • (filters): Remove warning.

8.4. v1.2.0 (2022-01-05)

8.4.1. Feat

  • (doc): Update copyright.

  • (actions): Replace travis with github actions.

  • (test): Add new test cases.

  • (cli): Use simplejson to dump parsed data.

8.4.2. Fix

  • (parser): Correct range expansion when is empty.

8.5. v1.1.2 (2021-05-19)

8.5.1. Feat

  • (core): Update build scripts.

8.5.2. Fix

  • (parser): Correct file regex.

  • (filter): Correct VisibleDeprecationWarning.

  • (doc): Correct readme version.

8.6. v1.1.1 (2021-01-04)

8.6.1. Fix

  • (doc): Update copyrights.

  • (parser): Use openpyxl to read excel files instead xlrd.

8.7. v1.1.0 (2020-11-05)

8.7.1. Feat

  • (filters): Remove merge option in dict filter and add list filters for key and value options.

8.7.2. Fix

  • (travis): Correct coverage setting.

8.8. v1.0.1 (2020-11-04)

8.8.1. Feat

  • (filters): Add merge option in dict filter.

8.8.2. Fix

  • (parser): Implement case insensitive parser for sheet names.

8.9. v1.0.0 (2020-04-07)

First release.