Skip to content

Latest commit

 

History

History
182 lines (108 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

182 lines (108 loc) · 10.8 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.13 (2023-09-17)

Bug Fixes

  • 🐛 update dockerfile (88dbb70)
  • 🐛 update prisma, use node 18, use pnpm (c7d5ac7)
  • 🐛 use pnpm (cc510bd)

0.1.12 (2023-03-21)

Bug Fixes

  • 🐛 remove api url in readme.md (21e19b0)
  • 🐛 update prisma lib (adb641a)

0.1.11 (2023-01-20)

Bug Fixes

  • 🐛 fix package.json node version and add commitlint lib (b546b75)
  • 🐛 fix yarn version (ac25cb1)
  • 🐛 update api url in readme.md (fca00d3)
  • 🐛 update docker-compose.yml (dd6cff0)
  • 🐛 update primsa lib, package.json scripts and readme.md (b345de6)
  • 🐛 update prisma lib (1a9e5a4)
  • 🐛 update prisma lib (8c48018)
  • 🐛 update readme.md (f907559)
  • 🐛 update readme.md (a7f1a1f)
  • 🐛 update readme.md (062aeab)

0.1.10 (2022-06-29)

Features

Bug Fixes

  • 🐛 update prisma lib and fix newrelic.js (783b572)

0.1.9 (2022-06-02)

Features

Bug Fixes

0.1.8 (2022-04-26)

Features

  • 🎸 add cart and product model (4a6830b)
  • 🎸 add cart api (6c4d6de)
  • 🎸 add cart in signup and users api response (cdb21d4)
  • 🎸 add product api (71f4c29)

0.1.7 (2022-04-25)

Features

  • 🎸 add patch api and add order by created_at (8e3dabb)

0.1.6 (2022-04-25)

Features

Bug Fixes

  • 🐛 update filename format (cc906f0)

0.1.5 (2022-04-22)

Features

  • 🎸 add quote api (6cc025d)
  • 🎸 add quote table and seed quote data (e3044a1)

Bug Fixes

  • 🐛 format schema.prisma (fab9fb6)

0.1.4 (2022-04-21)

Features

  • 🎸 add api header (fe1b4d0)
  • 🎸 add AuthMiddleware and add password index (92494d2)
  • 🎸 add bearer token in swagger doc (5848d36)
  • 🎸 add createTodos func (33f94da)
  • 🎸 add login api (9c6616f)
  • 🎸 add post_id in getTags api (c7d8a8d)
  • 🎸 add todo api (0ee48e3)
  • 🎸 add todo table (3727f98)
  • 🎸 add users_id in query param (a13b958)

Bug Fixes

  • 🐛 add hashedPassword var (53dd359)
  • 🐛 fix code (204a334)
  • 🐛 fix GetUserByIdResponse (461e882)
  • 🐛 fix query param to optional in swagger (a1d05c8)
  • 🐛 format schema.prisma (d5ff3d5)
  • 🐛 format schema.prisma (ca6bbeb)
  • 🐛 update husky (ad976f7)

0.1.3 (2022-04-20)

Features

  • 🎸 add main api doc (e03f4d2)
  • 🎸 add seed data and remove string limit in location (2e7bea5)

Bug Fixes

  • 🐛 fix migration file (dae1e9f)

0.1.2 (2022-04-20)

Features

0.1.1 (2022-04-20)

Features

Bug Fixes