Skip to content

Releases: promptphp/deck

v0.4.1

17 May 21:52
5680588

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

17 May 19:57
3cd95d1

Choose a tag to compare

Deck v0.4.0

Prompt Deck is now Deck by PromptPHP.

This is a breaking release that moves the package from veeqtoh/prompt-deck to promptphp/deck and renames the PHP namespace from Veeqtoh\PromptDeck to PromptPHP\Deck.

Changed

  • Renamed Composer package to promptphp/deck.
  • Renamed namespace to PromptPHP\Deck.
  • Renamed facade from PromptDeck to Deck.
  • Renamed service provider from PromptDeckServiceProvider to DeckServiceProvider.
  • Renamed config file from prompt-deck.php to deck.php.
  • Renamed env variables from PROMPTDECK_* to DECK_*.
  • v0.4.0 - Pivot package from promptphp/prompt-deck to promptphp/deck by @veeqtoh in #7

Database

No database table migration is required. Existing tables remain:

  • prompt_versions
  • prompt_executions

Upgrade

See UPGRADE.md for the full migration guide.

Full Changelog: v0.3.1...v0.4.0

v0.3.1

17 May 00:55
f7a9a68

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...V0.3.1

v0.2.1

28 Mar 01:39
819da57

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

27 Mar 09:20
a30b432

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/veeqtoh/prompt-deck/commits/v0.2.0

v0.1.0

04 Mar 02:09
cae23dc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/veeqtoh/prompt-deck/commits/v0.1.0