Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 887 Bytes

CHANGELOG.md

File metadata and controls

54 lines (29 loc) · 887 Bytes

v0.5.0

  • Make performace improvements related to string concatenation.

v0.4.1

  • Make fixy compatible with Ruby 2.7 without a warning about Proc.new

v0.4.0

  • Make fixy compatible with frozen string input

v0.3.0

  • Include class and field name when a field fails validation or raises an error

v0.2.0

  • Numeric fields can be nil to zero-pad

v0.0.8

  • Strip line endings from fields in record.

v0.0.7

  • Added support for custom line ending.

v0.0.6

  • Support for multi-byte record parsing

v0.0.5

  • Allow nil values for alphanumeric formatter

v0.0.4

  • Basic support for parsing records

v0.0.3

  • Allow passing block to field to define field_value
  • Update handling of multi-byte characters

v0.0.2

  • Fixed typos in README
  • Removed Proc#bind to remove ActiveSupport dependency
  • Enable records inheritance

v0.0.1

  • Initial release