Skip to content

Releases: Monamoxie/vocab-mapper

1.0.3

26 May 14:42
Compare
Choose a tag to compare

1.0.3

🎉 Bug Fix:

  • Conditionally load package migration if it has not been published.

Changelog: ebf3433

1.0.2

25 May 16:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.2

1.0.1

25 May 14:08
Compare
Choose a tag to compare

1.0.1

🎉 Bug Fix:

  • Fix database path for vendor publishing

🎉 Minor Additions:

  • Remove return statement in the constructors of exception handlers
  • Set correct return type for the method mapVocabTo

v1.0.0

21 May 20:01
Compare
Choose a tag to compare

This version introduces powerful set of features for mapping vocabs of your core systems to the custom vocab of your tenants or users.

🎉 Key Highlights:

  • HasVocab Trait: Use the HasVocab trait in your project to make your eloquent model vocable. Please see documentation for more details.
  • VocabCollector: Collect mapped vocabulary for specific entities using the VocabCollector facade.

👩‍💻 Getting Started:
To get started with the Vocab Mapper package, simply require version 1.0.0 in your Laravel project using Composer:

composer require monamoxie/vocab-mapper:^1.0.0