Releases: dhruv-d-simform/ghfz
Releases · dhruv-d-simform/ghfz
Release list
v1.0.0
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.0How 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.tgzWhat has been changed
- Created a comprehensive documentation in
README.md
Full Changelog: v0.0.9...v1.0.0
v0.0.9
Release version 0.0.9
How to use
- Use this command to download it from npm,
npm install -g ghfz@0.0.9How 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.tgzWhat 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
Release version 0.0.8
How to use
- Use this command to download it from npm,
npm install -g ghfz@0.0.8How 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.tgzWhat has been changed
- Created
syncaction to sync local database with GitHub API. - Created
authaction to manage GitHub Personal Access Tokens.
Full Changelog: v0.0.7...v0.0.8
v0.0.7
Release version 0.0.7
How to use
- Use this command to download it from npm,
npm install -g ghfz@0.0.7How 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.tgzWhat has been changed
- Created utility function fetch repos from GitHub API.
- Implemented the
addaction to add specified user's repositories in database. - Implemented the
removeaction to remove selected users' repositories from database.
Full Changelog: v0.0.6...v0.0.7
v0.0.6
Release version 0.0.6
How to use
- Use this command to download it from npm,
npm install -g ghfz@0.0.6How 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.tgzWhat has been changed
- Added few dependencies : prompts, env-paths, zod
- Created utilities to print
successanderrormessages. - Created schemas for
usersandreposusingzod. - Created utility functions to handle data storage.
- Created new
addaction 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
Release version 0.0.5
How to use
- Use this command to download it from npm,
npm install -g ghfz@0.0.5How 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.tgzWhat has been changed
- Allowed passing command line arguments from
run.shscript. - Add hard coded version for
--versionflag.
Full Changelog: v0.0.4...v0.0.5
v0.0.4
Release version 0.0.4
How to use
- Use this command to download it from npm,
npm install -g ghfz@0.0.4How 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.tgzWhat 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
Release version 0.0.3
How to use
- Use this command to download it from npm,
npm install -g ghfz@0.0.3How 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.tgzWhat 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
Release version 0.0.2
How to use
- Use this command to download it from npm,
npm install -g ghfz@0.0.2How 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.tgzWhat has been changed
- Change the name of the package in
package.jsonandrun.sh.
Full Changelog: v0.0.1...v0.0.2
v0.0.1
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.1How 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.tgzWhat has been changed
- The initial project structure with dependencies has been added.
- Bash scripts like
pack.shandrun.shhas been added for CI/CD.
Full Changelog: https://github.com/dhruvdhaduk-simform/ghfz/commits/v0.0.1