Refactor and optimize JSON API modules with new features and fixes#118
Merged
Refactor and optimize JSON API modules with new features and fixes#118
Conversation
…date related tests
…tory config, and relationship id preservation
…rove query schema generation
…tyManager` over `queryBuilder` and implement diff-based relationship handling
…ationships and update SDK to handle id parsing and relationship markers
…ds for consistent date precision across entities
…n for ESM support in dist folder
…`jonApiSdkService` to `jsonApiSdkService` across tests
…rove Swagger definitions, and add reusable transformers
|
View your CI Pipeline Execution ↗ for commit 1497698
☁️ Nx Cloud last updated this comment at |
…idation in properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pull request introduces a series of improvements across various JSON API modules in the repository. Key changes include:
Refactor and Feature Enhancements:
json-api-nestjsfor extended functionalities.SDK Improvements:
json-api-nestjs-sdkto support plain objects, dynamic factory configurations, and relationship ID preservation.emptyArrayReffor clearing to-many relationships in the SDK.Entity Handling Optimizations:
json-api-nestjs-microormby replacingqueryBuilderwithentityManagerfor efficiency.json-api-nestjs-microorm.Database Improvements:
microorm-database.Support for ESM:
mjspackage.json for ESM support in thedistfolder ofjson-api-nestjs-shared.Updated NPM Dependency:
@electric-sql/pgliteto versionv0.3.14.Bug Fixes:
jonApiSdkServicetojsonApiSdkServiceacross test cases injson-api-server-e2e.