Skip to content

Releases: earaujoassis/sequel-seed

Version 1.1.2

04 Jul 22:00
4113de9
Compare
Choose a tag to compare
  • Improved tests for Sequel versions 4 and 5
  • Improved compatibility with several Ruby versions
  • Prevent Sequel's warnings about deprecations

Version 1.1.1

06 Nov 14:24
9af839a
Compare
Choose a tag to compare
  • Minimum version for Ruby (MRI) >= 2.2
  • Improve code quality (Rubocop)
  • Update dependencies

Version 1.0.0

15 Sep 16:48
Compare
Choose a tag to compare
  • Minimum version for Ruby (MRI) >= 2.0
  • Minimum version for JRuby (Java) >= 9.0
  • Fix some exception messages
  • Improve specs over the pg_array extension (issue #9)

Version 0.3.2

06 Jan 00:47
Compare
Choose a tag to compare
  • Hotfixes & minor updates
  • Olle Jonsson's contributions #4 #5 #6

Version 0.3.1

04 Oct 20:32
Compare
Choose a tag to compare
  • Add support for YAML & JSON files
  • Minor hotfixes
  • Closes #1 & #2

Version 0.2.1

04 Oct 15:17
Compare
Choose a tag to compare
  • API changes to protect Sequel's namespace
  • Sequel::Seed.environment = :env is also Sequel::Seed.setup(:env)
  • Sequel::Seed class is now Sequel::Seed::Base; Sequel::Seed is now a module;
    thus, there's no way to proxy the old Sequel::Seed.apply to the new Sequel::Seed::Base.apply
  • Sequel::Seeder and Sequel::TimestampSeeder are still the same (no changes in interface as well)
  • Improve test coverage to guarantee backward compatibility
  • Minor hotfixes

Version 0.1.4

03 Oct 11:30
Compare
Choose a tag to compare
  • Environment references could be a Symbol or String
  • Improve test coverage
  • New project website with documentation

Version 0.1.2

30 Sep 16:20
Compare
Choose a tag to compare
  • First version released