-
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.
- Loading branch information
Showing
5 changed files
with
111 additions
and
6 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,104 @@ | ||
# CHANGELOG | ||
|
||
## 4.8.0 | ||
|
||
- Switch to obsidian-dev-utils | ||
- Add obsidian/app | ||
|
||
## 4.7.0 | ||
|
||
- Use proper path for chmod | ||
|
||
## 4.6.0 | ||
|
||
- Make binary runnable in Linux | ||
|
||
## 4.5.0 | ||
|
||
- Fix absolute paths in Linux | ||
|
||
## 4.4.0 | ||
|
||
- Fix installing from scratch | ||
|
||
## 4.3.0 | ||
|
||
- Download esbuild binaries based on the platform | ||
- Proper handle for circular dependencies in ESM | ||
|
||
## 4.2.0 | ||
|
||
- Better fix for circular dependency | ||
|
||
## 4.1.0 | ||
|
||
- Handle circular dependencies | ||
- Fix relative path | ||
|
||
## 4.0.0 | ||
|
||
- Add vault-root based require | ||
- Add currentScriptPath to dynamicImport | ||
- Support code blocks with more than 3 backticks | ||
- Fix resolve for non-relative paths | ||
- Register dynamicImport | ||
- Use babel to support top level await | ||
- Fix esbuild binary suffix | ||
|
||
## 3.4.2 | ||
|
||
- Ensure settings are loaded before patching require | ||
|
||
## 3.4.1 | ||
|
||
- Register code-button block earlier during load | ||
|
||
## 3.4.0 | ||
|
||
- Fix require absolute paths | ||
|
||
## 3.3.0 | ||
|
||
- Proper check for `require(".script.ts")` | ||
|
||
## 3.2.1 | ||
|
||
- Show notice when settings saved | ||
|
||
## 3.2.0 | ||
|
||
- Update README | ||
|
||
## 3.1.0 | ||
|
||
- Download esbuild dependencies | ||
|
||
## 3.0.0 | ||
|
||
- Watch script folder changes | ||
- Enable code highlighting | ||
- Check for script existence | ||
- Process all scripts from the config folder | ||
- Ensure stacktrace is accurate | ||
- Reload config on every invoke to ensure latest dependency | ||
- Fix timestamp check | ||
- Fix circular dependencies | ||
- Register code block | ||
- Allow both CommonJS and ESM configs | ||
- Add hotkeys button | ||
- Add save button | ||
- Fix immutability | ||
- Fix performance for missing module | ||
- Make dependency check reliable | ||
- Add support for evaled dv.view() | ||
- Invalidate cache if script changed | ||
- Properly manage nested require | ||
- Add support for local cjs | ||
|
||
## 2.0.0 | ||
|
||
- Simplify to use Module.require, expose builtInModuleNames | ||
|
||
## 1.0.1 | ||
|
||
- Initial version |
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
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
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