Skip to content

v1.1.0 — Test Migration Refactor & Documentation

Latest

Choose a tag to compare

@3neti 3neti released this 09 Apr 15:33

This release improves the internal testing structure and aligns the package with the x-change migration policy.

Changes

  • Added README.md with usage and architecture notes
  • Moved test support migrations to tests/database/migrations
  • Removed legacy database/migrations/test structure
  • Refactored TestCase to properly separate:
    • package runtime migrations (service provider)
    • test-only migrations (Testbench)
  • Eliminated manual migration execution in tests

Notes

  • No breaking changes
  • No runtime schema changes
  • Package migrations remain auto-loaded via loadMigrationsFrom()