Releases: GregoryConrad/rearch-rs
Releases · GregoryConrad/rearch-rs
rearch v0.10.0
Chore
- bump version numbers
Other
- run clippy for tests too
Style
- fix latest docs-styling clippy lint
New Features (BREAKING)
- add lifetimes to FnOnce callbacks
Helps to reduce some otherwise unneeded clones.
Refactor (BREAKING)
- rewrite old CapsuleKey as trait alias
This removes issues the old CapsuleKey faced, such as no Hash impl.
Commit Statistics
- 5 commits contributed to the release over the course of 79 calendar days.
- 80 days passed between releases.
- 5 commits were understood as conventional.
- 4 unique issues were worked on: #36, #37, #40, #41
Commit Details
rearch-tokio v0.10.0
Chore
- bump version numbers
Style
- temporarily allow multiple crate versions
- fix latest docs-styling clippy lint
Commit Statistics
- 3 commits contributed to the release over the course of 33 calendar days.
- 80 days passed between releases.
- 3 commits were understood as conventional.
- 1 unique issue was worked on: #37
Commit Details
rearch-effects v0.5.0
Chore
- bump version numbers
Style
- fix latest nightly clippy lint
New Features (BREAKING)
- add lifetimes to FnOnce callbacks
Helps to reduce some otherwise unneeded clones.
Commit Statistics
- 3 commits contributed to the release over the course of 45 calendar days.
- 80 days passed between releases.
- 3 commits were understood as conventional.
- 1 unique issue was worked on: #40
Commit Details
rearch v0.9.2
Chore
- update version numbers
Style
- resolve new clone-related nightly clippy lints
Commit Statistics
- 2 commits contributed to the release over the course of 3 calendar days.
- 4 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
rearch-tokio v0.9.0
Chore
- update version numbers
New Features (BREAKING)
- add side effect state transformers
Bug Fixes (BREAKING)
- change mutation return type to a ref
Commit Statistics
- 3 commits contributed to the release over the course of 1 calendar day.
- 4 days passed between releases.
- 3 commits were understood as conventional.
- 2 unique issues were worked on: #34, #35
Commit Details
rearch-effects v0.4.0
Chore
- update version numbers
New Features (BREAKING)
- add side effect state transformers
Commit Statistics
- 2 commits contributed to the release.
- 4 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #35
Commit Details
rearch v0.9.1
Chore
- bump version numbers
Documentation
- update code comments
New Features
- add Debug, PartialEq, and Eq impl for CapsuleKey
Refactor
- improve structure of dyn capsule key impl
Commit Statistics
- 4 commits contributed to the release over the course of 4 calendar days.
- 5 days passed between releases.
- 4 commits were understood as conventional.
- 1 unique issue was worked on: #32
Commit Details
rearch-tokio v0.8.0
Chore
- bump version numbers
New Features (BREAKING)
- re-add and modernize older side effects
Commit Statistics
- 2 commits contributed to the release.
- 10 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #33
Commit Details
rearch-effects v0.3.0
Chore
- bump version numbers
New Features (BREAKING)
- re-add and modernize older side effects
Commit Statistics
- 2 commits contributed to the release.
- 5 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #33
Commit Details
rearch v0.9.0
Chore
- update version numbers
Documentation
- update/improve code notes
Performance
- improve capsule id clone implementation
Test
- add MockCapsuleReaderBuilder tests
Refactor (BREAKING)
- remove
CapsuleReader::get
- rework internal modules, features, and code docs
Commit Statistics
- 6 commits contributed to the release over the course of 3 calendar days.
- 4 days passed between releases.
- 6 commits were understood as conventional.
- 4 unique issues were worked on: #25, #26, #27, #29