Skip to content

Commit

Permalink
Changelog update - v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and Mervap committed Jun 26, 2023
1 parent 74a5702 commit 83bfcef
Showing 1 changed file with 78 additions and 26 deletions.
104 changes: 78 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,61 +3,69 @@
# LamaPlugin Changelog

## [Unreleased]

## [0.2.6] - 2023-06-26
- Support 2023.2 EAP

## [0.2.5] - 2022-12-26

### Fixed
- Change formatter defaults
- Change formatter defaults
- Case bodies indents calculated to look the same

## [0.2.4]
- Support 2022.3 EAP
- Support 2022.3 EAP
- Fix inspection descriptions

## [0.2.3]

## [0.2.2]

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

## [0.2.1]

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

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

## [0.2.0]

### Added
- Renaming
- Indent `esac`, `od`, `fi` on typing
- Prioritize single argument functions on completion
- Live Templates for functions, `case`/`for`/`while`/`if` expressions
- Wrong argument count inspection
- Unresolved inspection with import quick fix
- Renaming
- Indent `esac`, `od`, `fi` on typing
- Prioritize single argument functions on completion
- Live Templates for functions, `case`/`for`/`while`/`if` expressions
- Wrong argument count inspection
- Unresolved inspection with import quick fix
- Improve dot functions support

### 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`
- 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
- Quote typing helper

### Fixed
- No continuation indent on enter at the end of the expression
Expand All @@ -70,17 +78,17 @@
## [0.1.0]

### Added
- Init project
- Parser/lexer
- Commenter
- Formatter
- Indexing
- Init project
- Parser/lexer
- Commenter
- Formatter
- Indexing
- - Stdlib symbols
- Global and Local user symbols
- Units
- Some keywords
- Go To Declaration & Find Usages
- Parameter Info
- Some keywords
- Go To Declaration & Find Usages
- Parameter Info
- GitHub CI/CD

[Unreleased]: https://github.com/Mervap/LamaPlugin/compare/v0.2.5...HEAD
Expand Down Expand Up @@ -122,3 +130,47 @@
[0.1.1]: https://github.com/Mervap/LamaPlugin/compare/v0.1.0...v0.1.1

[0.1.0]: https://github.com/Mervap/LamaPlugin/commits/v0.1.0

[Unreleased]: https://github.com/Mervap/LamaPlugin/compare/v0.2.6...HEAD

[0.2.6]: https://github.com/Mervap/LamaPlugin/compare/v0.2.5...v0.2.6

[0.2.5]: https://github.com/Mervap/LamaPlugin/compare/v0.2.4...v0.2.5

[0.2.4]: https://github.com/Mervap/LamaPlugin/compare/v0.2.3...v0.2.4

[0.2.3]: https://github.com/Mervap/LamaPlugin/compare/v0.2.2...v0.2.3

[0.2.2]: https://github.com/Mervap/LamaPlugin/compare/v0.2.1...v0.2.2

[0.2.1]: https://github.com/Mervap/LamaPlugin/compare/v0.2.0...v0.2.1

[0.2.0]: https://github.com/Mervap/LamaPlugin/compare/v0.1.2...v0.2.0

[0.1.2]: https://github.com/Mervap/LamaPlugin/compare/v0.1.1...v0.1.2

[0.1.1]: https://github.com/Mervap/LamaPlugin/compare/v0.1.0...v0.1.1

[0.1.0]: https://github.com/Mervap/LamaPlugin/commits/v0.1.0

[Unreleased]: https://github.com/Mervap/LamaPlugin/compare/v0.2.6...HEAD

[0.2.6]: https://github.com/Mervap/LamaPlugin/compare/v0.2.5...v0.2.6

[0.2.5]: https://github.com/Mervap/LamaPlugin/compare/v0.2.4...v0.2.5

[0.2.4]: https://github.com/Mervap/LamaPlugin/compare/v0.2.3...v0.2.4

[0.2.3]: https://github.com/Mervap/LamaPlugin/compare/v0.2.2...v0.2.3

[0.2.2]: https://github.com/Mervap/LamaPlugin/compare/v0.2.1...v0.2.2

[0.2.1]: https://github.com/Mervap/LamaPlugin/compare/v0.2.0...v0.2.1

[0.2.0]: https://github.com/Mervap/LamaPlugin/compare/v0.1.2...v0.2.0

[0.1.2]: https://github.com/Mervap/LamaPlugin/compare/v0.1.1...v0.1.2

[0.1.1]: https://github.com/Mervap/LamaPlugin/compare/v0.1.0...v0.1.1

[0.1.0]: https://github.com/Mervap/LamaPlugin/commits/v0.1.0
Expand Down

0 comments on commit 83bfcef

Please sign in to comment.