Changelog

All notable changes to this project will be documented in this file.

[1.1.0] — 2026-06-04

Breaking changes

OFX.configure { |c| c.section.map "TAG", to: "attr" }
Before After
OFX::Errors::* (any subclass) OFX::Error::*
OFX::ParseError OFX::Error::Parse
OFX::InvalidHeaderError OFX::Error::InvalidHeader
OFX::InvalidBodyError OFX::Error::InvalidBody
OFX::UnsupportedVersionError OFX::Error::UnsupportedVersion
OFX::EncodingError OFX::Error::UnsupportedEncoding
OFX::ConfigurationError OFX::Error::InvalidConfiguration
OFX::MultipleStatementsError OFX::Error::MultipleStatements

rescue OFX::Error continues to catch all gem exceptions.

Added

[1.0.2] — 2026-06-02

Changed

[1.0.1] — 2026-06-02

Added

[1.0.0] — 2026-06-02

Breaking changes

Changed

Added

[0.1.0] — 2026-06-01

Added