0.2.5 - 2018-10-12
- Support parsing multiple accounts within single file. (thanks @nikhilmore54 !)
- Update CI to test more elixir versions
0.2.4 - 2018-09-17
- Filters file for unsafe & (ampersand) and replaces with
&
escape - Adjust
Ofex.parse/1
to handlexmerl
failures with a catch and return an{:error, %InvalidData{}}
tuple safely instead of just crashing
0.2.3 - 2017-10-22
- General code cleanup (without function change)
- Update some styling and formatting
- Adds dialyxir
- adds
transactions_start_date
andtransactions_end_date
to account responses for verifying transactions date range returned by OFX server.
0.2.2 - 2017-09-27
- Adds support for parsing dates that are %Y%m%d format
0.2.1 - 2017-04-14
- empty or unmatched attributes now return
nil
instead of empty strings""
- #6 - added
Ofex.parse!
to skip data validation so you can parse like it's the wild west 🤠 - Supports parsing dates with precision and timezones - #5
0.2.0 - 2017-03-17
- Adds support for parsing accounts from SIGNUPMSGSRSV1 message set response which may include multiple accounts
- Refactors
Ofex.parse/1
to support this multi-account parsing and adjusts the return to be a map with:signon
and:accounts
keys.
0.1.6 - 2017-02-28
- Now supports parsing QFX and other files that may be missing XML closing tags for inner fields of a message set.