Skip to content

Releases: softwarescales/git-issues

1.3.1

03 Oct 06:33
Compare
Choose a tag to compare

Update the arrow function syntax. 🚀 Thanks to @fad4470! 🍰

1.3.0

03 Oct 02:24
Compare
Choose a tag to compare

Implement searching. Thanks @fad4470!

1.2.1

03 Oct 02:19
Compare
Choose a tag to compare

Fix the sorting. Fixes #17. Thanks @fad4470!

1.2.0

18 Nov 08:01
Compare
Choose a tag to compare

Labels support, thanks to @bahmutov! 🍰

$ npm run demo

> git-issues@1.1.0 demo /Users/kensho/git/git-issues
> ./bin/git-issues -r https://github.com/softwarescales/git-issues

┌──┬───────────┬───────────────────────────────┬────────┐
│# │Label(s)   │Title                          │Status  │
├──┼───────────┼───────────────────────────────┼────────┤
│1 │           │Test issue Open (Do not close!)│OPEN    │
├──┼───────────┼───────────────────────────────┼────────┤
│13│enhancement│Display labels                 │OPEN    │
└──┴───────────┴───────────────────────────────┴────────┘

1.1.0

10 Nov 18:01
Compare
Choose a tag to compare
  • Bringing @bahmutov changes to handle remote repos using the -r (--repo) option. ✨
  • ⬆️ Updated the dependencies.

1.0.0

10 Nov 18:01
Compare
Choose a tag to compare

🌟 ⭐ git-issues 1.0.0 ⭐ 🌟

  • Allow using as library.
  • Cache the credentials in ~/.git-issues.json. Thanks @arnochauveau! 🍰 Fixes #7.
  • Use clp as arguments parser.
  • Replaced the shell script with a NodeJS script. Fixed #11.
  • 📝 Docs

0.6.0

12 May 16:14
Compare
Choose a tag to compare
  • replaced ASCII table logic with le-table
  • sort issues
  • send user-agent header

0.5.1

12 May 16:15
Compare
Choose a tag to compare
  • added support for BitBucket
  • added command line issue status filtering (open and close)

0.5.0

12 May 16:15
Compare
Choose a tag to compare
  • initial version with support for GitHub and listing in a table format
  • binary script that works for global installations: npm install -g git-issues