- Added
connectionFilterUseListInflectors
option to use list inflectors (#177)
- Added
tslib
dependency to support installing globally (#156)
- Fixed handling of
@omit filter
on constraints and foreign tables (#155)
- Converted to TypeScript (#149)
- Added index.d.ts to published package
- Added minimal TypeScript declaration file
- BREAKING CHANGE: Bump the minimum supported PostGraphile version to 4.5.0.
- BREAKING CHANGE: Simplify
addConnectionFilterOperator
function signature. - BREAKING CHANGE: Rename
connectionFilterLists
option toconnectionFilterArrays
. - BREAKING CHANGE: Remove
similarTo
andnotSimilarTo
operators. - BREAKING CHANGE: Remove
connectionFilterAdditionalInsensitiveOperators
option; the operators are now included by default. - Allow filtering on
cidr
(#112) andmacaddr
/macaddr8
(#108) columns - Allow filtering on composite type columns (#114)
- Fixed detection of computed column functions with required arguments, which should not be used for filtering (#111)
- Fixed SQL for one-to-many (every/some/none) relation fields (#107)
- Fixed missing
filter
argument for setof functions when source table is commented as@omit all
- Added ability to filter on
citext
columns (#98) - Added
connectionFilterAdditionalInsensitiveOperators
option (#98)
- Fixed missing quotes around identifier when resolving SQL for empty array input (#96)
- Initial stable release