ach-v0.2.0
Version v.0.2 release of MOOV-IO ACH (Automated Clearing House) GoLang library implementing NACHA file creation and validation via reader and writer will be released with the following changes.
**This will be a breaking change to the current v0.1.0 API and documentation.
resolved #159
- Remove FileParam
- Remove BatchParam
- Remove EntryParam
- Remove AddendaParam
- Create type Addenda05
Resolved #170
Change int to string for the following:
- FileHeader.ImmediateDestination
- FileHeader.ImmediateOrigin
- BatchHeader.CompanyDescription
- BatchHeader.ODFIIdentification
- EntryDetail.RDFIIdentification
- EntryDetail.CheckDigit
- Addenda98.OriginalDFI
- Addenda99.OriginalDFI
Functions that required an int now require a string
Performance #174
- Increase validation performance by 99x
Many other improvements in documentation and code linting.