-
Notifications
You must be signed in to change notification settings - Fork 19
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
d3a28de
commit 4924c18
Showing
3 changed files
with
20 additions
and
20 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 |
---|---|---|
@@ -1,34 +1,34 @@ | ||
# Changelog | ||
|
||
## Next | ||
|
||
- Upgrade Dialyxir | ||
- Upgrade Build/CI targets to Elixir 1.15 & OTP 26 | ||
- Upgrade LiveDashboard to v0.8.2 | ||
- Upgrade LiveView to v0.20 | ||
- Rework module form validation to be more reliable | ||
- Don't require `Elixir.` prefix on Elixir modules | ||
- Rework trace_started? to not rely on Trace GenServer | ||
- Run module/function validations on selected node (thanks @schrockwell) | ||
- Upgrade LiveView to v0.18 | ||
## 0.6.0 | ||
|
||
- Upgrade Dialyxir | ||
- Upgrade Build/CI targets to Elixir 1.15 & OTP 26 | ||
- Upgrade LiveDashboard to v0.8.2 | ||
- Upgrade LiveView to v0.20 | ||
- Rework module form validation to be more reliable | ||
- Don't require `Elixir.` prefix on Elixir modules | ||
- Rework trace_started? to not rely on Trace GenServer | ||
- Run module/function validations on selected node (thanks @schrockwell) | ||
- Upgrade LiveView to v0.18 | ||
|
||
## 0.5.2 | ||
|
||
- Improve performance by not rendering blocks smaller than 0.1% of the top block width (Thanks @schrockwell) | ||
- Improve performance by not rendering blocks smaller than 0.1% of the top block width (Thanks @schrockwell) | ||
|
||
## 0.5.1 | ||
|
||
- Support tracing functions with greater than 4 arity (Thanks @schrockwell) | ||
- Support tracing functions with greater than 4 arity (Thanks @schrockwell) | ||
|
||
## 0.5.0 | ||
|
||
- Rewrite underlying tracing/capture engine | ||
- Rewrite underlying tracing/capture engine | ||
|
||
## 0.4.0 | ||
|
||
- Allow targeting a node to run on, and honor dashboard node switcher | ||
- Add commas to integers in tooltips for readability | ||
- Allow targeting a node to run on, and honor dashboard node switcher | ||
- Add commas to integers in tooltips for readability | ||
|
||
## 0.3.0 | ||
|
||
- Upgrade eFlambe to 0.2.3 to resolve graph truncation and :not_mocked error | ||
- Upgrade eFlambe to 0.2.3 to resolve graph truncation and :not_mocked error |
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