@trapi/query
Advanced tools
Comparing version 2.0.0-alpha.3 to 2.0.0
{ | ||
"name": "@trapi/query", | ||
"version": "2.0.0-alpha.3", | ||
"version": "2.0.0", | ||
"description": "An tiny library which provides utility types/functions for request and response query handling.", | ||
@@ -54,3 +54,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "2fe4c08d420bfd423ce87eb1a978478772d9730e" | ||
"gitHead": "4f2bc542708ccfd55d64efa0cc55a5eafea14f63" | ||
} |
@@ -30,3 +30,3 @@ # @trapi/query 🌈 | ||
The examples in the [Parsing](#parsing-) section, are not available with current release of the `typeorm-extension@0.3.0` library. | ||
The examples in the [Parsing](#parsing-) section, are not available with releases `<1.0.0` of the `typeorm-extension` library. | ||
@@ -525,3 +525,3 @@ --- | ||
FieldOperator, | ||
FieldsParsed, | ||
FieldsParseOutput, | ||
Parameter, | ||
@@ -532,3 +532,3 @@ parseQueryParameter, | ||
const output: FieldsParsed = parseQueryParameter( | ||
const output: FieldsParseOutput = parseQueryParameter( | ||
// 'fields' || | ||
@@ -553,3 +553,3 @@ // Parameter.FIELDS | URLParameter.FIELDS | ||
import { | ||
FiltersParsed, | ||
FiltersParseOutput, | ||
Parameter, | ||
@@ -560,3 +560,3 @@ parseQueryParameter, | ||
const output: FiltersParsed = parseQueryParameter( | ||
const output: FiltersParseOutput = parseQueryParameter( | ||
// 'filters' | 'filter' | | ||
@@ -580,3 +580,3 @@ // Parameter.FILTERS | URLParameter.FILTERS | ||
import { | ||
PaginationParsed, | ||
PaginationParseOutput, | ||
Parameter, | ||
@@ -587,3 +587,3 @@ parseQueryParameter, | ||
const output: PaginationParsed = parseQueryParameter( | ||
const output: PaginationParseOutput = parseQueryParameter( | ||
// 'pagination' | 'page' | | ||
@@ -631,3 +631,3 @@ // Parameter.PAGINATION | URLParameter.PAGINATION | ||
import { | ||
SortParsed, | ||
SortParseOutput, | ||
Parameter, | ||
@@ -638,3 +638,3 @@ parseQueryParameter, | ||
const output: SortParsed = parseQueryParameter( | ||
const output: SortParseOutput = parseQueryParameter( | ||
// 'sort' || | ||
@@ -641,0 +641,0 @@ // Parameter.SORT || URLParameter.SORT |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
149480
1