1
0
Fork 0
Commit Graph

8 Commits

Author SHA1 Message Date
Sean Sube ceda879c1d fix: use module imports, upgrade js-utils to module 2022-10-08 16:11:43 -05:00
ssube 4761532c37
feat: export include schema helper 2021-08-05 22:26:10 -05:00
ssube 6985a2343e
feat: switch to instantiated API, add `createSchema` entrypoint
BREAKING CHANGE: this allows multiple schemas to coexist, but requires
each schema to be created with a call to `createSchema`, taking a set
of options that includes the former `includeOptions` singleton.
2020-08-08 20:01:34 -05:00
ssube 143e9f5627
fix: remove export alias for include options 2020-08-04 23:06:18 -05:00
ssube 1d07d7c3ed
feat: add join callback to include options
BREAKING CHANGE: usage of the include type now requires a join option
2020-08-04 00:14:13 -05:00
ssube 3361099729
fix(test): remove problematic invocation of main from index 2020-06-29 18:56:08 -05:00
ssube 859baa33f9
fix: refactor duplicate utils into js-utils, export symbols
BREAKING CHANGE: extract typed errors and use the equivalent
from js-utils
2020-03-29 08:13:57 -05:00
ssube 33c2936275
feat: new project from template 2019-11-13 08:01:51 -06:00