8000 Comparing v0.4.0...main · austinjones/postage-rs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: austinjones/postage-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: austinjones/postage-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 36 files changed
  • 2 contributors

Commits on Feb 8, 2021

  1. Add an integration with the futures crate. (#39)

    Implement `futures::Sink` and `futures::Stream` for all senders and receivers if the `futures-traits` feature is enabled.
    
    No implementation of `futures::Sink` is provided for the `broadcast::Sender`.
    austinjones authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    8330a60 View commit details
    Browse the repository at this point in the history
  2. v0.4.1 (#40)

    austinjones authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    687d740 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Update README.md

    austinjones authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    1a238f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Implement Debug for Sender & Receiver types (#43)

    * Add `.idea` directory to .gitignore
    * Implement `Debug` for Sender & Receiver types
    woubuc authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    90f93e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    8d3cde8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c171a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be91248 View commit details
    Browse the repository at this point in the history
  4. Implement watch::Sender::subscribe (#49)

    * Implement watch::Sender::subscribe
    
    * Update release.yml
    austinjones authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b830a23 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Documentation for v0.5.0 (#53)

    - Add examples covering channels, combinators, and runtimes.
    - Add watch::channel_with_option as a usability hint.  Often you need to store a value that has no initial value and does not implement Default.
    - Update benchmarks
    austinjones authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    c5475d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c59719 View commit details
    Browse the repository at this point in the history
  3. Fix a clippy warning

    austinjones committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    eff5a1f View commit details
    Browse the repository at this point in the history
  4. v0.5.0

    austinjones committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    61fd1d8 View commit details
    Browse the repository at this point in the history
Loading
0