Skip to content

v1.1.0 — Wallet Helper Documentation & Test Migration Alignment

Latest

Choose a tag to compare

@3neti 3neti released this 10 Apr 03:52

This release improves developer experience and aligns the wallet package with the x-change migration policy.

✨ Added

  • README.md clarifying the role of this package as a helper layer over bavix/laravel-wallet

🔧 Improved

  • TestCase now uses dependency-aware migration loading via reflection
  • removed manual migration execution
  • improved portability across environments (no hardcoded vendor paths)

🧠 Notes

  • no breaking changes
  • no database changes
  • bavix/laravel-wallet remains the sole owner of wallet schema

This reinforces the separation of concerns:
wallet schema (bavix) vs orchestration (3neti/wallet).