Sha256: 0b0b30c6c729ad220d5cb622ecf841e98bfb0b19ce1739722b6e09aced5795ec

Contents?: true

Size: 1.02 KB

Versions: 1

Compression:

Stored size: 1.02 KB

Contents

# Changelog

## v1.0.2, 25 July 2022

### Added

- Enforce ABA validation:
  - Amount (in cents) cannot exceed 10 characters.
  - Total debit amount (in cents) cannot exceed 10 characters.
  - Total credit amount (in cents) cannot exceed 10 characters.

## v1.0.1, 11 January 2021

### BUG FIX

Account numbers/alphas validation should be case insensitive

## v1.0.0, 12 July 2020

### BREAKING CHANGES

- Positive (`n`) and negative (`-n`) values are now treated the same. e.g `5`
  and `-5` are both processed as `5`, without any signage. To differentiate
  between a debit and credit, use the correct [Transaction
  Code](https://github.com/andrba/aba/blob/58446f5b0ef822e9792e9399b4af647319b13515/lib/aba/transaction.rb#L106-L112)
- Removed default values for transactions records to avoid generation of
  potentially incorrect records. Safety first!
- Minimum Ruby version is now 2.5

### NEW FEATURE

- You can now add a *return* record to be used when you'd like to return a
  credit or a debit to another financial institution (OFI).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aba-1.0.2 CHANGELOG.md