- Improved tests for Sequel versions 4 and 5
- Improved compatibility with several Ruby versions
- Prevent Sequel's warnings about deprecations
- Minimum version for Ruby (MRI) >= 2.2
- Improve code quality (Rubocop)
- Update dependencies
- Minimum version for Ruby (MRI) >= 2.0
- Minimum version for JRuby (Java) >= 9.0
- Fix some exception messages
- Improve specs over the
pg_arrayextension (issue #9)
- Hotfixes & minor updates
- Olle Jonsson's contributions
- Add support for YAML & JSON files
- Minor hotfixes
- API changes to protect Sequel's namespace
Sequel::Seed.environment = :envis alsoSequel::Seed.setup(:env)Sequel::Seedclass is nowSequel::Seed::Base;Sequel::Seedis now a module; thus, there's no way to proxy the oldSequel::Seed.applyto the newSequel::Seed::Base.applySequel::SeederandSequel::TimestampSeederare still the same (no changes in interface as well)- Improve test coverage to guarantee backward compatibility
- Minor hotfixes
- Environment references could be a Symbol or String
- Improve test coverage
- New project website with documentation
- Initial version
- Seed descriptor only available as Ruby code