Skip to content

v4.2.0

Compare
Choose a tag to compare
@alexprey alexprey released this 14 Dec 16:06
· 3 commits to master since this release

[4.2.0] 14.12.2021

  • πŸ”’ [Fixed] Upgrade all dependecies to latest version to solve known vulnarability issues.
  • βœ” [Added] Add support ES6 default value assignment for method parameter Issue #75. Thanks for @ekhaled.
  • βœ” [Added] Add support of method parsing when it assigned to identifier Issue #78. Thanks for @ekhaled.
  • βœ” [Added] Extend typings to support self and trusted event modifiers [Issue #80].
  • βœ” [Added] Introduce JSDocTypeFunction to support functions types in variable definitions and provide details about function parameters and methods.
  • βœ” [Added] Extend JSDocType to support new JSDocTypeFunction
  • βœ” [Added] Improve type infering from assigned value. Currently support simple infering: array, object, function.
  • πŸ›  [Fixed] Fix the Issue #67, Issue #69: specifier comments are not parsed properly; Thanks to @ekhaled
  • πŸ›  [Fixed] Fix the Issue #72: Module context scripts look for the wrong attribute
  • πŸ›  [Fixed] Fix the Issue #83: Default value and keywords of exported aliases not merged.