Skip to content

Commit

Permalink
Changelog update - v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and Mervap committed Dec 26, 2022
1 parent e9cf46a commit 170acab
Showing 1 changed file with 52 additions and 17 deletions.
69 changes: 52 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# LamaPlugin Changelog

## [Unreleased]

## [0.2.5] - 2022-12-26

### Fixed
- Change formatter defaults
- Case bodies indents calculated to look the same
Expand All @@ -14,38 +17,33 @@
## [0.2.3]

## [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
- Exception hyperlink with navigation
- Alignment options for case/syntax branches





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

## [0.2.0]

### Added
- Renaming
- Indent `esac`, `od`, `fi` on typing
- 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
Expand All @@ -56,33 +54,70 @@
- 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
- Init project
- Parser/lexer
- Commenter
- Formatter
- Indexing
- Completion
- Stdlib symbols
- - Stdlib symbols
- Global and Local user symbols
- Units
- Some keywords
- Go To Declaration & Find Usages
- Parameter Info
- GitHub CI/CD
- GitHub CI/CD

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

[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.5...HEAD

[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

0 comments on commit 170acab

Please sign in to comment.