Skip to content

Latest commit

 

History

History
57 lines (27 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

57 lines (27 loc) · 2.41 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.4 (2024-05-07)

Bug Fixes

  • newFunction: can not convert to function if new line in body (cfd4615)

1.0.3 (2023-04-12)

Bug Fixes

  • createFunction: not decalration the _createFunc var (0666556)
  • ts: required parameter cannot follow an optional parameter (16caf66)

1.0.2 (2023-04-12)

Bug Fixes

  • ts: Duplicate identifier 'args'. (a11fd0d)

1.0.1 (2023-04-12)

Bug Fixes

  • injectMethod: this.super can not bind original this (83ebe4d)
  • ts: Supports multiple entries typescript declaration files (5825228)

1.0.0 (2023-03-31)

Features

  • export more functions to index (10dfb41)

0.3.18 (2023-03-31)

Bug Fixes

  • forget to cp subdir to lib (f58d416)

0.3.17 (2023-03-30)

Bug Fixes

  • forget to build lib (187f81d)
  • up packages to latest version (3d86433)

0.3.16 (2023-03-24)