Commit Graph

18 Commits

Author SHA1 Message Date
6b4d1ed0ae feat: add discriminator helper (#47)
* add discriminator.ts helper

Allow extension and inheritance of base models with discriminator models.

* Update index.ts

* fix typo in index.ts
2024-04-24 15:23:47 -06:00
5a7936aac4 fix: replace consola with logger 2024-01-30 08:50:40 -07:00
d6b8e91f06 refactor: split services into individual files 2024-01-17 13:49:12 -07:00
549b2f30be chore: remove comment 2023-10-11 20:13:08 -06:00
4bc07425b4 fix: add schema type 2023-10-11 20:12:17 -06:00
431d3784fe feat: version 1.0.0 (#21) 2023-09-20 19:47:07 +03:00
4647fbda16 Revert "chore: fix defineNitroPlugin patch (#9)"
This reverts commit 470f272183.
2023-07-09 14:08:05 +03:00
d92a58b2ad feat: mongoose schema hooks 2023-07-09 13:25:38 +03:00
5a43ebe06f fix: update connection message in logger (#10) 2023-07-02 12:36:48 +03:00
56259adaf7 feat: add possibility to type mongoose model (#8)
Co-authored-by: Arash <38922203+arashsheyda@users.noreply.github.com>
2023-07-02 11:55:49 +03:00
470f272183 chore: fix defineNitroPlugin patch (#9) 2023-06-28 23:15:30 +03:00
aaef56cb29 refactor: reuse vite's websocket 2023-06-18 12:20:57 +03:00
86c3c2954e chore: improve logger message 2023-05-31 14:03:45 +03:00
cf48c2b6df fix: mongoose config 2023-05-31 12:54:07 +03:00
d381058591 fix: remove useMongoose composable 2023-05-16 13:44:13 +03:00
5de7715356 feat: experimental generate resource 2023-04-23 00:25:11 +03:00
a95cb78c6a fix: fix mongoose import 2023-04-23 00:23:39 +03:00
2ef1074ffa initial commit 2023-04-15 23:10:39 +03:00