Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

73 lines (48 loc) · 1.64 KB

CHANGELOG

NEXT (unreleased)

1.1.0

1.0.0

  • Requires Ruby >= 2.5.0.
  • #43 Remove duplicate key 'note' in VEND object. @montulli

0.9.0

  • #40 Stop shipping a gem that overwrites the 'rake' executable from the official 'rake' gem when installing this gem through Bundler. @rg-3

0.8.0

  • #38 Deprecation warning on Rails 6.0.0.rc1. @jaredmoody

0.7.0

0.6.0

  • #10 Add option to pass an argument to Riif.new. @ghiculescu

0.5.0

0.4.0

  • #7 Add missing paymeth to transaction type. @jphpsf

0.3.0

  • #6 by @jphpsf
    • Shipping address (SADDR1 to SADDR5)
    • Sales rep (rep)
    • Invoice title and memo (INVTITLE and INVMEMO)
    • Purchase order number (PONUM)

0.2.0

  • #4 - Add support to customize filename
  • #5 - Separate different lists into groups

0.1.0

  • #2 - Implement Mixed document in one IIF file. (DSL had been changed)

0.0.1

  • Implement OTHERNAME
  • Implement TIMEACT
  • Implement TERMS
  • Implement VEND
  • Implement VTYPE
  • Implement SHIPMETH
  • Implement PAYMETH
  • Implement INVMEMO
  • Implement INVITEM
  • Implement CTYPE
  • Implement CLASS
  • Implement ACCNT
  • Implement EMP
  • Implement CUST
  • Implement TRNS and SPL