ofxgo v0.1.1 Release Notes

Release Date: 2020-04-03 // about 4 years ago
  • ๐Ÿš€ This release features many additions/updates to make it easier (or in some cases possible) for ofxgo to interact with financial institutions which have their own quirks.

    Sometimes they need carriage returns in addition to standard newlines, sometimes they don't put newlines after their headers, sometimes they fail to correctly capitalize OFX elements, and sometimes they need exactly the right HTTP headers in exactly the right order... you get the idea.


Previous changes from v0.1.0

  • ๐Ÿš€ This is the first official release of OFXGo. It supports both fetching OFX data from financial institutions directly and parsing OFX files into Golang structs, with convenience functions for doing both at once. While it does not yet understand the entire OFX specification, it is quite comprehensive and I haven't encountered OFX in the wild that it does not understand and parse correctly.