You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@ptc-org/nestjs-query-core

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ptc-org/nestjs-query-core - npm Package Versions

124567

5.1.0-alpha.0

Diff
t
tripss
published 5.1.0-alpha.0 •

Changelog

Source

5.1.0-alpha.0 (2024-02-12)

Performance Improvements

  • query-typeorm: Custom count implementation for better performance (eb89f32)
t
tripss
published 5.0.0 •

Changelog

Source

5.0.0 (2024-01-19)

Bug Fixes

  • query-graphql: Fixed relations not respecting the given name (24aeca7), closes #217

Features

  • Make assemblers convert* methods async (9f9af3b), closes #215

BREAKING CHANGES

  • query-graphql: Relation names are no longer automatically pluralized and respect the given name
  • All convert* methods are now async. convertAsyncTo* methods are dropped in favor of async convertTo.
t
tripss
published 4.4.0 •

Changelog

Source

4.4.0 (2024-01-11)

Features

  • query-typeorm: Support virtual columns in filtering (0603562), closes #67
  • query-typeorm: Support virtual columns in sorting (cb997cf), closes #67
t
tripss
published 5.0.0-alpha.0 •

Changelog

Source

5.0.0-alpha.0 (2023-12-24)

Bug Fixes

  • query-mongoose: Fixed count changed to countDocuments (fc2a899)

BREAKING CHANGES

t
tripss
published 4.3.3 •

Changelog

Source

4.3.3 (2023-12-06)

Bug Fixes

  • Resolve SQL Relationship Filtering (25b892f)
t
tripss
published 4.3.2 •

Changelog

Source

4.3.2 (2023-12-01)

Bug Fixes

  • Use the provided connection name (96fd3e6)
t
tripss
published 4.3.1 •

Changelog

Source

4.3.1 (2023-11-01)

Bug Fixes

  • query-typeorm: Fixed group by WEEK, MONTH and YEAR not working in Postgres (7e60f09), closes #163
  • query-typeorm: Updated test for createTypeOrmQueryServiceProviders (ea6ae5d)
t
tripss
published 4.3.0 •

Changelog

Source

4.3.0 (2023-10-30)

Bug Fixes

  • add @apollo/subgraph dep (e22e3d6)
  • query-graphql: Fixed @FilterableRelation not showing in aggregate filters (23d9caf)
  • query-graphql: Fixed @Relation/@FilterableRelation exposing aggregate options (2a5395d)
  • query-graphql: Fixed FilterableField not respecting name option (95aebd7), closes #169
  • query-graphql: Fixed union types crashing @GraphQLResultInfo (51cfe27)
  • query-typeorm: Align mapRelations of one to many with many to many (1c21c59), closes #115 #175

Features

  • query-core: Added mergeFilters helper (18d0f20)
  • query-core: Added transformFilterComparisons filter helper (e81eceb)
t
tripss
published 4.2.0 •

Changelog

Source

4.2.0 (2023-09-29)

Bug Fixes

  • querying for one-to-many or one-to-one relationships in typeorm would not return any entities because of an implementation error when filtering for the correct results after batch selecting all related entities. (2fbf0b7)
  • renamed option (f06b493)

Features

t
tripss
published 4.1.0 •

Changelog

Source

4.1.0 (2023-09-22)

Bug Fixes

  • added support for typegoose (9494d97)
  • sub objects in mongoose are resolved (27db7ee)
  • test snapshots (6a620ec)

Features