Skip to content

Releases: microsoft/Guan

Guan 1.0.5

02 Jul 21:42
a6aad4e
Compare
Choose a tag to compare

Guan ships as a .NET Standard library and is available from Nuget.org

Changes

  • This new version contains a properly signed Guan.dll binary.

Guan 1.0.4

09 Feb 20:44
bda41a6
Compare
Choose a tag to compare

Guan ships as a .NET Standard library and is available from Nuget.org

Changes (BREAKING)

  • BREAKING change: QueryContext ctor now requires non-null input parameter. See GuanExamples for sample code. You will need to modify your query expression executor code to adopt the new pattern.
  • Added basic second order support.
  • Added retract system predicate per Feature Request (Issue #17):
retract(Clause) | the first clause unifying with Clause is removed from the database
  • Running GuanTest application without any arguments will run it in interactive mode. To run the p1.test run guantest Scripts\p1.test or guantest Scripts.
  • Added new unit tests for retract.

Guan 1.0.3

21 Jan 02:07
c2533da
Compare
Choose a tag to compare

Guan ships as a .NET Standard library and is available from the Nuget.org Package gallery

Changes

  • Fixed package dependency bug. When you install Guan into a .NET project, it will also install the required System.Text.Json nupkg.
  • Updated nuspec file and nupkg generation Powershell script.
  • Added Getting Started section and related GuanExamples standalone project for use in experimenting with Guan inside a containing .NET Core 3.1 application.
  • Code changes to remove dependency on Newtonsoft.Json (it was used in one function...).

Guan 1.0.2

12 Jan 19:10
b88f97f
Compare
Choose a tag to compare

Guan ships as a .NET Standard library and is available from the Nuget.org Package gallery.

This is the V1 release of Guan, which is no longer in Preview!