Skip to content

vers. 3.2.1

Choose a tag to compare

@komed3 komed3 released this 30 Jan 09:41
· 247 commits to master since this release
3439ccb

This small patch covers just a few fixes following the major v3.2 update. Notable change includes the deployment of technical documentation for all classes, methods, functions, and types, providing developers with deep insight into the architecture of CmpStr.

What’s New

  • Technical documentation, generated via Typedoc, deployed on GitHub pages
  • New FilterHook type introduced as a literal union with autocompletion of internally defined hooks
  • New method Filter.clearPipeline() added

Changes & Fixes

  • Type fix: StructuredDataResult.key corrected from string | number | symbol to keyof T
  • Dev dependencies updated to latest versions

Known ToDo’s

  • Entirely revised error handling to provide more precise error messages

Full Changelog: v3.2.0...v3.2.1