Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 579 Bytes

File metadata and controls

36 lines (22 loc) · 579 Bytes

CHANGELOG

2.0.0

  • !! Compatibility break
  • Library for Strapi V4 for V3 check v1.2.0

1.2.0

  • use id instead _id due to it's not used on postgres

1.1.0

  • rename delete to remove
  • add http methods get, post, put, delete, patch
  • Add local auth methods register, login, forgotPassword, resetPassword, sendEmailConfirmation, me

1.0.0

  • API rewrite
  • !! Compatibility break

0.0.3

  • Add httpClient access for custom endpoints

0.0.2

  • Remove only singleton
  • Add Strapi.newClient()
  • Add token
  • Add querys for find

0.0.1

  • Initial version