Skip to content

Releases: Nouzan/indicator

indicator v0.4.3 - 2023-11-26

26 Nov 09:20
Compare
Choose a tag to compare

What's Changed

  • chore: disable extra unused warning by @Nouzan in #47

Full Changelog: v0.4.2...v0.4.3

indicator v0.4.2 - 2023-10-30

30 Oct 15:32
Compare
Choose a tag to compare

What's Changed

  • wasm: add an example for wasm operator by @Nouzan in #44
  • Context: Add optional layer by @Nouzan in #45
  • context: add provide_if methods by @Nouzan in #46

Full Changelog: v0.4.1...v0.4.2

indicator v0.4.1 - 2023-10-09

09 Oct 10:53
Compare
Choose a tag to compare

What's Changed

  • Fix clippy errors and warnings by @Nouzan in #32
  • ContextOperator: Implement a http::Extensions-like API for building operators by @Nouzan in #31
  • context: add inspect layer by @Nouzan in #33
  • Context: Add a persistent map for shared data by @Nouzan in #34
  • Context: Add InsertWithData layer && fix bugs by @Nouzan in #35
  • tick: impl Borrow for TickValue by @Nouzan in #36
  • Context: Re-impl the #[operator] macro with OperatorFn parser by @Nouzan in #37
  • Context: Rename insert_with_data to insert and the original insert to insert_env by @Nouzan in #38
  • Context: make the API more consistent by @Nouzan in #39
  • context: delay the data updating in insert_data by @Nouzan in #40
  • context: export data_mut method by @Nouzan in #41
  • context: add boxed context operator and layer by @Nouzan in #42
  • context: add Then layer and then_with method by @Nouzan in #43

Full Changelog: v0.4.0...v0.4.1

indicator v0.4.0 - 2023-06-05

05 Jun 08:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.4...v0.4.0

indicator v0.3.2 - 2022-12-01

04 Dec 08:07
44cb16d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.2

indicator v0.3.0 - 2022-10-10

10 Oct 00:53
Compare
Choose a tag to compare

What's Changed

  • impl Operator for &mut Operator by @Nouzan in #13
  • remove Sized requirement for &mut Operator by @Nouzan in #15
  • Add GatOperator trait and a new tumbling operator design by @Nouzan in #16
  • Add Periodic: a builder of periodic operators by @Nouzan in #17
  • Replace ViewOperator with the queue_ref helper function by @Nouzan in #18
  • Tickable::tick should return without ref by @Nouzan in #19
  • Better periodic API by @Nouzan in #20

Full Changelog: v0.2.9...v0.3.0

indicator v0.2.9 - 2022-08-30

29 Aug 17:13
b547766
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.7...v0.2.9

indicator v0.2.7 - 2022-08-23

23 Aug 08:42
286925b
Compare
Choose a tag to compare

What's Changed

  • Add to_offset method to Period by @Nouzan in #9

Full Changelog: v0.2.6...v0.2.7

indicator v0.2.6 - 2022-05-23

23 May 09:08
Compare
Choose a tag to compare

What's Changed

  • Add iterated to support output caching tumbling operations by @Nouzan in #2
  • Add tuple and array combinators by @Nouzan in #6

New Contributors

  • @Nouzan made their first contribution in #2

Full Changelog: https://github.com/Nouzan/indicator/commits/v0.2.6