Skip to content

Commit

Permalink
feat: swc changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxch committed Jun 6, 2023
1 parent a4645d2 commit 425b8ba
Show file tree
Hide file tree
Showing 5 changed files with 479 additions and 458 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Changelog


### 1.0.0

_2023-06-07_

#### Feat

- Using SWC for token transformation ([#23](https://github.com/chenxch/vite-plugin-dynamic-base/pull/23) by [@joarfish](https://github.com/joarfish)


### 0.4.9

_2023-04-11_
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changelog

### 1.0.0

_2023-06-07_

#### Feat

- 使用swc进行标记转换 ([#23](https://github.com/chenxch/vite-plugin-dynamic-base/pull/23) by [@joarfish](https://github.com/joarfish)

### 0.4.9

_2023-04-11_
Expand Down
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ npm i vite-plugin-dynamic-base -D

## Changelog

### 0.4.9
### 1.0.0

_2023-04-11_
#### Fix
_2023-06-07_

- fix html template src parse ([#21](https://github.com/chenxch/vite-plugin-dynamic-base/issues/21))
#### Feat

- Using SWC for token transformation ([#23](https://github.com/chenxch/vite-plugin-dynamic-base/pull/23) by [@joarfish](https://github.com/joarfish)


[Changelogs](./CHANGELOG.md)
Expand Down Expand Up @@ -83,6 +84,3 @@ dynamicBase({
})
```

## Plan

1. Exploring the feasibility of using SWC to transform the AST for processing
31 changes: 23 additions & 8 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# vite-plugin-dynamic-base

[![NPM version](https://img.shields.io/npm/v/vite-plugin-dynamic-base?color=a1b858&label=)](https://www.npmjs.com/package/vite-plugin-dynamic-base)
<!-- [![NPM version](https://img.shields.io/npm/v/vite-plugin-dynamic-base?color=a1b858&label=)](https://www.npmjs.com/package/vite-plugin-dynamic-base) -->

<a href="https://www.npmjs.com/package/vite-plugin-dynamic-base">
<img src="https://img.shields.io/npm/v/vite-plugin-dynamic-base" alt="Version" />
</a>
<a href="https://www.npmjs.com/package/vite-plugin-dynamic-base">
<img src="https://img.shields.io/github/languages/top/chenxch/vite-plugin-dynamic-base" alt="Languages" />
</a>
<a href="https://www.npmjs.com/package/vite-plugin-dynamic-base">
<img src="https://img.shields.io/npm/l/vite-plugin-dynamic-base" alt="License" />
</a>
<a href="https://github.com/AttoJS/vite-plugin-dynamic-base/stargazers">
<img src="https://img.shields.io/github/stars/chenxch/vite-plugin-dynamic-base" alt="Star" />
</a>
<a href="https://www.npmjs.com/package/vite-plugin-dynamic-base">
<img src="https://img.shields.io/npm/dm/vite-plugin-dynamic-base" alt="Download" />
</a>


<p align='center'>
<a href="https://github.com/chenxch/vite-plugin-dynamic-base/blob/main/README.md">English</a> | <b>简体中文</b>
Expand All @@ -16,12 +33,13 @@ npm i vite-plugin-dynamic-base -D

## 变更日志

### 0.4.9
### 1.0.0

_2023-04-11_
#### Fix
_2023-06-07_

- 修复html模版src解析 ([#21](https://github.com/chenxch/vite-plugin-dynamic-base/issues/21))
#### Feat

- 使用swc进行标记转换 ([#23](https://github.com/chenxch/vite-plugin-dynamic-base/pull/23) by [@joarfish](https://github.com/joarfish)


[变更日志](./CHANGELOG.zh-CN.md)
Expand Down Expand Up @@ -65,6 +83,3 @@ dynamicBase({
})
```

## 计划

1. 探索利用SWC改造AST进行加工的可行性
Loading

0 comments on commit 425b8ba

Please sign in to comment.