Skip to content

Releases: kideh88/node-jsonapi-query-parser

Query parer with advanced Filter type (alechirsh)

17 Oct 18:56

Choose a tag to compare

Allows filter types in the query strings:
filter[not][name]=jack
filter: {
like: {},
not: {
name: 'jack'
},
lt: {},
lte: {},
gt: {},
gte: {}
}

Query parameter decodeURI

17 Apr 10:01

Choose a tag to compare

Merge pull request #7 from kideh88/bugfix/decode_uri

[BUGFIX] Decode URI tests

1.2.0 Bugfix & Custom filter implementation

12 Apr 06:06

Choose a tag to compare

Version 1.2.0

  • Bugfix for lowercase include and sort values
  • Custom filter implementation that works similar to fields parameter

1.1.2

12 Apr 05:11

Choose a tag to compare

1.1.2 Pre-release
Pre-release

Release for version tag 1.1.2

This version does not include any filter implementation