Releases: promptphp/deck
Releases · promptphp/deck
Release list
v0.4.6
What's Changed
- Fix grammar & typos: correct PromptManager::get() signature by @mintlify[bot] in #17
- Fix broken prompt rendering due to tracking, harden name and version (v0.4.6) by @veeqtoh in #18
- Fix grammar & typos: complete sentence in configuration page by @mintlify[bot] in #19
Full Changelog: v0.4.5...v0.4.6
v0.4.5
What's Changed
- Fix grammar & typos: correct stub path, migration path, and tree diagrams by @mintlify[bot] in #15
- Accept string versions in
Deck::activate(), correct structure diagrams, add CI checks by @veeqtoh in #16
Full Changelog: v0.4.4...v0.4.5
v0.4.4
v0.4.3
What's Changed
- Add X (formerly Twitter) social link and site description by @veeqtoh in #10
- Fix grammar & typos: broken frontmatter + code block spacing by @mintlify[bot] in #11
- Widen sebastian/diff constraint to allow v8/v9 To allow pest 5 by @elliot-putt-spectre in #12
New Contributors
- @mintlify[bot] made their first contribution in #11
- @elliot-putt-spectre made their first contribution in #12
Full Changelog: v0.4.2...v0.4.3
v0.4.2
v0.4.1
v0.4.0
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
PromptDecktoDeck. - Renamed service provider from
PromptDeckServiceProvidertoDeckServiceProvider. - Renamed config file from
prompt-deck.phptodeck.php. - Renamed env variables from
PROMPTDECK_*toDECK_*.
Database
No database table migration is required. Existing tables remain:
prompt_versionsprompt_executions
Upgrade
See UPGRADE.md for the full migration guide.
Full Changelog: v0.3.1...v0.4.0