-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support limit to last feature (#57)
* feat: implement limit to last feature * simplify test * add more tests and de-deprecate Collection.get() method * fix unit tests * reverse should be used in get() only when limit_to_last set * cosmetic changes * use bool instead of int for _limit_to_last attr * fix comments * fix comments * Apply suggestions from code review Co-authored-by: BenWhitehead <[email protected]> * add notes about mutually exclusivity Co-authored-by: BenWhitehead <[email protected]> Co-authored-by: Christopher Wilcox <[email protected]>
- Loading branch information
1 parent
b9e2ab5
commit 8c75e21
Showing
4 changed files
with
229 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.