You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## Unreleased
8
+
## 26.0.0 (2023-09-04)
9
9
10
10
This release is all about making `dyn` possible both for nested progress, as well as for 'simple' one (previously known as `RawProgress`).
11
11
Switching to this release naturally makes it possible for users of `Progress` to also use `dyn Progress`, as this trait is now object safe (formerly `RawProgress`).
@@ -18,14 +18,18 @@ and no change of the progress information itself.
18
18
- <csr-id-6aba6e34f3e39bba5e609a0bc780c758cb43c821/> split `Progress` into various super-traits to allow most of them to be dyn-safe.
19
19
`Progress` is now `NestedProgress`, `RawProgress` is now `Progress`, and there is
20
20
a new `Count` trait for solely counting things.
21
+
- <csr-id-6c60835ae49487a220b1817bc6cea3ebc8bf1aff/> `Progress::counter()` is now mandatory.
22
+
This should simplify downstream code and we just accept that we are dealing
23
+
with a threaded world.
24
+
This also comes with performance improvements as increments are now 250% faster.
21
25
22
26
### Commit Statistics
23
27
24
28
<csr-read-only-do-not-edit/>
25
29
26
-
-5 commits contributed to the release.
30
+
-8 commits contributed to the release.
27
31
- 13 days passed between releases.
28
-
-1 commit was understood as [conventional](https://www.conventionalcommits.org).
32
+
-2 commits were understood as [conventional](https://www.conventionalcommits.org).
29
33
- 0 issues like '(#ID)' were seen in commit messages
30
34
31
35
### Commit Details
@@ -35,6 +39,9 @@ and no change of the progress information itself.
- Merge branch 'feat/dyn-progress' into simplify ([`c1590e4`](https://github.com/byron/prodash/commit/c1590e4650a9ffcf96a216f6a9fe82a1cf7cc10e))
40
47
- Split `Progress` into various super-traits to allow most of them to be dyn-safe. ([`6aba6e3`](https://github.com/byron/prodash/commit/6aba6e34f3e39bba5e609a0bc780c758cb43c821))
0 commit comments