Releases: adrianmg/github-pewpew
v1.3.1 ๐
โจ 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
- @adrianmg
- @AnishDe12020 made their first contribution in #37
- @jdvr made their first contribution in #39
v1.2.2 ๐
Changes
- New logo, preview, and website!
- Thanks to Rapha Lopes for his beautiful logo design contribution.
๐งฐ Maintenance
v1.2.1 ๐
v1.2.0 ๐
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.
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
- Fix confirmation after deleting repos @adrianmg (#19)
- Private repositories now are shown @adrianmg (#17)
- Fixed exception when repo count is undefined @adrianmg (#16)
- Fixed exception when no repos are found @adrianmg (#15)
- Fixed exception when deleting repos with no permissions @adrianmg (a9bdc17)
๐งฐ Maintenance
- Minor fixes and clean-up to make code more friendly @adrianmg (#20)
- Major refactor abstracting all the UI from the business logic @adrianmg (#14)
- Utils module is now Config @adrianmg (#13)
- Removed post-install scripts @adrianmg (#12)
- Update workflow to work with GPR @adrianmg (#11)
Thanks
Thanks to @sergiou87 for all the feedback and guidance in detaching the business logic from the UI ๐โโ๏ธ
v1.1.3 ๐
Changes
Users will be able to sign in faster and more securely thanks to OAuth implementation and persisting configuration file (multi-platform).
๐ 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 ๐
Changes
Users will be able to sign in faster and more securely thanks to OAuth implementation and persisting configuration file (multi-platform).
๐ 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 ๐
Changes
Users will be able to sign in faster and more securely thanks to OAuth implementation and persisting configuration file (multi-platform).
๐ 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 ๐
Changes
Users will be able to sign in faster and more securely thanks to OAuth implementation and persisting configuration file (multi-platform).
๐ Features
- OAuth refactor: faster sign in @adrianmg (#5)
- Persist configuration: no need to auth every time you run the command @adrianmg (#6)