Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@maurobonfietti maurobonfietti released this 28 Sep 22:06
· 195 commits to master since this release
a95a676

RELEASE VERSION: 2.0.0

CHANGES:

  • Deprecated 3 endpoints in Version 2.0. Removed endpoints for search notes, tasks and users.
  • Use instead endpoints for get all notes, tasks and users. Example: '/api/v1/notes?page=1&perPage=10&name=&description='.
  • Update endpoints collection documentation.
  • Update Swagger Documentation.
  • Minor changes.