-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a45d7da
commit 0a4368b
Showing
5 changed files
with
22 additions
and
13 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## v1.0.2 - 2024-05-23 | ||
|
||
- **bug-fix**: Trunk upgrade was set to install, not upgrade tooling, so now it does what it should have done in the first place... before the coder in question got in way and didn't use his noggin. | ||
- **tests**: Remove tests that were recursive in nature by early return from test. | ||
- **refactor**: Trunk package now supports installing for windows, via the newer trunk npm based install, while maintaining the bash install for linux/darwin. | ||
If the project has a package.json, then it will install as dev dependency, otherwise as a global tool. | ||
No logic to detect alternative tooling such as yarn, bun, deno, etc unless requested. | ||
While trunk also supports this method of installation for Darwin/Linux, I've opted to keep it the same as before and use the bash install method for those regardless if package.json is there or not. |
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