Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 889 Bytes

CHANGELOG.rst

File metadata and controls

40 lines (30 loc) · 889 Bytes

Changelog

2.0.0

date:15 Aug, 2021
  • Use pyexcel to load spreadsheet data, supports xlsx, ods, csv, and more
  • Add options to round values, add thousands separators
  • Split codebase up and publish an API
  • Make .pdf suffix recognition case-insensitive
  • Better handling of invalid input
  • Expanded documentation
  • General code clean-up, refactoring, linting, and reformatting

1.2.1

date:3 July, 2020
  • Don’t crash when subcommand not supplied (Thanks @PiDelport for the PR)

1.2.0

date:24 September, 2019
  • Added --no-flatten option to keep form fillable
  • inspect doesn’t crash if passed a pdf without fillable form

1.1.0

date:4 July, 2018
  • Fixed handling of whitespace (Thanks @rohitkhirapate for the bug report)
  • Added python 3.4 compatibility (Thanks @oneyb for the PR)

1.0.0

date:1 May, 2017
  • Initial release