Releases: llxxbb/Nature
Releases · llxxbb/Nature
add UI backend support
add manager backend(will be used by Nature-Manager-UI)
db:meta add id field
db:relation add id field
0.20.2
0.20.1
0.20
- incompatible change: change
Instancetable design, splitins_keyintometa,ins_idandpara - incompatible change: use decimal replace hexadecimal to represent the instance.id
- remove u128 support
- incompatible change: KeyCondition.id type changed to u64 from String
- incompatible change: move need_all, need_any, need_none from TargetState to FlowSelector
- incompatible change: merge TargetState to RelationTarget
- incompatible change: context_name to dynamic_para
- simplify the readme(CH && EN)
- bug fix: if target last instance check failed, should return environment error
0.19
0.18
- incompatible change: task_id from char to bigint
- incompatible change: filter_before -> convert_before
- incompatible change: filter_after -> convert_after