Skip to content

Releases: dakujem/oliva

v1.1

27 Mar 12:32
04f5b5d
Compare
Choose a tag to compare
  • Added Seed::chain method for iterable collection chaining: the new method takes over Seed::merged which becomes its alias for backward compatibility.
  • Deprecated Seed::merged, use Seed::chain instead.
  • Fixed repeated calls to ShadowNode::reconstructRealTree causing index collisions.

v1

05 Feb 09:17
b633676
Compare
Choose a tag to compare
v1

The initial release.

v1 beta

29 Jan 18:48
11679b5
Compare
Choose a tag to compare
v1 beta Pre-release
Pre-release
  • Traversal generators added (for efficiency)
  • error handling (changed error classes and messages being thrown)
  • Node constructor parameter order changed.

v1 alpha #4

29 Jan 10:08
fc35107
Compare
Choose a tag to compare
v1 alpha #4 Pre-release
Pre-release
  • Removed unnecessary methods (Seed::prop, Seed::attr, Seed::first).
  • Separated MaterializedPath\TreeBuilder::delimited and MaterializedPath\TreeBuilder::fixed methods to a new Path class as MaterializedPath\Path::delimited and MaterializedPath\Path::fixed respectively.
  • Minor parameter name changes.

v1 alpha #3

19 Jan 22:08
9965f5e
Compare
Choose a tag to compare
v1 alpha #3 Pre-release
Pre-release
  • native recursive iterator, Seed::firstOf

v1 alpha #2

19 Jan 11:36
0e997f7
Compare
Choose a tag to compare
v1 alpha #2 Pre-release
Pre-release

Changed builder constructor and build method signatures (reversed compared to alpha1).

v1 alpha #1

15 Jan 08:45
a8bc5f2
Compare
Choose a tag to compare
v1 alpha #1 Pre-release
Pre-release

An alpha release with most of the stuff in place.