Skip to content

Releases: mahmoudmohamedramadan/custom-fresh

v1.1.7

13 Nov 08:02
Compare
Choose a tag to compare

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

07 Nov 17:53
dabbb35
Compare
Choose a tag to compare

Added

  • Add the ability to pass more options to the command in #10.

Full Changelog: v1.1.5...v1.1.6

v1.1.5

25 Oct 12:01
Compare
Choose a tag to compare

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

18 Oct 07:58
Compare
Choose a tag to compare

Added

  • Add the laravel/framework to the require key.
  • Add the ext-pdo to the require key.

Changed

  • Update the approach of getting the database tables.
  • Remove the doctrine/dbal from the require key.
  • Remove the illuminate/support from the require key.
  • Remove the illuminate/console from the require key.

Fixed

  • Fix the compatibility issue between Laravel-v.11 and Doctrine.

v1.1.3

26 Sep 20:23
Compare
Choose a tag to compare

Changed

  • Update the authors key.
  • Remove the illuminate/database from the require key.
  • Update the funding key.

v1.1.2

17 Aug 08:26
5c11ed8
Compare
Choose a tag to compare

Changed

  • Improve the comments.

v1.1.1

24 Jun 06:51
d225263
Compare
Choose a tag to compare

Changed

  • Remove the additional components.
  • Improve the comments.

v1.1.0

22 Jun 16:18
0b0ff15
Compare
Choose a tag to compare

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

21 Jun 12:34
52bd416
Compare
Choose a tag to compare

Changed

  • Update the DocBlocks.
  • Refactor the code.

Fixed

  • Fix the issue of overriding the tables that should not be dropped.

v1.0.8

20 Jun 22:28
9d2587a
Compare
Choose a tag to compare

Changed

  • Update the DocBlocks.
  • Refactor the code.

Fixed

  • Fix the old and faulty approach of retrieving the database tables.