Skip to content

Releases: arakakimath/order-logistics-api

v1.1.0

25 Feb 03:46
Compare
Choose a tag to compare

1.1.0 (2025-02-25)

Bug Fixes

  • error handling for duplicate cpf (5421e77)
  • return null when can't find user with findByCpf method (e991804)

Features

  • add findByCpf method to delivery people repository (0d7506c)
  • throw customized error when trying to create delivery person with already used cpf (2f68459)

v1.0.0

25 Feb 02:33
Compare
Choose a tag to compare

1.0.0 (2025-02-25)

Bug Fixes

  • import path issues (11c9196)
  • preparing folders for integration (bc06742)
  • prevent flooding logs from mongoDB (3b267de)
  • regenerating package-lock and correcting version issues (4ea1ff8)
  • resolve merge conflicts (ed681b3)
  • resolve merge conflicts (cea1a47)
  • updating package-lock.json and package.json according to infrastructure-layer (fe1153d)

Features

  • integrate create delivery person controller with domain and MongoDB (c72e2c8)
  • swagger documentation (109e4dc)
  • zod validation pipe (fbf6188)