Skip to content
This repository was archived by the owner on May 26, 2018. It is now read-only.

"We are on the road"

Latest

Choose a tag to compare

@repejota repejota released this 23 Feb 18:06
· 11 commits to master since this release

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 ).