- Minor
- Combination utilities for
Ordt.Weave
. - More granular insertions for
Ordt.Weave
than withpush
.
- Combination utilities for
- Patch
- More efficient implementation of
Ordt.Weave
. - Index-based Json encoding and decoding for
Ordt.Weft
.
- More efficient implementation of
- 2.1.2
- Fix :
Weave.push
does not do transitive dependencies for the branch to which it is added.
- Fix :
- 2.1.0
- Improvement: Some
encode
anddecoder
functions forOrdt.Weave
.
- Improvement: Some
- 2.0.0
- Breaking change: Namespace changed from
ORDT
toOrdt
. - Breaking change: The function
Ordt.Weft.getSiteAtIndex
is simplified toOrdt.Weft.get
and the functionOrdt.Weft.insertSiteAtIndex
is simplified toOrdt.Weft.insert
. - New: An
Ordt.Weave
data type for history tracking. - Improvement: Some
encode
anddecoder
functions forOrdt.Weft
. - Improvement: Some
fromDict
andtoDict
functions forOrdt.Weft
. - Improvement: A
compare
function forOrdt.Weft
.
- Breaking change: Namespace changed from
- 1.0.0 – Initial release with basic
ORDT.Weft
support.