Releases: earaujoassis/sequel-seed
Releases · earaujoassis/sequel-seed
Version 1.1.2
- Improved tests for Sequel versions 4 and 5
- Improved compatibility with several Ruby versions
- Prevent Sequel's warnings about deprecations
Version 1.1.1
- Minimum version for Ruby (MRI) >= 2.2
- Improve code quality (Rubocop)
- Update dependencies
Version 1.0.0
- 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)
Version 0.3.2
Version 0.3.1
Version 0.2.1
- 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
Version 0.1.4
- Environment references could be a Symbol or String
- Improve test coverage
- New project website with documentation
Version 0.1.2
- First version released