Releases: mahmoudmohamedramadan/custom-fresh
Releases · mahmoudmohamedramadan/custom-fresh
v1.1.7
Added
- Add the
graceful
option to the command in #11.
Changed
- Refactor the code.
Full Changelog: v1.1.6...v1.1.7
v1.1.6
v1.1.5
Changed
- Refactor the code.
- Re-enable the foreign key constraints after dropping the tables.
Fixed
- Fix the issue of creating an exception for the table that does not own migration files.
v1.1.4
Added
- Add the
laravel/framework
to therequire
key. - Add the
ext-pdo
to therequire
key.
Changed
- Update the approach of getting the database tables.
- Remove the
doctrine/dbal
from therequire
key. - Remove the
illuminate/support
from therequire
key. - Remove the
illuminate/console
from therequire
key.
Fixed
- Fix the compatibility issue between
Laravel-v.11
andDoctrine
.
v1.1.3
Changed
- Update the
authors
key. - Remove the
illuminate/database
from therequire
key. - Update the
funding
key.
v1.1.2
Changed
- Improve the comments.
v1.1.1
Changed
- Remove the additional components.
- Improve the comments.
v1.1.0
Changed
- Improve the way of guessing the database info.
- Update the existing comments above each functionality.
- Add a new comment section above the functionality of dropping the tables.
v1.0.9
Changed
- Update the DocBlocks.
- Refactor the code.
Fixed
- Fix the issue of overriding the tables that should not be dropped.
v1.0.8
Changed
- Update the DocBlocks.
- Refactor the code.
Fixed
- Fix the old and faulty approach of retrieving the database tables.