- add all prisma types, modifiers, functions (87b0e04)
- add base repository types (1e60e5a)
- add ci-cd and tests (640bbcb)
- add cli (568db96)
- add community standard docs (0ff951d)
- add community standard docs (957b3aa)
- add github workflow (b1ce6f7)
- add prisma generate command after codegen script (92b204e)
- add release version command (2aa3015)
- add required and optional 1-1 and 1-n relation fields (45d949a)
- build settings (75656bf)
- bump @commitlint/cli from 17.7.1 to 17.7.2 (4eb710c)
- bump @prisma/client from 4.16.1 to 5.4.1 (3f45146)
- bump @typescript-eslint/eslint-plugin from 5.60.1 to 5.62.0 (448ea36)
- bump @typescript-eslint/parser from 5.60.1 to 5.62.0 (13f9eab)
- bump eslint from 8.44.0 to 8.50.0 (5a9db28)
- bump eslint-config-prettier from 8.8.0 to 9.0.0 (a89ed8b)
- bump jest and @types/jest (d5ba5ea)
- bump prettier from 2.8.8 to 3.0.3 (72aaa58)
- bump prisma from 4.16.1 to 5.4.1 (527f9a9)
- bump typescript from 5.0.4 to 5.2.2 (ae8215f)
- change project descripton (eea758d)
- create prismaCliente model extractor to be used in baseRepository (#7) (73af5d9)
- initial prisma provider (f0c23a6)
- juliano-soares: change readme (4700369)
- test relation (#6) (45c1bd0)
- update proj structure (51323ff)
- add .prisma in prisma schema file (937492d)
- add relationship helper (baf0ebf)
- change relation gen to remove Id (0fd092e)
- change schemaName (162db60)
- change the source path for prisma (e99384a)
- check generation of enums and types without decorator (7ea46f2)
- double @id (4358d66)
- error if a class is not exported (494088a)
- generate two classes in the same file (82422e1)
- glob sync not finding entities files (2adc847)
- import class (f4d8950)
- lock package versions (3b21546)
- makes ignore commented classes (0439d9c)
- naming field elements fields (089dadf)
- naming field elements fields (3fca4b8)
- naming field elements for many to many explicit (2114fb0)
- remove class validator package (94280a1)
- remove demo folder from the lib (9771528)
- remove model (560657e)
- remove publish script (594e76e)
- replace global path divider to '/' (1148e34)
- terminal directory including sourceRoot in path (18a64fc)
- ts errors in base repository types (985a8a0)
- update build script, husky config, lint and format (bc03db8)
- update readme logo (16476aa)
- relation generator (eb0a584)