Skip to content

Releases: jonpearse/hsbc-pdf-statement-parser

v2.0.1

06 May 13:59

Choose a tag to compare

Sometime around March 2024, HSBC added pound signs (‘£’) into the ‘account summary’ block on the first page of PDF statements, which broke this gem a touch.

This patch release resolves this issue.

v2.0.0

26 Feb 18:50

Choose a tag to compare

What? You thought this project was dead?

This is a fairly substantial rewrite of the internals of this gem to be substantially more reliable and less brittle than in previous versions. Parsed data is now returned as a [Dry::Struct](https://dry-rb.org/gems/dry-struct/1.0/) instead of a hash, and contains more information about the statement + account which may or may not be useful to users =)

Upgrading note

While this version is similar to v1 releases, it is not backward-compatible. Please see the ‘Upgrading from V1.x’ section of the README for upgrade nodes.

1.0.1

26 Nov 21:44

Choose a tag to compare

[fix] this gem can now be included in Rails projects. Sorry, all! 🙈

Initial release

24 Nov 23:34

Choose a tag to compare

Initial release of the gem.