Skip to content

Releases: link-foundation/link-cli

[Rust] 0.2.6

15 May 14:38

Choose a tag to compare

Crates.io Docs.rs

Release v0.2.6

C# v2.5.0

15 May 14:43

Choose a tag to compare

NuGet NuGet Downloads
NuGet NuGet Downloads

Split the C# distribution into two NuGet packages so external .NET
projects can consume the public library without pulling in the
dotnet tool packaging:

  • clink — unchanged dotnet tool, now built from a CLI csproj that only
    contains Program.cs and System.CommandLine wiring.
  • Foundation.Data.Doublets.Cli — new library package that ships the
    parser, query processors (basic / advanced / mixed), ChangesSimplifier,
    named/pinned type decorators, persistent transformation trigger
    decorator, LiNo I/O adapters, the UnicodeStringStorage extension, and
    every other reusable building block. Generated XML doc comments are
    packed alongside the assembly and rendered into a DocFX site published
    to GitHub Pages.

Packages: clink, Foundation.Data.Doublets.Cli

[Rust] 0.2.5

12 May 22:57
5a0b56d

Choose a tag to compare

Crates.io Docs.rs

Release v0.2.5

[Rust] 0.2.4

12 May 22:20
af58062

Choose a tag to compare

Crates.io Docs.rs

Release v0.2.4

[Rust] 0.2.3

12 May 21:55
f5a5a41

Choose a tag to compare

Crates.io Docs.rs

Release v0.2.3

[Rust] 0.2.2

12 May 20:45
0c8092c

Choose a tag to compare

Crates.io Docs.rs

Release v0.2.2

[Rust] 0.2.1

12 May 19:36

Choose a tag to compare

Crates.io Docs.rs

Release v0.2.1

[Rust] 0.2.0

12 May 12:50
f942d30

Choose a tag to compare

Crates.io Docs.rs

Release v0.2.0

Rust v0.1.0

12 May 10:27
d9309c5

Choose a tag to compare

Release v0.1.0

C# v2.4.0

12 May 21:54

Choose a tag to compare

NuGet NuGet Downloads

Added --export as an alias for --out database export.

Added --in/--lino-input/--import database import support for reading LiNo files into the links database with named references enabled by default.

Added --out/--lino-output database export support that writes the complete links database as LiNo with named references when available.

Added a universal NamedTypesDecorator that implements both links operations and named type lookups, with automatic cleanup and uniqueness checks for external-reference names.

Added binary links-backed persistent transformation triggers with --always, --once, --never, --triggers-file, and --embed-triggers.

Added IPinnedTypes and PinnedTypesDecorator, and composed pinned type support into NamedTypesDecorator.

Fixed self-link substitution with outgoing links by preserving unbound substitution parts from the matched link and rejecting unsupported link addresses during explicit creation.

Fixed explicit indexed numeric updates so auto-created numeric references do not steal the substitution pair, and added issue 62 regression coverage.

Moved C# release automation into csharp/scripts/ and packaged the C# README
with the NuGet tool.

Added full string ID alias support for advanced LiNo queries through the named types decorator.

Updated the C# LiNo parser dependency to the current Link.Foundation.Links.Notation package and refreshed supported NuGet package versions.

Added strict validation for missing numeric and named link references, plus --auto-create-missing-references to create missing references as self-referential point links.

Package: clink