Skip to content

Releases: 3neti/wallet

v1.1.0 — Wallet Helper Documentation & Test Migration Alignment

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

#v1.0.1

Choose a tag to compare

@3neti 3neti released this 05 Apr 04:16

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.

#v1.0.0

Choose a tag to compare

@3neti 3neti released this 26 Mar 08:23

Initial release.