Skip to content

Releases: mahmoudmohamedramadan/custom-fresh

v1.1.6

07 Nov 17:53
dabbb35

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

Choose a tag to compare

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

18 Oct 07:58

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 v11 and Doctrine.

v1.1.3

26 Sep 20:23

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

Choose a tag to compare

Changed

  • Improve the comments.

v1.1.1

24 Jun 06:51
d225263

Choose a tag to compare

Changed

  • Remove the additional components.
  • Improve the comments.

v1.1.0

22 Jun 16:18
0b0ff15

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

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

Choose a tag to compare

Changed

  • Update the DocBlocks.
  • Refactor the code.

Fixed

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

v1.0.8-alpha.1

20 Jun 20:27
0600d8e

Choose a tag to compare

v1.0.8-alpha.1 Pre-release
Pre-release

Added

  • Add the doctrine/dbal to the require key.
  • Add the illuminate/database to the require key

Changed

  • Upgrade the require key list.
  • Refactor the code.

Fixed

  • Fix the issue of retrieving the listed tables in different databases.