Skip to content

Release 0.17.0

Compare
Choose a tag to compare
@nandi95 nandi95 released this 25 Mar 22:15
· 14 commits to release/0.x since this release
2fc2146

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

Full Changelog: v0.16.0...v0.17.0