Skip to content

Releases: AntoineGagne/a-tree

0.5.0

16 Jan 21:50
1417805
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

What's Changed

  • Improve Graphviz visualization by @AntoineGagne in #34
  • Take events by references instead of taking ownership

Full Changelog: 0.4.1...0.5.0

0.4.0

09 Jan 20:34
181c8c7
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.3.0...0.4.0

0.3.0

20 Dec 20:16
007fada
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.2.0...0.3.0

0.2.0

18 Dec 15:33
423c9b0
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.1.0...0.2.0

0.1.0

16 Dec 07:59
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

What's Changed

This is the first draft release of the a-tree library. This release contains the following unpolished features:

  • Basic tree creation with defined attributes;
  • Insertion of arbitrary boolean expressions represented via a DSL;
  • Search for matching expressions via user defined events.

At this point, these features are unpolished and do not yet support the full feature set as documented by the paper. As such, the library should not yet be used in any production setting.

Full Changelog: https://github.com/AntoineGagne/a-tree/commits/0.1.0