-
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.
Add CHANGELOG.md and update package.json
- Loading branch information
1 parent
dc67d83
commit fbbc1d7
Showing
6 changed files
with
38 additions
and
3 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## 0.2.0 (2024-05-22) | ||
|
||
### Breaking Changes | ||
|
||
- Changes on returned result of `check` function | ||
- Rename on parameter of `split` function: | ||
- `inPath` -> `inFile` | ||
- Rename on parameter of `merge` function: | ||
- `outPath` -> `outFile` | ||
|
||
## 0.1.0 (2024-05-09) | ||
|
||
First release |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## 0.2.0 (2024-05-22) | ||
|
||
### Breaking Changes | ||
|
||
- Changes on `CheckResult` type | ||
|
||
### What's New | ||
|
||
- Add `CheckResultError` type | ||
|
||
## 0.1.0 (2024-05-09) | ||
|
||
First release |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## 0.2.0 (2024-05-22) | ||
|
||
### Breaking Changes | ||
|
||
- Changes on returned result of `check` function | ||
|
||
## 0.1.0 (2024-05-09) | ||
|
||
First release |
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