Releases: 3neti/wallet
Releases · 3neti/wallet
Release list
v1.1.0 — Wallet Helper Documentation & Test Migration Alignment
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).
#v1.0.1
v1.0.1
Refactor wallet package to remove dependency on users table.
- Removed package users migration
- Moved user schema to test-only migrations
- Removed fallback test user model from config
- Enforced explicit system user model configuration
- Improved resolver error handling
BREAKING: account.system_user.model must now be explicitly set in the host app.