Releases: ISoft-Data-Systems/type-graphql-dataloader
Releases · ISoft-Data-Systems/type-graphql-dataloader
Release list
v0.6.3
Fixed
- Rebuilt
dist/— the published0.6.2build was stale and still imported the removeduuidpackage inApolloServerLoaderPlugin.js, causingCannot find module 'uuid'at runtime for consumers of that file.
Full Changelog: v0.6.2...v0.6.3
v0.6.1
Fixed
- Bumped dependencies to clear vulnerabilities reported by
npm audit(rimraf,brace-expansion, and others).
Changed
- Upgraded the Express example to Express 5 and current
@apollo/server. - Made
typeorma peer dependency so the consuming project controls its version, instead of pinning an internal version that caused install conflicts.
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Breaking
- Converted the project and examples to ESM (import styles,
lodashusage, module resolution). Consumers on CommonJS will need to adapt their import setup.
Changed
- Replaced
jest/ts-jestwith Node's built-in test runner — Jest's ESM support conflicted with the rest of the conversion. - Modernized TypeORM usage in tests and examples: removed deprecated APIs, fixed nullable column/foreign key handling, and aligned entity imports with what current TypeORM expects.
- Introduced a barrel file for example entities to avoid circular imports under ESM.
Fixed
- Fixed downstream typing issues with Apollo Server plugin context types caused by mixed ESM/CJS imports, including re-exporting
type-graphqltypes it doesn't provide directly. - Removed test side effects (an async listener running outside the test lifecycle) and a redundant seed operation that were causing flaky test runs.
Docs
- Updated the README to describe what differs in this fork and corrected install instructions.
Full Changelog: v0.5.1...v0.6.0