-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @liip/[email protected] - @liip/[email protected] - @liip/[email protected]
- Loading branch information
Showing
7 changed files
with
37 additions
and
9 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.1.1](https://github.com/liip/class-prefixer/compare/@liip/[email protected]...@liip/[email protected]) (2023-10-11) | ||
|
||
### Bug Fixes | ||
|
||
- **ast-vue:** Correctly parse en prefix vue3 template classes ([3def68a](https://github.com/liip/class-prefixer/commit/3def68a31dcf6e4600b32068fc1e8f88f064565a)) | ||
|
||
# 0.1.0 (2023-07-05) | ||
|
||
**Note:** Version bump only for package @liip/class-prefixer-ast-visitor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.2.0](https://github.com/liip/class-prefixer/compare/@liip/[email protected]...@liip/[email protected]) (2023-10-11) | ||
|
||
### Bug Fixes | ||
|
||
- **ast-vue:** Correctly parse en prefix vue3 template classes ([3def68a](https://github.com/liip/class-prefixer/commit/3def68a31dcf6e4600b32068fc1e8f88f064565a)) | ||
- **ast:** Allow parser to apply multiple visitors to on AST ([408bcc9](https://github.com/liip/class-prefixer/commit/408bcc9f72d8f5c73d87405bdfd721af9a9346de)) | ||
|
||
### BREAKING CHANGES | ||
|
||
- **ast:** `visitor` esbuild plugin option has been renamed to `visitors` | ||
|
||
## [0.1.1](https://github.com/liip/class-prefixer/compare/@liip/[email protected]...@liip/[email protected]) (2023-07-05) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.2.0](https://github.com/liip/class-prefixer/compare/@liip/[email protected]...@liip/[email protected]) (2023-10-11) | ||
|
||
### Bug Fixes | ||
|
||
- **ast:** Allow parser to apply multiple visitors to on AST ([408bcc9](https://github.com/liip/class-prefixer/commit/408bcc9f72d8f5c73d87405bdfd721af9a9346de)) | ||
- **esbuild:** Exclude loaders file types from the parser ([fd6e080](https://github.com/liip/class-prefixer/commit/fd6e0806d9ab7e246948daa463125fad914fdeaa)) | ||
|
||
### BREAKING CHANGES | ||
|
||
- **ast:** `visitor` esbuild plugin option has been renamed to `visitors` | ||
|
||
## [0.1.1](https://github.com/liip/class-prefixer/compare/@liip/[email protected]...@liip/[email protected]) (2023-07-05) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters