Skip to content

Releases: codedcontainer/pokemonGoPokedex

v3.0.0

04 Jun 20:57
Compare
Choose a tag to compare
  • Ability to keep track of your friends and their statuses over time with the ability to see all friends, add a new friend, edit a friend, and delete an existing friend.

v2.2.0

31 May 16:57
Compare
Choose a tag to compare
  • Return cached images using the following priority
    1. IndexedDB
    2. MongoDB
      • If found, the image's base64 string and type added to IndexedDB
  • Return error message if pokemon cannot be found by id number

v2.1.0

30 May 17:59
Compare
Choose a tag to compare
  • Save and retrieve icon and full-size images to/from Mongo database

v2.0.0

27 May 23:29
Compare
Choose a tag to compare
  • Replaced basic with JWT authentication with session state
  • Pokemon background image change color based on the monsters type
  • Updated edit view for mobile (margins/centering)
  • Added breadcrumbs to edit view