Skip to content

Releases: cyberlect/yargon-aterms

Release 1.3.0

18 Mar 16:42
Compare
Choose a tag to compare
  • Add ITermFactory interface.
  • Rename TermFactory to AbstractTermFactory.
  • Rename TermFactory.IsBuiltByThisFactory() to ITermFactory.Owns().
  • Move TermFactory.EmptyTermList to Terms.Empty.
  • Make StringEscaper class internal.

Release 1.2.0

21 Feb 13:45
Compare
Choose a tag to compare
  • Add Unicode support to ATerm parser.
  • Add ITermVisitor.VisitTerm() method that is called when none other applies.
  • Add ITermVisitor<TResult> that returns a result.
  • Add missing contracts for Accept() method of term implementations.
  • Remove unused Term class.
  • Rewrote tests using Xunit.
  • Remove support for vertical tab and backspace escape sequences.
  • Fix local build issues.

Release 1.1.1

24 Jan 14:00
Compare
Choose a tag to compare
v1.1.1

Release 1.1.1

Release 1.1.0

27 Oct 11:37
Compare
Choose a tag to compare
  • Fix dependencies to the lowest possible.

Release 1.0.0

27 Oct 11:05
Compare
Choose a tag to compare

First release.