Skip to content

Releases: honzajavorek/fiobank

v3.0.0

19 Oct 08:52
Compare
Choose a tag to compare

Fix

  • Add support for column27 (f7a4c1c)

Breaking

  • The fiobank library no longer supports Python 3.5 (71bc4f1)

Documentation

  • Fix user_identifiaction and few other grammarly suggestions (1476165)

v2.0.0

18 Mar 15:14
Compare
Choose a tag to compare

Due to errors during the publishing process, this version has not been published to PyPI. Since it doesn't contain any real changes, it's going to be left unreleased until the next version.

Breaking Changes

  • Drop support for legacy (2.x) Python versions (19acf0c)

Fix

  • fix year in the copyright notice (3c558fc)
  • Include README to the package (6e3109d)

Documentation

  • Glitches in README's formatting (9f1de31)
  • Better README readability (978cc17)
  • Converted README from Markdown to reStructuredText (ee3f527)

v1.2.0

04 Aug 11:22
Compare
Choose a tag to compare

Feature

  • Handle throttling errors

Documentation

  • Wrong PyPI version badge link 🤦
  • Changed wording of ThrottlingError docs, removed link to code
  • Provide long description at least in Markdown if Pandoc isn't present

v1.1.0

04 Aug 10:40
Compare
Choose a tag to compare

Feature

  • Always add properties original_amount and original_currency
  • Always add full account number property, raise ValueError instead of assertion, fixed detection of amount in specification, pair data according to column IDs
  • Made 'key' lookup case-insensitive
  • An attempt for initial Python 3 support

Fix

  • Invalid token in Python 3
  • Wrong name for extra feature

Documentation

  • Added link to token generator
  • CI and version badges
  • Minor README polishing

v1.0.0

04 Aug 10:37
Compare
Choose a tag to compare

Starting with semantic versioning and semantic releasing.

v0.0.5

11 Feb 22:10
Compare
Choose a tag to compare

Fix in typo causing backwards incompatibility. For details please see #6.