Skip to content

Releases: Hex-Interactive/ChainLink

v0.2.1

18 Apr 17:01

Choose a tag to compare

Fixes

  • Fixed ChainLink package wally dependencies

Full Changelog

v0.2.0...v0.2.1

v0.2.0

14 Apr 17:28

Choose a tag to compare

This release involved a major refactor of ChainLink and the separation of the Chain scripting language from the ChainLink runtime.

Features

  • The Chain language is now a separate usable package, and has been refactored
  • Added If, Var, and Get default Chain calls for branching code paths and variables
  • Chain calls can now be used as an expression if they return something
  • Added a new Chain type, a thunk, for unevaluated calls

Full Changelog

v0.1.2...v0.2.0

v0.1.2

01 Jan 03:27

Choose a tag to compare

Fixed

  • Fixed the Chain interpreter complexity count not being incremented

Full Changelog

v0.1.1...v0.1.2

v0.1.1

31 Dec 22:59

Choose a tag to compare

Alongside this release, the first pass of documentation has been completed!

Changed

  • Require Chain target (->) syntax if ValidateTarget is defined within an Action being interpreted
  • Simplified types and type exports

Full Changelog

v0.1.0...v0.1.1

v0.1.0

28 Dec 23:24

Choose a tag to compare