Skip to content

Commit 50cd745

Browse files
committed
docs: update changelog
1 parent 9e6e3d3 commit 50cd745

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.0 - 2020-10-21
2+
3+
- Added minimal TypeScript declaration file
4+
15
## 2.0.0 - 2020-04-28
26

37
- **BREAKING CHANGE:** Bump the minimum supported PostGraphile version to 4.5.0.
@@ -9,20 +13,26 @@
913
- Allow filtering on composite type columns (#114)
1014

1115
## 1.1.3 - 2019-09-10
16+
1217
- Fixed detection of computed column functions with required arguments, which should not be used for filtering (#111)
1318

1419
## 1.1.2 - 2019-07-29
20+
1521
- Fixed SQL for one-to-many (every/some/none) relation fields (#107)
1622

1723
## 1.1.1 - 2019-06-21
24+
1825
- Fixed missing `filter` argument for setof functions when source table is commented as `@omit all`
1926

2027
## 1.1.0 - 2019-05-31
28+
2129
- Added ability to filter on `citext` columns (#98)
2230
- Added `connectionFilterAdditionalInsensitiveOperators` option (#98)
2331

2432
## 1.0.1 - 2019-04-17
33+
2534
- Fixed missing quotes around identifier when resolving SQL for empty array input (#96)
2635

2736
## 1.0.0 - 2019-04-04
28-
- Initial stable release
37+
38+
- Initial stable release

0 commit comments

Comments
 (0)