Changes in this Release
History from v1.2.9
to v1.2.13
Commits
- 8d9250d chore(release): 🚀 1.2.13
- ea7f904 chore: 🔧 add devmoji
- 3da8efc chore(release): 1.2.12
- 996dbd7 fix: transform path *.d.ts alias(#4)
- 74ad491 chore: publish
- 0aa627f chore(release): 1.2.11
- 6bf22bd chore: unitTest use ts
- 4d07a1d chore: Update issue templates
- 564ca95 fix: cancel ci push tags
- 6b9808c chore(release): 1.2.10
- e473b9a chore(release): 1.2.9
- 0fc134c fix: workflow/push-action branch apply to main
Pull Requests
Contributors
- Mr-jiangzhiguo (11 commits)
- Mr.jiangzhiguo (1 commits)
Files
.github/ISSUE_TEMPLATE/bug_report.md | 32 +++++++++++++++
.github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++
.github/workflows/test.yaml | 47 +++++++++++-----------
CHANGELOG.md | 28 +++++++++++--
README.md | 34 ++++++++++++----
__tests__/{basic.test.js => basic.test.ts} | 31 ++++++++------
__tests__/fixtures/components/{Run.js => Run.tsx} | 0
.../fixtures/components/{Walk.js => Walk.tsx} | 0
__tests__/fixtures/{index1.js => index1.tsx} | 0
__tests__/fixtures/{index2.js => index2.tsx} | 2 +-
__tests__/fixtures/tsconfig.json | 24 +++++++++++
__tests__/fixtures/typings.d.ts | 7 ++++
__tests__/fixtures/utils/{index.js => index.ts} | 2 +-
__tests__/support/webpack.base.conf.js | 25 +++++++++---
jest.config.js | 1 +
package.json | 31 ++++++--------
tsconfig.json | 7 +++-
17 files changed, 216 insertions(+), 75 deletions(-)