Releases: mahmoudmohamedramadan/custom-fresh
Releases · mahmoudmohamedramadan/custom-fresh
v1.1.8
v1.1.7
Added
- Add the
gracefuloption 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/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.