Skip to content

Tags: najamelan/pharos

Tags

0.5.3

Merge branch 'dev'

* dev:
  Update changelog.
  Install tarpaulin in CI.
  Fix clippy warnings.
  No nightly in test.bash after all.
  Add funding.
  Update to edition 2021.
  Fix CI.
  We need feature std on futures for channel.
  Fix errors in changelog.

0.5.2

Merge branch 'dev'

* dev:
  Update dependencies, changelog and version number.
  Silence warning about name ambiguity.
  Silence a clippy warning.
  Remove travis config.
  Fix build on nightly (#7)

0.5.1

Merge branch 'dev'

* dev:
  Fix badge, again.
  Add `ObservableLocal` for observable types that are `!Send`.
  Fix build status badge.

0.5.0

Merge branch 'dev'

* dev:
  Bump version, update docs and changelog.
  Create separate wasm test file.
  Install wasm-pack for github actions.
  Setup github ci
  Fix clippy warnings.
  Add PR template.
  Tests for SharedPharos.
  Add SharedPharos. TODO: tests.
  Make Observe async and rename pharos::Error to PharErr.
  more chores
  chore: clean up CI, docs, contribution guidelines.
  downloads badge
  cleanup
  Clarify closure filter in readme.
  No longer depend on futures-channel separately.

0.4.2

Merge branch 'dev'

* dev:
  drop log dependency and fix readme

0.4.1

Merge branch 'dev'

* dev:
  fix travis on stable rust
  Update futures to 0.3.1 and test CI on stable rust

0.4.0

Merge branch 'dev'

* dev:
  bump version and changlog
  update documentation
  Add unit tests for the Sink impl of pharos
  Update to futures 0.3.0-alpha.19
  Allow comparing ErrorKind to &ErrorKind
  Document the behavior of the futures channels
  Finish flush algorithm now ICE is solved
  fix clippy warning
  fix visibility of Error::kind()
  Update some comments
  ICE in rustc
  Another breaking change to the API.
  Actually, we don't need pin_project

0.3.2

Merge branch 'dev'

* dev:
  version number and changelog
  Spell check

0.3.1

Merge branch 'dev'

* dev:
  changlog + version bump
  fix clippy warnings
  Remove the pointer and closure methods after all
  Try to fix docs.rs readme

0.3.0