Skip to content

API type definition (JSDocs)

Compare
Choose a tag to compare
@TheJaredWilcurt TheJaredWilcurt released this 27 Jun 02:53
· 15 commits to main since this release
711c0c5

Breaking Changes:

  • NONE! Your code should work exactly the same without changing anything.

Enhancements:

  • Added in JSDoc Type Definitions for the API inputs.
    • Special thanks to AngelCMHxD for this PR and help figuring out the hardest part (importing types).
    • Special thanks to joshuatz for updating his JSDoc Cheatsheet with the importing types solution.

Maintenance:

  • Updated JSDoc comment documentation
  • Updated dependencies

Code Quality:

  • Linting and Test coverage remains at 100%
  • E2E tests all passing
    • OSX at ~85-176ms
    • Windows at ~176-340ms
    • Linux at ~34-44ms

Code Changes