Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

44 lines (25 loc) · 1.94 KB

0.3.0 (2024-09-04)

⚠ BREAKING CHANGES

  • Veksel.prefix has been removed
  • Veksel.suffix no longer has a leading underscore
  • CLI: suffix command has been removed

Bug Fixes

  • support database.yml with explicit primary (99ecb90)

0.2.2 (2024-03-12)

Bug Fixes

  • support ERB in database.yml (9ae2aef)

0.2.1 (2024-03-10)

Bug Fixes

  • Require fileutils as it's not loaded by default in some Ruby versions. (66833d0)

0.2.0 (2024-02-29)

⚠ BREAKING CHANGES

  • database.yml should no longer be modified, but define the default dev database name instead. Veksel will hook into the Rails environment with ActiveRecord::DatabaseConfigurations.register_db_config_handler

Bug Fixes

  • missing status variable assignment (1bcfab2)
  • remove unused files from dummy app (06a5e8d)
  • update appraisal (f7c726d)

Performance Improvements

  • faster invocation without loading rails env (3c09e54)
  • fork using templates instead of pg_dump (7ebfa62)

0.1.0 (2024-02-27)

  • initial release