Changelog of @hackage/clplug 1.0.0.0

Changelog for clnplug

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.

Unreleased

1.0.0.0 - 2024-05-25

  • I see now I probably shouldn't have put this on hackage.
  • This version simplifies the UI prefering Value over defining values that may be changed by core lightning.
  • (Major Bug Fix) Previous versions had incomplete parsing that led to leaking threads on unexpected data.
  • lightningCli is now an overloaded class so simpler interface is allowed i.e. (lightningCli "getinfo") or lightningCli ("listpeers", fromList [""])