Releases: mahmoudmohamedramadan/custom-fresh
Releases · mahmoudmohamedramadan/custom-fresh
v1.1.6
v1.1.5
Changed
- Refactor the code.
- Re-enable the foreign key constraints after dropping the tables.
Fixed
- Fixes the issue where an exception was thrown for tables that lack migration files.
v1.1.4
Added
- Add the
laravel/frameworkto therequirekey. - Add the
ext-pdoto therequirekey.
Changed
- Update the approach of getting the database tables.
- Remove the
doctrine/dbalfrom therequirekey. - Remove the
illuminate/supportfrom therequirekey. - Remove the
illuminate/consolefrom therequirekey.
Fixed
- Fix the compatibility issue between
Laravel v11andDoctrine.
v1.1.3
Changed
- Update the
authorskey. - Remove the
illuminate/databasefrom therequirekey. - Update the
fundingkey.
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.
v1.0.8-alpha.1
Added
- Add the
doctrine/dbalto therequirekey. - Add the
illuminate/databaseto therequirekey
Changed
- Upgrade the
requirekey list. - Refactor the code.
Fixed
- Fix the issue of retrieving the listed tables in different databases.