Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

32 lines (17 loc) · 1.83 KB

Changelog

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

0.0.3 (2021-03-29)

Bug Fixes 🐛

  • build: drop unused dependencies (6a9925b)

Features ⭐️

  • prisma: add migration example (af01e96)
  • prisma: integrate native prisma seeding (963c17e)
  • prisma: migrate to latest prisma version - use native prisma migration (25b8716)

0.0.2 (2021-03-24)

Bug Fixes 🐛

  • validation: fix array of enums validation decorator (e1786d2)
  • validation: fix date validation custom decorator (c5cbc56)

Features ⭐️

  • add new common lib entities (af9b562)
  • add new utils, reformat with prettier (1bacc19)
  • Initial commit (47aa9b8)