Releases: Nouzan/indicator
Releases · Nouzan/indicator
Release list
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
InsertWithDatalayer && fix bugs by @Nouzan in #35 - tick: impl
BorrowforTickValueby @Nouzan in #36 - Context: Re-impl the
#[operator]macro withOperatorFnparser by @Nouzan in #37 - Context: Rename
insert_with_datatoinsertand the originalinserttoinsert_envby @Nouzan in #38 - Context: make the API more consistent by @Nouzan in #39
- context: delay the data updating in
insert_databy @Nouzan in #40 - context: export
data_mutmethod by @Nouzan in #41 - context: add boxed context operator and layer by @Nouzan in #42
- context: add
Thenlayer andthen_withmethod 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
Operatorfor&mut Operatorby @Nouzan in #13 - remove
Sizedrequirement for &mut Operator by @Nouzan in #15 - Add
GatOperatortrait and a new tumbling operator design by @Nouzan in #16 - Add
Periodic: a builder of periodic operators by @Nouzan in #17 - Replace
ViewOperatorwith thequeue_refhelper function by @Nouzan in #18 Tickable::tickshould return without ref by @Nouzan in #19- Better periodic API by @Nouzan in #20
Full Changelog: v0.2.9...v0.3.0