Changelog for indigo-0.2.2
0.2.2
- !544
Add
indigo
executable which improves the development of Indigo projects.- Create boilerplate project via
new
. - Wrap around stack commands:
build
,test
, andrepl
. - Run
ContractRegistry
commands viarun
.
- Create boilerplate project via
0.2.1
- !570
Added
coerce
andforcedCoerce
to convert between expressions of types that have the same Michelson representation. - !558
Added
wrap
andunwrap
, to generate from and extract to, values given a constructor with a single fields for a sum type. - !538
Add the
showcase
section presenting a list of public smart contracts written in Indigo. - !533
Add a tutorial on how to add documentation to a contract.
- Create helper functions:
saveDocumentation
andprintDocumentation
which can generate the documentation via the REPL. - Add short-handed doc item statements such as:
anchor
,description
, andexample
.
- Create helper functions:
0.2.0
- !542
Use
#=
as a synonym for//->
.
0.1.0.0
Initial release.