feat: customizable OpenAPI title

This commit is contained in:
AnthonyFisi
2023-01-21 19:34:55 -05:00
committed by GitHub
parent 8aa79086d2
commit 9065ed65fa
4 changed files with 25 additions and 3 deletions
+1
View File
@@ -21,6 +21,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
+ Offers a more flexible replacement for `!inner`, e.g. `/projects?select=*,clients(*)&clients=not.is.null`
+ Allows doing an anti join, e.g. `/projects?select=*,clients(*)&clients=is.null`
+ Allows using or across related tables conditions
- #1100, Customizable OpenAPI title - @AnthonyFisi
### Fixed