This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
Releases: itemisCREATE/solidity-ide
Releases · itemisCREATE/solidity-ide
Release 0.8.0
-
The grammar and the compiler were updated to Solidity 0.6.10. This includes:
- Support of struct and enum declarations on file level
- Support of receive and fallback functions
- Support of Try/Catch statements
- Updating of built-in functions and members
- Support of calloptions for function calls
- Solidity Files need to be version 0.6 or higher to be supported and compiled by the compiler
-
Support of relative imports
-
Old quickfixes were updated and new ones added. New added quickfixe are:
- Quickfix to update the compiler version
- Quickfix to add default SPDX-License-Identifier
- Quickfix to declar a function as fallback or receive function
- Quickfix to add the 'emit' keyword to an event invocation
- Quickfix to use 'memory' or 'calldata' as data location
-
Support of the whole inline assembly grammar
-
Improvement of the Autoformatter
-
Enhancement of Solidity Outline
release_0.7.3
release tag 0.7.3