-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Feature: * feat(helpers): add '*' as an accepted key to `dataGet` * Added collection as argument type * Added option to pass keys in as array or collection * Added a default value * feat(helpers): added error check argument to the `retry` function * feat(helpers): add typing to `ucFirst` function * feat(helpers): add typing to `finish` function * feat(helpers): add typing to `after` function * feat(helpers): add typing to `afterLast` function * feat(helpers): add typing to `before` function * feat(helpers): add typing to `beforeLast` function * feat(helpers): accept array of timeouts in `retry` function as shorthand * feat(ancestry-collection): improved generic type of collection * feat(helpers): add typing to `finish` function ## Testing: * test(helpers): add `dataGet` tests * test(collection): added partition test * ensure that partition returns the current collection type * test(helpers): add `limit` test for not showing limiter after length * test(ancestry-collection): remove folder properties now known ## Fix: * fix(helpers): only include limiter when necessary with `words` * fix(helpers): only include limiter when necessary with `limit` ## Refactor: * refactor(helpers): rename argument in `dataGet` ## Chore: * chore(internal): update jest config * chore: increment version * chore(deps-dev): updated dependencies * chore: adjust lines-around-comment eslint rule * chore: fix eslint issue ## Documentation: * docs(helpers): update `dataGet` documentation
- Loading branch information
Showing
27 changed files
with
2,377 additions
and
1,448 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.