Skip to content

Releases: joshuatvernon/cbf

v2.0.3

06 Aug 00:23
Compare
Choose a tag to compare
- Run the scripts section of any `package.json` file just by typing cbf in your repo.
   - Use cbf -d to run with documentation
   - A local cbf file (`cbf.yml` or `cbf.json`) will run before `package.json` files in which case you can just use `cbf -j`
- Scripts can be written in simple or advanced formats and are even easier to write!
   - Simple scripts are composed of options and commands
   - Advanced scripts are composed of directories, options, commands, variables and messages
   - Advanced scripts now can accept user input by defining variables
- Scripts can now be written in either json or yaml formats
- Scripts now have pretty colours and arrows so you know whether you’re about to run a command or just open another option
- The print operation now prints your script in its original format so you have a copy in case you lose it

v1.4.1

24 Jul 15:49
Compare
Choose a tag to compare
- chore: updated yarn.lock

v1.4.0

24 Jul 15:45
Compare
Choose a tag to compare
- Removed pre-version lint and tests since they are part of the builds
- chore: updated travis script to terminate build if any script errors
- Updated messages API + Fixed prettier errors
- chore: added prettier
- chore: update .travis deploy script condition
- Add yarn install command to README.md
- Removed `pre-deploy` version job from travis since it is now done within `npm run version` and was breaking the builds
- chore: updated `cbf.yml` and `package.json` to automatically create annotated tags when `npm run version` is ran

v1.3.0

24 Jul 15:44
Compare
Choose a tag to compare

Features

  • Updated UI to distinguish between back, quit, options and commands
  • Updated cbf.yml examples script to include input.yml script

Bug fixes

  • Fixed bug with modify operation
  • Removed change-case package and replaced with single lodash function
  • Refactored lodash uses and imports
  • Refactored isValidVariables utility method
  • Added tests for utility methods

v1.2.0

24 Jul 15:44
Compare
Choose a tag to compare

Features

  • #10: Accept input from the user to pass to the command

v1.1.8

18 Jul 16:35
Compare
Choose a tag to compare

Chores

  • Updated deploy script

v1.1.6

18 Jul 16:36
Compare
Choose a tag to compare

Chores

  • Updated travis deploy script
  • Updated readme

v1.1.5

18 Jul 16:36
Compare
Choose a tag to compare

Chores

  • Updated travis deploy conditions
  • Updated commander version
  • Added auto deploy to npm from master branch

v1.1.4

18 Jul 16:38
Compare
Choose a tag to compare

Chores

  • Updated commander version
  • Updated changelog
  • Create FUNDING.yml
  • Updated npm ignore
  • Update issue templates
  • Create CODE_OF_CONDUCT.md

v1.1.3

18 Jul 16:41
Compare
Choose a tag to compare

Chores

  • Fixed vulnerability in lodash
  • Update README.md