Skip to content

Releases: promptphp/deck

v0.4.6

Choose a tag to compare

@veeqtoh veeqtoh released this 06 Aug 19:34
8e119be

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

Choose a tag to compare

@veeqtoh veeqtoh released this 03 Aug 17:52
7332710

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

Choose a tag to compare

@veeqtoh veeqtoh released this 03 Aug 16:46
bb5e098

What's Changed

  • Fix grammar & typos: introduction description by @mintlify[bot] in #13
  • Fix silent failures in migration publishing, prompt metadata, and prompt:test by @veeqtoh in #14

Full Changelog: v0.4.3...v0.4.4

v0.4.3

Choose a tag to compare

@veeqtoh veeqtoh released this 29 Jul 08:18
200cef8

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

Full Changelog: v0.4.2...v0.4.3

v0.4.2

Choose a tag to compare

@veeqtoh veeqtoh released this 27 May 09:29
b6b2cb3

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

Choose a tag to compare

@veeqtoh veeqtoh released this 17 May 21:52
5680588

What's Changed

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

v0.4.0

Choose a tag to compare

@veeqtoh veeqtoh released this 17 May 19:57
3cd95d1

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

Choose a tag to compare

@veeqtoh veeqtoh released this 17 May 00:55
f7a9a68

What's Changed

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

v0.2.1

Choose a tag to compare

@veeqtoh veeqtoh released this 28 Mar 01:39
819da57

What's Changed

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

v0.2.0

Choose a tag to compare

@veeqtoh veeqtoh released this 27 Mar 09:20
a30b432

What's Changed

New Contributors

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