Skip to content

Releases: mateusfg7/formatch-server

v0.7.0

06 Feb 14:49
04c54eb
Compare
Choose a tag to compare

What's Changed

Features

Updates

  • fix(deps): update dependency @types/node to v18.11.19 by @renovate in #41
  • fix(deps): update dependency typescript to v4.9.5 by @renovate in #39
  • fix(deps): update dependency eslint to v8.33.0 by @renovate in #34
  • fix(deps): update dependency @types/react to v18.0.27 by @renovate in #35
  • fix(deps): update nextjs monorepo to v13.1.6 by @renovate in #33

Full Changelog: 0.4.0...0.7.0

v0.4.0

11 Jan 16:34
adb554a
Compare
Choose a tag to compare

Features

Rating

  • Add a Rate table on database schema with relations on a User and a Professional
  • Add an endpoint to create a new rating

Professional CRUD

  • Return if a user already saved a professional or not when get professional information
  • Return if a user already rated a professional or not when get professional information
  • Return a average rate grade when get professional information
  • Add endpoint to save a professional
  • Use unique short code to identify a professional as a visual friendly ID
  • Use user data from header to identify a user

Aditional information

Full Changelog: 0.2.0...0.4.0

v0.2.0

10 Jan 01:39
f2d7623
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.2.0

v0.1.0

10 Jan 01:32
50d4142
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/mateusfg7/formatch-web/commits/0.1.0