Skip to content

Commit

Permalink
Version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardSergeev committed Jun 20, 2024
1 parent 216836e commit a34fb28
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log
All notable changes to the "Haskutil" extension will be documented in this file.


## [0.14.0] - 2024-06-20
### Changed
* `Organise imports` can now also sorts imported element lists ([#86](https://github.com/EduardSergeev/vscode-haskutil/issues/86)):
When sorting import declaration if `"haskutil.sortImportedElementLists"` is set to `true` (default value)
* Operators are placed at the end of imported element lists [#88](https://github.com/EduardSergeev/vscode-haskutil/issues/88):
When inserting new elemetns via `Add import` or sorting imported elements when via `Organise imports` operators are placed after other type of elements, i.e. after functions, constructors or types.
This behaviour is controlled via new configuration setting `"haskutil.placeOperatorsAfterFunctions"` which is set to `true` by default

## [0.13.3] - 2024-06-19
### Fixed:
* `Add import` action's handling of operators containing `.` (dot)([#80](https://github.com/EduardSergeev/vscode-haskutil/issues/80)):
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "haskutil",
"displayName": "Haskutil",
"description": "'QuickFix' actions for Haskell editor",
"version": "0.13.3",
"version": "0.14.0",
"publisher": "Edka",
"icon": "images/Haskutil-logo.png",
"repository": {
Expand Down

0 comments on commit a34fb28

Please sign in to comment.