Skip to content

Releases: weavel-ai/promptfile

v0.8.0: Merge pull request #9 from weavel-ai/feat/json

17 Oct 05:08
0be1eb2

Choose a tag to compare

v0.7.3

10 Oct 09:59

Choose a tag to compare

Full Changelog: v0.7.2...v0.7.3

v0.7.2

02 Oct 23:15
0664c14

Choose a tag to compare

What's Changed

  • [refactor] Suppress warning for unreplaced placeholders by @aschung01 in #7
  • [version] Bump version from 0.7.1 to 0.7.2 by @aschung01 in #8

Full Changelog: v0.7.1...v0.7.2

v0.7.1: Merge pull request #6 from weavel-ai/fix/prompt_name

02 Oct 21:16
ca78bf0

Choose a tag to compare

feat: add prompt name when init client

v0.7.0

02 Oct 07:45
123ea66

Choose a tag to compare

What's Changed

  • [refactor] Update TypedDict import and bump version by @aschung01 in #5

Full Changelog: v0.6.0...v0.7.0

v0.6.0: Merge pull request #4 from weavel-ai/feat/enable-custom-prompt-class

01 Oct 19:32
134afff

Choose a tag to compare

v0.5.0: feat: add clients and refactor structure (#3)

25 Sep 05:05
3382c7b

Choose a tag to compare

* [feature] Add docstring to PromptFile class

Add a comprehensive docstring to the PromptFile class in reader.py.
- Describe the class as a singleton for managing prompt configurations
- List key attributes and methods
- Provide a basic usage example

Notes: The docstring was added to improve code documentation and provide clear guidance on the class's purpose, attributes, methods, and usage. This addition enhances code readability and helps developers understand how to use the PromptFile class effectively.

* feat: add clients and refactor structure

Improved regex for variable formatting

17 Sep 23:44

Choose a tag to compare

v0.4.0

feat: improve regex for variable formatting

v0.3.3: Merge pull request #2 from weavel-ai/fix/load_error

08 Sep 22:19
d4303f9

Choose a tag to compare

fix: fix error log for prompt load failure

v0.3.1

22 Aug 20:11

Choose a tag to compare

fix: remove Self