Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@learosema learosema released this 31 Dec 16:16

What's Changed

New Features

  • a new pipe function to the built-in filter function.

Fixes

  • Type checks are enabled in the javascript files (tsconfig option checkJs set to true)
  • Type declarations weren't generated by the build step.
  • Type declarations, after they had been generated, weren't found by vscode (export map adjusted in the package.json)
  • more JSDoc annotations were added to the codebase, improving the docmentation.
  • some annotated JSDoc functions had a wrong return type