1.0.3 2021-06-10 12:58
- None
- None
- Fixed a bug, that calculation function from the entity super-class could leak to the sub-class.
-
Chronograph now supports running in the "regenerator" environment (transpiled generators)
-
Added experimental "hook" utility
- None
-
Fixed a bug, that on-demand calculations for lazy identifiers were performed in separate transaction. This was breaking the
ProposedOrPrevious
effect. Such calculations are now performed in the currently running transaction. -
Fixed a bug, that removing and adding an entity back to the graph right away was not updating the related buckets.
-
Fixed a bug, that transaction rejection could lead to exception if there were writes during
finalizeCommitAsync
method. -
Fixed a bug, that identifier could be considered as unchanged mistakenly and its calculation method not called.
-
Fixed a bug, that using
derive
method of the mixin over the base class, that has extended another class, in turn created withderive
, could skip some mixin requirements.
- Fixed links to docs
The 1.0.0 release.
Testing release script.
This is the initial release of the ChronoGraph.