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).