Skip to content

v1.3.0

Compare
Choose a tag to compare
@kenrick95 kenrick95 released this 11 May 12:45
· 134 commits to master since this release

Changes

  • Introduce more typechecks and refactor (#10)
    • Added more type checks using JSDoc + TypeScript
    • Renamed getBuffer to getSamples; getBuffer still exist for compatibility
    • Extracted common logic of getSamples and getAllSamples so they share the same codes.
    • Added tests using a very basic test runner