• 0.4.0 148ec33f4c

    0.4.0 Stable

    jpcx released this 2022-03-13 15:04:04 -07:00 | 0 commits to main since this release

    Documentation clarification, dependency update, and DataFilter type assertion fix.

    Downloads
     
  • 0.3.0 bf1dc23fc9

    0.3.0 Stable

    jpcx released this 2021-09-15 15:15:31 -07:00 | 6 commits to main since this release

    Changed

    • Simplified filter type narrowing for clarity.
      • Filter must now specify both the input and output types:
        e.g. (args: [number, string]): args is [1, "foo"] => args[0] === 1 && args[1] === "foo"
    Downloads
     
  • 0.2.2 f8dc20b151

    0.2.2 Stable

    jpcx released this 2021-09-15 11:15:04 -07:00 | 8 commits to main since this release

    Fixed

    • More variable name consistency.
    • Changelog and README edits.
    • .off(): Data tparam.
    Downloads
     
  • 0.2.1 7fab0f09ce

    0.2.1 Stable

    jpcx released this 2021-09-15 10:18:31 -07:00 | 10 commits to main since this release

    Fixed variable name consistency.

    Downloads
     
  • 0.2.0 9c1fdae30a

    0.2.0 Stable

    jpcx released this 2021-09-15 09:41:53 -07:00 | 12 commits to main since this release

    Minor README improvements.

    Downloads
     
  • 0.1.0 7cb7a7ddad

    0.1.0 Stable

    jpcx released this 2021-09-15 08:53:52 -07:00 | 17 commits to main since this release

    First Release!

    Downloads