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 πββοΈ