Skip to content

Commit efb7355

Browse files
committed
Split collection record type
Fixes #807.
1 parent bc5a227 commit efb7355

File tree

2 files changed

+138
-53
lines changed

2 files changed

+138
-53
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ This driver uses semantic versioning:
1616

1717
## [Unreleased]
1818

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+
1928
### Added
2029

2130
- Added `skipFastLockRound` option for streaming transactions

0 commit comments

Comments
 (0)