Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.63 KB

File metadata and controls

38 lines (33 loc) · 1.63 KB

Changelog

This file contains todos and already implemented features

TODO

  • finalize and “publish” .bsrc and scripts completion suggestions
  • Better Cross-Platform Compatibility („We could explore using Node.js to execute scripts directly based on their file extension, which would make bs work more smoothly on Windows.”)
  • upgrade bs/build (also see TODO in v0.9.0)

v1.0.0

  • 🔤 example bash task in now more “proffesional”
  • 🔤 shows “dependencies” pattern
  • ⚡ ups css-in-console

v0.9.0

  • ⚡ (potentially BREAKING) fix provided relative paths when bs is run outside the root directory
    • cd project && cd deep/path && bs build ./file → “bs build /home/…/project/deep/path/file
  • 🔤 BS (non-)goals
    • docs for coexistence with others (such as npm run)
    • hooks
    • Provide build features
      • patterns suggestions in README.md
      • templates extensions (see bellow)
  • ⚡ Extensions
    • provide easy way to share patterns
    • future-proof
    • just scripts
  • ⚡ Improved User Experience (descriptive error messages, structured outputs, …)
  • 📺 🐛 build (TODO?: add cached nodes to git as pkg is archived)
  • refact project structure (catchError)
  • provide bs via npm

v0.8.2

v0.8.1

  • main behavior (.run, .ls, .readme, .cat)
  • non-promoted .bsrc and scripts completion suggestions