Skip to content

Releases: xarunoba/ccoco

v0.13.5

29 Jul 09:10
Compare
Choose a tag to compare

Changelog

  • 9b79c3e ⬆️ Bump github.com/spf13/cobra from 1.8.0 to 1.8.1
  • 8c65380 πŸ› malformed config missing a space for comparison check

v0.13.4

02 Jun 07:16
Compare
Choose a tag to compare

Changelog

  • 7d1dce3 πŸš‘ fix invalid nil pointer dereference in run

v0.13.2

02 Jun 06:19
Compare
Choose a tag to compare

Changelog

  • 383f6d9 ♻️ improved error handling for the CLI
  • d39b1b7 πŸ› fix add and remove long description as it will cause an error

v0.12.1

31 May 14:50
Compare
Choose a tag to compare

Changelog

  • 324a0bb ♻️ add options as paramter for Load
  • 4695893 πŸ› fix config not getting read when initialized with ccoco.New()

v0.11.0

31 May 13:49
Compare
Choose a tag to compare

Changelog

  • bc0e31c ✨ add Load method for ccoco to dynamically load the gitClient, directories, and configFile
  • 77d022b πŸ› fix incorrect marshalled data from adding and removing to/from files
  • d4a3d5d πŸ› fix initialization for CLI to load config properly

v0.10.4

31 May 12:29
Compare
Choose a tag to compare

Changelog

  • 4866e0a πŸ› fix AddToGitHooks script and relativePath
  • 30e65f1 🩹 add space after file for data prepended in config files

v0.10.2

31 May 10:48
Compare
Choose a tag to compare

Changelog

v0.9.1

30 May 15:20
Compare
Choose a tag to compare

Changelog

  • 84492cb πŸš‘ fix gitignore overwriting the gitignore's content when .ccoco is not found

v0.9.0

28 May 10:27
Compare
Choose a tag to compare

Changelog

  • 6c0b88b refactor: change ccoco init
  • fe1691c ✨ perform init command after during install in npm
  • 9613878 πŸ’‘ add comments in getPostCheckoutScript
  • 33a7298 πŸ—‘οΈ cleaned up package.json
  • 6a48528 🩹 fix typo in log

v0.7.3

24 May 19:02
Compare
Choose a tag to compare

Changelog

  • 3a287d4 ♻️ replace bash with /bin/sh
  • e53ea06 πŸ”Š update log for failed preflight scripts from githook injection