Skip to content

v1.2.0 🌈

Compare
Choose a tag to compare
@adrianmg adrianmg released this 25 Aug 03:16
· 70 commits to main since this release
398cf88

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 πŸ™‡β€β™‚οΈ