mt940js
Version:
javascript mt940 bank statement parser
48 lines (38 loc) • 1.28 kB
Plain Text
mt940-js changelog
==================
Legend
------
* : fixed
! : changed
+ : added
- : removed
2019-12-30 v1.3.4
------------------
* Dependencies update, npm audit fix
2019-12-03 v1.3.3
------------------
+ Support for NS fields in the context of transactions (saved to 'nonSwift' attribute)
+ Support for GVC at the beginning of payment details (thanks to @artur-krueger)
2019-01-31 v1.3.1
------------------
+ no86structure param to skip 86 tag structure detection
* minor fixes and refactorings
2019-01-29 v1.3.0
------------------
+ experimental messageBlocks detection and partial parsing '{1:...}'
2019-01-29 v1.2.1
------------------
* bug fixes: tag 61 extra details, leading spaces in tag 86, statement level informationToAccountOwner (thanks to @nickidk4)
* potential bug fix: tags starts at the line beginning
2019-01-19 v1.2.0
------------------
+ support for reversal flag, field 61 also contains isReversal attribute
+ support for fields 64 and 65 (closingAvailableBalance, forwardAvailableBalance)
+ support for /XXX/ field 86 subtags
+ support post parse middlewares
2016-09-08 v1.1.0
------------------
+ added some support for structured 86 field
2016-12-11 v1.0.0
------------------
First release :tada: