Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 2.76 KB

versionHistory.md

File metadata and controls

67 lines (49 loc) · 2.76 KB

Version History (Logged since Sep 15,2020)


Version 2.0.0 - Apr 6th, 2022

  • domain changed and updated
  • project name changed (from pokemon-api to pikaserve)

Version 1.4.0 - Oct 24th, 2020

  • /items structure changed
  • /items returns name in English, Japanese and Chinese

Version 1.3.0 - Oct 24th, 2020

  • Added image links (hires,thumbs,sprites) in /pokemon

Version 1.2.5 - Sep 25th, 2020

  • Added ID query to /moves, /items and /types
  • Changed the /items structure

Version 1.2.3 - Sep 22th, 2020

  • Removed POST request endpoints (In the favour of better performance)
  • Removed other unnessary endpoints

Version 1.2.1 - Sep 22th, 2020

  • Implemented rate limits (2500 API calls per hour)

Version 1.1.1 - Sep 21th, 2020

  • Added SSL
  • API now served over HTTPS

Version 1.0.1 - Sep 21th, 2020

  • Fixed CORS erros

Version 1.0.0 - Sep 19th, 2020

  • Added custom DNS server
  • Made query handling easier
  • Moved to Heroku Free tier

Version Beta 2.0.1 - Sep 15th, 2020

  • Added POST queries
  • Better error handling/logging