- Make performace improvements related to string concatenation.
- Make fixy compatible with Ruby 2.7 without a warning about
Proc.new
- Make fixy compatible with frozen string input
- Include class and field name when a field fails validation or raises an error
- Numeric fields can be nil to zero-pad
- Strip line endings from fields in record.
- Added support for custom line ending.
- Support for multi-byte record parsing
- Allow nil values for alphanumeric formatter
- Basic support for parsing records
- Allow passing block to field to define field_value
- Update handling of multi-byte characters
- Fixed typos in README
- Removed Proc#bind to remove ActiveSupport dependency
- Enable records inheritance
- Initial release