Skip to content

Releases: mahmoudmohamedramadan/custom-fresh

v1.1.3

26 Sep 20:23
Compare
Choose a tag to compare

Changed

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

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

Fixed

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

Changed

  • Update the DocBlocks.
  • Refactoring the code.

v1.0.8

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

Fixed

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

Changed

  • Update the DocBlocks.
  • Refactoring the code.

v1.0.8-alpha.1

20 Jun 20:27
0600d8e
Compare
Choose a tag to compare
v1.0.8-alpha.1 Pre-release
Pre-release

Fixed

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

Changed

  • Add new packages to the composer require list.
  • Upgrade the existing packages.
  • Refactoring the code.

v1.0.7

08 Nov 17:16
Compare
Choose a tag to compare

Changed

  • Update the keywords and require objects.

v1.0.6

05 Nov 06:29
Compare
Choose a tag to compare

Changed

  • Update the meta-data in the composer.json file.
  • Update the signature and description of the command.

v1.0.5

03 Nov 08:00
32fe550
Compare
Choose a tag to compare

Changed

  • Change the command argument to accept comma-separated values.
  • Use the internal call method instead of Artisan Facade.
  • Change the functionality of refreshing the database.
  • Change the DocBlocks.
  • Change the choice method message.