Skip to content

Releases: mlabs-haskell/ply

1.0.0 - CIP-57

10 Apr 20:35
1e87c0c

Choose a tag to compare

Ply has received a massive overhaul and now bases its functionality around CIP-57.

See example for details on how to use this new edition.

0.7.1 - Bug fix

15 Sep 02:44
93306f5

Choose a tag to compare

See CHANGELOG.md

0.7.0 - Bump Plutarch and Plutus Core to newer versions

14 Sep 23:57
0b16bbc

Choose a tag to compare

0.5.0 - Typename overhaul and PAsData support

19 Mar 18:26
d948cf7

Choose a tag to compare

0.4.0 - Direct 'TypedScript' access and usage

04 Jan 21:56
2cda3b4

Choose a tag to compare

0.3.1 - Hotfix for Integer parameters

22 Dec 01:21
9392e86

Choose a tag to compare

0.2.1 - Backport #40

22 Dec 01:18

Choose a tag to compare

0.3.0 - Plutus update, Plutarch 1.3, API changes

22 Nov 07:53
f474dcf

Choose a tag to compare

Dependency updates and API changes. This is a major revision.

See CHANGELOG.md.

Thanks @MangoIV

0.2.0 - Namespace changes and function type improvements

06 Oct 17:28
2d63c6a

Choose a tag to compare

Simplified some internal types and changed parts of the public interface. See: #32 and CHANGELOG.md

Thanks @SeungheonOh

0.1.3 Critical bug fix release

19 Aug 15:46
b88ccfe

Choose a tag to compare

This fixes the Extended constructor index assignment in its PlyArg instance. See: #32

Thanks @danielfarrelly