Skip to content

Releases: adrianmg/github-pewpew

v1.3.1 ๐ŸŒˆ

02 Oct 05:35
Compare
Choose a tag to compare

Release cover

โœจ Major Release with Codespaces!

  • Added ghpew codespaces command to delete codespaces #37
  • Added ghpew help as the default command
  • Added ghpew repos command to delete repos
  • Added instructions to press space to select choices
  • Fixed configuration directory issues #38
  • Improved configuration directory for Unix users
  • Migrated dependencies from CommonJS to ES modules
  • Updated dependencies #40 #41 #42
  • Full changelog v1.2.2...v1.3.1

๐Ÿค— Contributors

v1.2.2 ๐ŸŒˆ

04 Apr 04:25
dc32604
Compare
Choose a tag to compare

og

Changes

  • New logo, preview, and website!
  • Thanks to Rapha Lopes for his beautiful logo design contribution.

๐Ÿงฐ Maintenance

v1.2.1 ๐ŸŒˆ

29 Oct 23:18
381ae67
Compare
Choose a tag to compare

Changes

  • Fixed typo successfully ๐Ÿ’‚โ€โ™€๏ธ @raulb (#24)

๐Ÿงฐ Maintenance

v1.2.0 ๐ŸŒˆ

25 Aug 03:16
398cf88
Compare
Choose a tag to compare

Changes

A much-needed refactor after v1.1.0 that improves the overall stability of the app. You can now get more than 100 results, as there was no pagination in prior versions.

Many bugs have been fixed, and the authentication process is now more robust when tokens get invalidated in different scenarios. I've also added some testing to cover the authentication flow.

๐Ÿ“ฆ Check github-pewpew v1.2.0 on npm.

Preview of the tool

I hope you like it, and thanks for the feedback!

๐Ÿš€ Features

  • Revoking tokens will re-trigger auth flow on clients @adrianmg (#18)
  • Custom error handling and a more robust api call flow @adrianmg (#18)
  • Complete overhaul of the business logic in /src/github.js. @adrianmg (#18)
  • Pagination added: now returns more than 100 results @adrianmg (#22)
  • Adding test coverage with Mocha @adrianmg (#21)

๐Ÿ› Bug Fixes

๐Ÿงฐ Maintenance

Thanks

Thanks to @sergiou87 for all the feedback and guidance in detaching the business logic from the UI ๐Ÿ™‡โ€โ™‚๏ธ

v1.1.3 ๐ŸŒˆ

14 Aug 01:15
95f557e
Compare
Choose a tag to compare

Changes

Users will be able to sign in faster and more securely thanks to OAuth implementation and persisting configuration file (multi-platform).

Preview of the tool

๐Ÿš€ Features

  • OAuth refactor: faster sign in @adrianmg (#5)
  • Persist configuration: no need to auth every time you run the command @adrianmg (#6)

๐Ÿงฐ Maintenance

v1.1.2 ๐ŸŒˆ

14 Aug 00:57
4a9ce92
Compare
Choose a tag to compare

Changes

Users will be able to sign in faster and more securely thanks to OAuth implementation and persisting configuration file (multi-platform).

Preview of the tool

๐Ÿš€ Features

  • OAuth refactor: faster sign in @adrianmg (#5)
  • Persist configuration: no need to auth every time you run the command @adrianmg (#6)

๐Ÿงฐ Maintenance

v1.1.1 ๐ŸŒˆ

14 Aug 00:01
65b1dfb
Compare
Choose a tag to compare

Changes

Users will be able to sign in faster and more securely thanks to OAuth implementation and persisting configuration file (multi-platform).

Preview of the tool

๐Ÿš€ Features

  • OAuth refactor: faster sign in @adrianmg (#5)
  • Persist configuration: no need to auth every time you run the command @adrianmg (#6)

๐Ÿงฐ Maintenance

v1.1.0 ๐ŸŒˆ

13 Aug 23:57
d83ea03
Compare
Choose a tag to compare

Changes

Users will be able to sign in faster and more securely thanks to OAuth implementation and persisting configuration file (multi-platform).

Preview of the tool

๐Ÿš€ Features

  • OAuth refactor: faster sign in @adrianmg (#5)
  • Persist configuration: no need to auth every time you run the command @adrianmg (#6)

๐Ÿงฐ Maintenance

v1.0.6 ๐ŸŒˆ

12 Aug 06:08
a2e0780
Compare
Choose a tag to compare

Changes

v1.0.5 ๐ŸŒˆ

12 Aug 05:54
Compare
Choose a tag to compare

Changes

  • Automation and maintenance @adrianmg (#1)
  • dotenv is now a devDependency
  • TrailingComma is now part of prettier