Skip to content

Releases: WanderDinizVeloso/tickets

1.0.0-development.7

24 Oct 18:36
Compare
Choose a tag to compare
1.0.0-development.7 Pre-release
Pre-release

1.0.0-development.7 (2024-10-24)

Features

  • add auth change-password (84dbdaf)
  • add auth config in app module (af0bd79)
  • add auth config in swagger (4059182)
  • add auth controller (5036beb)
  • add auth DTOs (862fd92)
  • add auth interface (b229d12)
  • add auth module (38529e7)
  • add auth schemas (72ad8cd)
  • add auth service (de31965)
  • add authGuard (7eb1561)
  • add encrypt module (e9bf481)
  • add encrypt service (f82682b)
  • add forgot-password DTO (444f479)
  • add forgotPassword and storeResetToken services in auth service (8eb5ec8)
  • add IForgotPasswordResponse interface (244260a)
  • add mail constants (1492649)
  • add mail module (651d7ed)
  • add mail module in app module (17fdbfb)
  • add mail service (3dd9b69)
  • add nodemailer dependencies (b79057a)
  • add POST forgotPassword in auth controller (d67eeaf)
  • add POST resetPassword in auth controller (aa8bb12)
  • add public decorator custom (ea823cf)
  • add reset password constants (0430905)
  • add resetPassword DTO (0527701)
  • add resetPassword service in auth service (b97571a)
  • add resetToken collection config in auth module (99e1d2b)
  • add resetToken schema (ed3ce31)
  • change the name of the field "token" to "refreshToken" in the refreshtoken collection (3e5d18d)

Bug Fixes

  • sendPasswordResetEmail await remove in transporter.sendMail (beb68ba)

1.0.0-development.6

25 Sep 19:38
Compare
Choose a tag to compare
1.0.0-development.6 Pre-release
Pre-release

1.0.0-development.6 (2024-09-25)

Features

  • add mongoose connection syncIndexes in products, orders and cards modules (dc2723a)
  • add tenant DTOs (ed5b70f)
  • add tenant schema (20db2e5)
  • add tenants controller (757116c)
  • add tenants interface (d01d061)
  • add tenants module (3748335)
  • add tenants module in app module (8b10b31)
  • add tenants services (f85d13d)
  • add tenants utils magic numbers and string liberals (9c0c9b5)

1.0.0-development.5

19 Sep 20:06
Compare
Choose a tag to compare
1.0.0-development.5 Pre-release
Pre-release

1.0.0-development.5 (2024-09-19)

Features

  • add card query DTO (3b7bce0)
  • add IcardsTransformExecParam interface in cards interface (b35aeb0)
  • add IproductsTransformExecParam interface in products interface (9aea4c8)
  • add order query DTO (8aece7b)
  • add orders interface (456d11e)
  • add product query dto (8208d64)
  • add queries param in cards controller (55dfd26)
  • add queries param in cards service (59693ef)
  • add queries param in orders controller (ac924ce)
  • add queries param in orders services (12ad355)
  • add queries param in products controller findAll (777f4ca)
  • add queries param in products services (197eb8a)
  • add validateRegisteredCards in cards service (b8f14cc)
  • add validateUniqueProductIds in orders service (65fbe91)

Bug Fixes

  • productQueryDto id optional fix (7a79c49)
  • productQueryDto type attributes fix (51941b4)

1.0.0-development.4

17 Sep 10:35
Compare
Choose a tag to compare
1.0.0-development.4 Pre-release
Pre-release

1.0.0-development.4 (2024-09-17)

Features

Bug Fixes

  • remove productsModule in Orders e2e tests imports (673a45e)

1.0.0-development.3

14 Sep 17:08
Compare
Choose a tag to compare
1.0.0-development.3 Pre-release
Pre-release

1.0.0-development.3 (2024-09-14)

Bug Fixes

  • findAllBetweenIds return active fix (8fa98b7)

1.0.0-development.2

13 Sep 22:57
Compare
Choose a tag to compare
1.0.0-development.2 Pre-release
Pre-release

1.0.0-development.2 (2024-09-13)

Features

  • add create order dto (1f510b9)
  • add decimal128 module (587d1c7)
  • add folder ignore in jest coverage (55b6928)
  • add monetary data module (4dee099)
  • add monetary data service (d7a8f25)
  • add monetary data service in product schema (140e667)
  • add monetary data service in products module (8b963f6)
  • add order controller (11b7411)
  • add order interface (f3b079f)
  • add order module (acc8ad5)
  • add order module and monetary data module in app module (3c21e1e)
  • add order schema (a4dd861)
  • add order service (6ed4205)
  • add spec.ts ignore in jest-coverage-config.json (757e493)

1.0.0-development.1

22 Aug 11:40
Compare
Choose a tag to compare
1.0.0-development.1 Pre-release
Pre-release

1.0.0-development.1 (2024-08-22)

Features

  • add products schema (2459ca1)
  • add error interface (d2af77e)
  • add husky pre-push (3380ad5)
  • add is-positive-decimal validator custom (1e4fb54)
  • add products controller (7ae6465)
  • add products module (ac83524)
  • add products module and mongoose module in app module (5b292ae)
  • add products service (50bcf49)
  • add unique-atribute interceptor (9a6ea33)
  • add uniqueAttributeInterceptor in global interceptors (02f03ba)
  • create products dtos (90427ce)
  • initial commit (74d9cf6)
  • invalid-id interceptor message edit (d1a2efc)
  • mongo image update (566a0ea)
  • test config update (4a749b2)