Skip to content

v0.12.0 (March 29, 2017)

Compare
Choose a tag to compare
@remomueller remomueller released this 29 Mar 15:09
· 65 commits to master since this release
v0.12.0
854b4c6

Enhancements

  • General Changes
    • Spout now provides a warning and skips columns in CSVs with blank headers
    • spout new command now generates CHANGELOG.md, README.md, and VERSION
      placeholder files
    • Integer and numeric variables can now reference a domain for missing values
  • Update Command Added
    • Check for the latest version available using spout update
    • The update command provides steps to upgrade the data dictionary to the
      latest version Spout
  • Exporter Changes
    • The export command now exports the variable forms attribute
    • Dictionary exports now are in exports instead of dd folder
  • Importer Changes
    • The import command now reads in the commonly_used column
    • The import command now imports the variable forms attribute
    • CSVs of forms can now be imported using spout import <forms.csv> --forms
  • Gem Changes
    • Updated to Ruby 2.4.1
    • Updated to bundler 1.13
    • Updated to colorize 0.8.1
    • Updated to simplecov 0.14.1

Refactoring

  • General code cleanup based on Rubocop recommendations

Bug Fixes

  • The test_units example method now works if nil is defined in VALID_UNITS