Skip to content

Releases: arne-fuchs/intellij-hardhat

1.3.0-beta.4

07 Aug 22:01
Compare
Choose a tag to compare

Features

  • Implemented IU Version 2024.2

1.3.0-beta.3

02 Aug 14:10
Compare
Choose a tag to compare

Features

  • Implemented IU Version 2024.1

1.3.0-beta.1

03 Jan 13:37
Compare
Choose a tag to compare

Features

  • New Test case
  • Bug fix reference extraction
  • Bug fix null pointer

1.3.0-beta.0

02 Jan 12:44
Compare
Choose a tag to compare

Features

  • Improved Variable Handling
  • Updated the code completion tests.
  • Improved Resolution
  • Code Refactoring
  • Bug fixes

1.3.0-alpha.2

29 Dec 16:35
Compare
Choose a tag to compare

Features

  • Added Code Completion Test badge to README.
  • Added additional resources to README.md.
  • Removed donation badge from README.md.
  • Updated README.md with code completion test status and pre-release installation guidelines.
  • Updated JDK version in GitHub workflow.
  • Added GitHub Actions workflow for Gradle build and tests.
  • The SolidityCodeCompleter has been refactored to enhance efficiency.
  • Refactored SolidityCodeCompleter for improved efficiency.
  • Updated gradle.properties to include 'java' in platformPlugins.
  • Refactored SolidityCodeCompleter method extraction.
  • Added new JavaScript test scripts.
  • Improved caret positioning and added more detailed error messages in tests.
  • Updated code completion tests and added new methods for suggestions.
  • Removed outdated TODO comments in SolidityCodeCompleter.
  • Added method documentation.
  • Updated CHANGELOG.md for version 1.3.0-alpha.1.
  • Enhanced CodeCompletionTest with additional tests and setup.
  • Updated solidity plugin version in gradle.properties.
  • Fixed missing dependency for testing for IDE 2023.2.
  • Updated dependencies.

1.3.0-alpha.1

27 Dec 19:48
Compare
Choose a tag to compare
  • Added first tests
  • Implemented reference resolution

1.3.0-alpha.0

21 Dec 21:19
Compare
Choose a tag to compare

Features

  • Added Code Completion for Javascript to complete functions and variables defined in solidity contracts