Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 16:33
· 3 commits to master since this release
0fbf995

3.0.0 (2024-06-30)

Breaking Changes

  • prompt: Extra customization options (0fbf995)

BREAKING CHANGE: Prompt now array containing all prompt settings

Prompt now contains multiple sections: core, separator, path and extra, this breakdown only adds extra layers of customization
and don't necessarily need to hold those settings, you can write anything in each section text as well as before and after.
Core: is the core part of the prompt contains before, boforeColor, text, textColor, after, afterColor settings
Path: is the path portion of the prompt, contains before, beforeColor, text, textColor, after, afterColor settings
Separator: separates Core and Path sections, contains text and color settings
Extra: Extra text that can be added after Path section. Contains Text and Color settings

See ExampleSite for more details