Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Mervap committed Jun 16, 2022
1 parent a66eff8 commit c4042b7
Showing 1 changed file with 32 additions and 31 deletions.
63 changes: 32 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
<!-- Keep a Changelog guide -> https://keepachangelog.com -->

# LamaPlugin Changelog

## [Unreleased]

## [0.2.2]
# LamaPlugin Changelog

## [Unreleased]
Only internal dependency fixes

## [0.2.2]
### Fixed
- Unresolved reference problems in syntax expression & repeat statements
- Prioritize dot on list constructor operator
- Support 2022.2 EAP

## [0.2.1]
### Added
- Support 2022.2 EAP

## [0.2.1]
### Added
- Exception hyperlink with navigation
- Alignment options for case/syntax branches



### Fixed

### Fixed
- Improve syntax expressions support
- Improve syntax formatter support

## [0.2.0]
### Added
- Improve syntax formatter support

## [0.2.0]
### Added
- Renaming
- Indent `esac`, `od`, `fi` on typing
- Prioritize single argument functions on completion
Expand All @@ -32,32 +33,32 @@
- Improve dot functions support



### Fixed

### Fixed
- Go To Declaration/Find Usages for operators/patterns
- Documentation comment highlight
- Completion/Go To Declaration for local symbols, which defined later than current
- No completion on numeric literals and strings
- Completion after dot
- No need to mount `/tmp` for `lima`
- Missing pair double quote

## [0.1.2]
### Added
- Missing pair double quote

## [0.1.2]
### Added
- Quote typing helper




### Fixed
- No continuation indent on enter at the end of the expression

## [0.1.1]
### Fixed
- Errors during compiler fetch

## [0.1.0]
### Added

### Fixed
- No continuation indent on enter at the end of the expression

## [0.1.1]
### Fixed
- Errors during compiler fetch

## [0.1.0]
### Added
- Init project
- Parser/lexer
- Commenter
Expand Down

0 comments on commit c4042b7

Please sign in to comment.