Releases: szainmehdi/laravel-doctrine-jetpack
Releases · szainmehdi/laravel-doctrine-jetpack
v0.6 - Fix make:entity command with --mapping option
Fixed
- Calling
php artisan make:entity Foo --mapping
throws error.
v0.5 - Rename commands to `make:entity` and `make:mapping`
Rename commands to remove unnecessary doctrine prefix.
v0.4 - FlushEntityManager middleware
This release adds a new Middleware that allows your to automatically flush the entity manager and persist your entities to the database at the end of each request.
v0.3.1 - Hotfixes
Fixed
FluentServiceProvider
package autoloading fatal-errors before config file is published.Fluent
IDE helper file uses the incorrect method name.
v0.3 - Fluent Helpers and more!
Cleanup.
v0.2 - Customization Support
Adds support for customizing the configuration of the entity and mapping generators.
Initial Release
v0.1 Add github test workflow