v0.14.5
·
2611 commits
to master
since this release
What's Changed
- Update how receipts look like in the Sway Book after #1717 by @mohammadfawaz in #1751
- Add instructions to use fuelup. by @adlerjohn in #1741
StorageMap
implementation and test by @mohammadfawaz in #1754- docs: add paragraph about predicates debugging by @vnepveu in #1763
- update printing of generic types by @sezna in #1764
- Add an
enum
matching example by @mohammadfawaz in #1762 - Adding a new
flags.sw
module by @nfurfaro in #1758 - Improve the error message for when using unsupported RHS values in const declarations. by @otrho in #1767
- Change the dead code analysis for
if
expressions. by @otrho in #1770 - Format the
exponentiation
std-lib test by @mohammadfawaz in #1772 - Prevent recursive enums and structs from getting converted from parse nodes to AST nodes. by @otrho in #1768
- Collect tokens from the
TypedParseTree
for the language server. by @JoshuaBatty in #1775 - implicit_std to implicit-std by @kayagokalp in #1780
- Separate parsing, type-checking and control flow analysis into distinct phases by @mitchmindtree in #1712
- Add additional operators as syntactic sugar by @emilyaherbert in #1783
- Eliminating the need for
new()
to useStorageMap
by @mohammadfawaz in #1776 - Add
StorageMap
documentation in the Sway Book by @mohammadfawaz in #1760 - Bump to v0.14.5 by @mohammadfawaz in #1793
Full Changelog: v0.14.4...v0.14.5