Releases: Nouzan/indicator
Releases · Nouzan/indicator
indicator v0.4.3 - 2023-11-26
What's Changed
Full Changelog: v0.4.2...v0.4.3
indicator v0.4.2 - 2023-10-30
indicator v0.4.1 - 2023-10-09
What's Changed
- Fix clippy errors and warnings by @Nouzan in #32
ContextOperator
: Implement ahttp::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
forTickValue
by @Nouzan in #36 - Context: Re-impl the
#[operator]
macro withOperatorFn
parser by @Nouzan in #37 - Context: Rename
insert_with_data
toinsert
and the originalinsert
toinsert_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 andthen_with
method by @Nouzan in #43
Full Changelog: v0.4.0...v0.4.1
indicator v0.4.0 - 2023-06-05
What's Changed
- fix: Period::days by @rise0chen in #28
- chore: bump version to 0.4.0 && bump the MSRV by @Nouzan in #29
New Contributors
- @rise0chen made their first contribution in #28
Full Changelog: v0.3.4...v0.4.0
indicator v0.3.2 - 2022-12-01
indicator v0.3.0 - 2022-10-10
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 thequeue_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