This repository was archived by the owner on May 26, 2018. It is now read-only.
Releases: repejota/bashprompt.js
Releases · repejota/bashprompt.js
"We are on the road"
bashprompt.js
v0.2.1 "We are on the road"
2014-02-23
Wow! Another release in the same week? That's amazing!
This release has been dedicated almost entirely to plan features. If you are interested take a look at the current current issues list and don't hesitate to ask anything!
This is a very young project, so there is still much planning and research that should be done, but finally we've got the basics.
Changes:
- Added support for execSync on partials so it allows synchronous partial evaluation.
- Decoupled styles from context builder to render layer via template rendering.
- Switched to a template context based system instead of the previous plain builder.
- Switched to a template string engine instead of the previous renderer.
- Added support for expressions on template engine strings to allow styles ( foreground
and background colors ) on templates. - Added git branch-name partial feature ( synchronous version ).
behold-im-alive
bashprompt.js
v0.2.0 "behold-Im-alive"
First usable version of bashprompt.js.
Almost everything is hard coded so it needs a general refactor and a lot of unit testing. Be patient! This is a work in progress.
Currently supports:
- Templates ( custom, simple and fast engine )
- Partials must be synchronous.
- Styles with foreground & background.
- Only 256 color mode.
- Initial unit testing with mocha and istanbul coverage reports.
Partials implemented:
- Current Work Directory
- Git
- Username
- Hostname
- Shell
More to come!