Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 546 Bytes

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 546 Bytes

CHANGELOG

1.2.1

  • Fix seed files to be loaded as .rb files
  • Add default_seeds_full_path config option to control default seeds full path
  • Fix files loading using absolute paths
  • Improve test coverage

1.2.0

  • Automatically configure loader for Rails seeds
  • Add use_seed_loader config option to control loader usage

1.1.0

  • Fix seeds_path to be relative to Rails root
  • Improve test coverage for generator

1.0.1

  • Fix boolean config options to properly handle nil and false values

1.0.0

  • Initial version