Skip to content

Releases: happy-coders/fun-cli

v1.0.0-beta.1

12 Nov 22:49
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

Fixed

  • Error on installation caused by bin folder location

v1.0.0-beta

11 Nov 23:57
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

Added

  • Command to delete some project

Changed

  • Refactor to avoid duplications
  • Remove yarn installation from docs

v1.0.0-alpha.2

02 Nov 21:01
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

Changed

  • Removed not used dependencies

v1.0.0-alpha.1

02 Nov 19:04
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Added

  • Command to list all projects
  • More unit tests (coverage from 62% to 99%)
  • Dependabot

Changed

  • Removed some code smells and duplications

v1.0.0-alpha

31 Oct 15:43
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

Added

  • Command to add project: `fun add --path
  • Command to run a project fun with <project-alias>
  • Initial docs with installation and usage instructions