Skip to content

Releases: dhruv-d-simform/ghfz

v1.0.0

Choose a tag to compare

@dhruv-dhaduk dhruv-dhaduk released this 12 Jun 17:36

Release version 1.0.0 (First Major Release)

How to use

  • Use this command to download it from npm,
npm install -g ghfz@1.0.0

How to use without installing it from npm,

  • Enter this command in your terminal,
bash -c "$(curl -fsSL https://v1-0-0--ghfz.netlify.app/run.sh)" -- https://v1-0-0--ghfz.netlify.app/ghfz.tgz

What has been changed

  • Created a comprehensive documentation in README.md

Full Changelog: v0.0.9...v1.0.0

v0.0.9

Choose a tag to compare

@dhruv-d-simform dhruv-d-simform released this 12 Jun 11:42
2758e35

Release version 0.0.9

How to use

  • Use this command to download it from npm,
npm install -g ghfz@0.0.9

How to use without installing it from npm,

  • Enter this command in your terminal,
bash -c "$(curl -fsSL https://v0-0-9--ghfz.netlify.app/run.sh)" -- https://v0-0-9--ghfz.netlify.app/ghfz.tgz

What has been changed

  • Added some more options in fuzzy finder : user home page, repo page, repo PR page.

Full Changelog: v0.0.8...v0.0.9

v0.0.8

Choose a tag to compare

@dhruv-d-simform dhruv-d-simform released this 12 Jun 09:45
190e21a

Release version 0.0.8

How to use

  • Use this command to download it from npm,
npm install -g ghfz@0.0.8

How to use without installing it from npm,

  • Enter this command in your terminal,
bash -c "$(curl -fsSL https://v0-0-8--ghfz.netlify.app/run.sh)" -- https://v0-0-8--ghfz.netlify.app/ghfz.tgz

What has been changed

  • Created sync action to sync local database with GitHub API.
  • Created auth action to manage GitHub Personal Access Tokens.

Full Changelog: v0.0.7...v0.0.8

v0.0.7

Choose a tag to compare

@dhruv-dhaduk dhruv-dhaduk released this 11 Jun 18:45

Release version 0.0.7

How to use

  • Use this command to download it from npm,
npm install -g ghfz@0.0.7

How to use without installing it from npm,

  • Enter this command in your terminal,
bash -c "$(curl -fsSL https://v0-0-7--ghfz.netlify.app/run.sh)" -- https://v0-0-7--ghfz.netlify.app/ghfz.tgz

What has been changed

  • Created utility function fetch repos from GitHub API.
  • Implemented the add action to add specified user's repositories in database.
  • Implemented the remove action to remove selected users' repositories from database.

Full Changelog: v0.0.6...v0.0.7

v0.0.6

Choose a tag to compare

@dhruv-dhaduk dhruv-dhaduk released this 11 Jun 17:19

Release version 0.0.6

How to use

  • Use this command to download it from npm,
npm install -g ghfz@0.0.6

How to use without installing it from npm,

  • Enter this command in your terminal,
bash -c "$(curl -fsSL https://v0-0-6--ghfz.netlify.app/run.sh)" -- https://v0-0-6--ghfz.netlify.app/ghfz.tgz

What has been changed

  • Added few dependencies : prompts, env-paths, zod
  • Created utilities to print success and error messages.
  • Created schemas for users and repos using zod.
  • Created utility functions to handle data storage.
  • Created new add action to handle addition of new repos in storage.
  • Setup the prettier.
  • Added some Mock Data of repositories of Linux Torvalds and TJ DeVries

Full Changelog: v0.0.5...v0.0.6

v0.0.5

Choose a tag to compare

@dhruv-d-simform dhruv-d-simform released this 11 Jun 09:33
485552c

Release version 0.0.5

How to use

  • Use this command to download it from npm,
npm install -g ghfz@0.0.5

How to use without installing it from npm,

  • Enter this command in your terminal,
bash -c "$(curl -fsSL https://v0-0-5--ghfz.netlify.app/run.sh)" -- https://v0-0-5--ghfz.netlify.app/ghfz.tgz

What has been changed

  • Allowed passing command line arguments from run.sh script.
  • Add hard coded version for --version flag.

Full Changelog: v0.0.4...v0.0.5

v0.0.4

Choose a tag to compare

@dhruv-d-simform dhruv-d-simform released this 11 Jun 09:01
6248581

Release version 0.0.4

How to use

  • Use this command to download it from npm,
npm install -g ghfz@0.0.4

How to use without installing it from npm,

  • Enter this command in your terminal,
bash -c "$(curl -fsSL https://v0-0-4--ghfz.netlify.app/run.sh)" -- https://v0-0-4--ghfz.netlify.app/ghfz.tgz

What has been changed

  • Used yargs package to parse the command line arguments.
  • Divided the application into multiple actions, that can be triggered from specific commands.
  • Modularized the code according to actions.

Full Changelog: v0.0.3...v0.0.4

v0.0.3

Choose a tag to compare

@dhruv-d-simform dhruv-d-simform released this 11 Jun 06:40
11a603d

Release version 0.0.3

How to use

  • Use this command to download it from npm,
npm install -g ghfz@0.0.3

How to use without installing it from npm,

  • Enter this command in your terminal,
bash -c "$(curl -fsSL https://v0-0-3--ghfz.netlify.app/run.sh)" -- https://v0-0-3--ghfz.netlify.app/ghfz.tgz

What has been changed

  • Created a basic prototype to fuzzy find over hard coded repos with fzf.
  • Used open package to open the selected repo.

Full Changelog: v0.0.2...v0.0.3

v0.0.2

Choose a tag to compare

@dhruv-d-simform dhruv-d-simform released this 11 Jun 06:11
43f7186

Release version 0.0.2

How to use

  • Use this command to download it from npm,
npm install -g ghfz@0.0.2

How to use without installing it from npm,

  • Enter this command in your terminal,
bash -c "$(curl -fsSL https://v0-0-2--ghfz.netlify.app/run.sh)" -- https://v0-0-2--ghfz.netlify.app/ghfz.tgz

What has been changed

  • Change the name of the package in package.json and run.sh.

Full Changelog: v0.0.1...v0.0.2

v0.0.1

Choose a tag to compare

@dhruv-d-simform dhruv-d-simform released this 11 Jun 06:04
ccaabdd

Release version 0.0.1 (First Release)

  • The purpose of this release is to test CI/CD and Release pipelines.

How to use

  • Use this command to download it from npm,
npm install -g ghfz@0.0.1

How to use without installing it from npm,

  • Enter this command in your terminal,
bash -c "$(curl -fsSL https://v0-0-1--ghfz.netlify.app/run.sh)" -- https://v0-0-1--ghfz.netlify.app/ghfz.tgz

What has been changed

  • The initial project structure with dependencies has been added.
  • Bash scripts like pack.sh and run.sh has been added for CI/CD.

Full Changelog: https://github.com/dhruvdhaduk-simform/ghfz/commits/v0.0.1