Skip to content

Releases: mmalcek/bafi

v1.2.0

07 Mar 10:20
Compare
Choose a tag to compare

Experimental chatGPT support

v1.1.2

05 Jan 08:53
Compare
Choose a tag to compare

Update mt940 delimiter to allow -}\r\n as message split

v1.1.1

20 Dec 22:27
Compare
Choose a tag to compare

Documentation update

v1.1.0

20 Dec 13:59
Compare
Choose a tag to compare

added support for mt940 SWIFT format

v1.0.17

11 Mar 13:19
Compare
Choose a tag to compare

Readme and packages update

v1.0.16

08 Dec 12:24
Compare
Choose a tag to compare

Added new functions replaceAll and replaceAllRegex

v1.0.15

07 Dec 15:31
Compare
Choose a tag to compare

Breaking change!!! - XML is no longer default format. For STDIN you always must define input format e.g. -f XML

  • Autodetect file format based on extension (if -f parameter not present)
  • CSV delimiter can be defined by using new parameter -d ';' or -d 0x09

v1.0.14

06 Dec 09:52
Compare
Choose a tag to compare

go.mod fix module

v1.0.13

01 Nov 11:28
Compare
Choose a tag to compare
  • New unixTime functions (dateToInt, intToDate)
  • Code optimisation
  • Go 1.17

v1.0.12

22 Sep 08:10
Compare
Choose a tag to compare

Added function dateToInt - date to unix timestamp
Added linux/386 build