Releases: microsoft/Guan
Releases · microsoft/Guan
Guan 1.0.5
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
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
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
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!