Releases: weavel-ai/promptfile
Releases · weavel-ai/promptfile
v0.8.0: Merge pull request #9 from weavel-ai/feat/json
feat: add json load, dump
v0.7.3
Full Changelog: v0.7.2...v0.7.3
v0.7.2
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
feat: add prompt name when init client
v0.7.0
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
feat: add prompt_class parameter to BaseClient
v0.5.0: feat: add clients and refactor structure (#3)
* [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
v0.4.0 feat: improve regex for variable formatting
v0.3.3: Merge pull request #2 from weavel-ai/fix/load_error
fix: fix error log for prompt load failure