v1.0.0
Breaking release. The root glasswork entry now exports only core + http; optional subsystems use subpaths (glasswork/auth, glasswork/list-query, etc.). See CHANGELOG.md for the migration steps.
What's Changed
- Add v1.0 subpath exports for major release by @rolandboon in #46
- Document v1.0 subpath imports across docs and JSDoc examples by @rolandboon in #46
- Upgrade dependencies for Glasswork 1.0 (CASL 7, MJML 5, Valibot 1.4, Prisma 7) by @rolandboon in #46
- Extract module graph and lifecycle from bootstrap for jobs decoupling by @rolandboon in #46
- Decompose route-helpers into focused HTTP submodules by @rolandboon in #46
- Split oversized route, bootstrap, and worker specs by @rolandboon in #46
- Add registerAuthCasl and tighten provider/route types by @rolandboon in #46
- Add CHANGELOG and pack consumer smoke test by @rolandboon in #46
- Add Prisma list executor helpers (
createPrismaListExecutor,InferListParams) by @rolandboon in #46 - Fix createSortSchema to support dot-notation nested sorts by @rolandboon in #46
- Trim redundant deps and fix Hono context augmentation typing by @rolandboon in #46
Full Changelog: v0.13.3...v1.0.0