ember-data-has-many-query icon indicating copy to clipboard operation
ember-data-has-many-query copied to clipboard

Adds query support to Ember Data has-many and belongs-to relationships

Results 19 ember-data-has-many-query issues
Sort by recently updated
recently updated
newest added

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) to 4.1.1 and updates ancestor dependencies [http-cache-semantics](https://github.com/kornelski/http-cache-semantics), [ember-source-channel-url](https://github.com/rwjblue/ember-source-channel-url) and [ember-try](https://github.com/ember-cli/ember-try). These dependencies need to be updated together. Updates `http-cache-semantics` from 3.8.1 to 4.1.1 Commits See full diff in...

dependencies

Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.5.2 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.16.4 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [engine.io](https://github.com/socketio/engine.io) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `engine.io` from 3.3.2 to 3.6.1 Release notes Sourced from engine.io's releases. 3.6.1 :warning: This release contains an important...

dependencies

Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [ember-cli](https://github.com/ember-cli/ember-cli). These dependencies need to be updated together. Removes `xmldom` Updates `ember-cli` from 3.7.1 to 3.28.6 Release notes Sourced from...

dependencies

In #35 the parameter value was fixed but it looks like some of the changes from [this commit](https://github.com/mdehoog/ember-data-has-many-query/pull/35/commits/e411fc8d40a2d4314cafd514f02bc6b9177c6345) were lost in merging master.

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Relevant Upstream Issue - https://github.com/emberjs/data/issues/7074 ```js await eventDetails.query('sessions', { include : 'speakers,track,microlocations', filter : scheduledFilterOptions, 'page[size]' : 0 }); await eventDetails.query('sessions', { include : 'speakers,track', filter : unscheduledFilterOptions, 'page[size]' :...