Skip to content

Releases: GregoryConrad/rearch-rs

rearch v0.10.0

05 Apr 13:48
Compare
Choose a tag to compare

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

view details
  • #36
    • Run clippy for tests too (6577780)
  • #37
    • Fix latest docs-styling clippy lint (f14098a)
  • #40
    • Add lifetimes to FnOnce callbacks (0cca336)
  • #41
    • Rewrite old CapsuleKey as trait alias (92e9892)
  • Uncategorized

rearch-tokio v0.10.0

05 Apr 13:48
Compare
Choose a tag to compare

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

view details
  • #37
    • Fix latest docs-styling clippy lint (f14098a)
  • Uncategorized
    • Bump version numbers (f9ab7a0)
    • Temporarily allow multiple crate versions (429990d)

rearch-effects v0.5.0

05 Apr 13:48
Compare
Choose a tag to compare

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

view details
  • #40
    • Add lifetimes to FnOnce callbacks (0cca336)
  • Uncategorized
    • Bump version numbers (f9ab7a0)
    • Fix latest nightly clippy lint (78eebcd)

rearch v0.9.2

16 Jan 02:35
Compare
Choose a tag to compare

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

view details
  • Uncategorized
    • Update version numbers (8858563)
    • Resolve new clone-related nightly clippy lints (0d2a659)

rearch-tokio v0.9.0

16 Jan 02:35
Compare
Choose a tag to compare

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

view details
  • #34
    • Change mutation return type to a ref (f20f626)
  • #35
    • Add side effect state transformers (0f8e864)
  • Uncategorized

rearch-effects v0.4.0

16 Jan 02:35
Compare
Choose a tag to compare

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

view details
  • #35
    • Add side effect state transformers (0f8e864)
  • Uncategorized

rearch v0.9.1

11 Jan 03:05
Compare
Choose a tag to compare

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

view details
  • #32
    • Add Debug, PartialEq, and Eq impl for CapsuleKey (b2e6e1d)
  • Uncategorized
    • Bump version numbers (151ff0b)
    • Improve structure of dyn capsule key impl (1b96f14)
    • Update code comments (74155c5)

rearch-tokio v0.8.0

11 Jan 03:05
Compare
Choose a tag to compare

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

view details
  • #33
    • Re-add and modernize older side effects (8603fc9)
  • Uncategorized

rearch-effects v0.3.0

11 Jan 03:05
Compare
Choose a tag to compare

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

view details
  • #33
    • Re-add and modernize older side effects (8603fc9)
  • Uncategorized

rearch v0.9.0

06 Jan 07:12
Compare
Choose a tag to compare

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

Commit Details

view details
  • #25
    • Improve capsule id clone implementation (347cae5)
  • #26
    • Rework internal modules, features, and code docs (d38ac94)
  • #27
    • Add MockCapsuleReaderBuilder tests (ff47495)
  • #29
    • Remove CapsuleReader::get (4546e7e)
  • Uncategorized
    • Update version numbers (5ff6a4d)
    • Update/improve code notes (0d3b935)