Release v0.12.0
IMPROVEMENTS
- fedWireMessage: call each tag's
Validate()
method instead of only checking for mandatory field inclusion (see #246 by @anujtewari) - docs: replace outdated maintainer email addresses with oss@moov.io
BUG FIXES
- amount: update validation to ensure amount is strictly numeric (no commas or decimals)
- converters: handle case where the input length is equal to max length in
parseVariableLengthField(r string, maxLen int)
(see #252 by @bhedge and @martinz-provisions) - senderSupplied:
MessageDuplicationCode
should be" "
instead of""
(see #249 by @anujtewari)