We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5a227 commit efb7355Copy full SHA for efb7355
CHANGELOG.md
@@ -16,6 +16,15 @@ This driver uses semantic versioning:
16
17
## [Unreleased]
18
19
+### Changed
20
+
21
+- Split the Collection type parameter into result and input types [#807](https://github.com/arangodb/arangojs/issues/807)
22
23
+ It is now possible to specify a separate type for the data passed when
24
+ creating or modifying documents in addition to the type of the data returned
25
+ when fetching documents. This allows excluding computed properties from
26
+ the input type while still including them in the result type.
27
28
### Added
29
30
- Added `skipFastLockRound` option for streaming transactions
0 commit comments