Skip to content

Commit

Permalink
0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Oct 20, 2024
1 parent c7f5ace commit 5ae9709
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ This changelog is generated automatically by [`build/changelog.civet`](build/cha
For each version of Civet, it lists and links to all incorporated PRs,
as well as a full diff and commit list.

## 0.8.4 (2024-10-20, [diff](https://github.com/DanielXMoore/Civet/compare/v0.8.3...v0.8.4), [commits](https://github.com/DanielXMoore/Civet/commits/v0.8.4))
* Improve project root detection in LSP [[#1470](https://github.com/DanielXMoore/Civet/pull/1470)]
* Loops followed by binary operators, `as` on next line [[#1472](https://github.com/DanielXMoore/Civet/pull/1472)]
* Fix bracing in implicitly returned one-line for loops [[#1474](https://github.com/DanielXMoore/Civet/pull/1474)]
* Fix automatic private fields from constructor `@args` [[#1475](https://github.com/DanielXMoore/Civet/pull/1475)]
* Ranges and slices with inequalities such as `[a<..<b]` [[#1476](https://github.com/DanielXMoore/Civet/pull/1476)]

## 0.8.3 (2024-10-15, [diff](https://github.com/DanielXMoore/Civet/compare/v0.8.2...v0.8.3), [commits](https://github.com/DanielXMoore/Civet/commits/v0.8.3))
* Automatically type fields using `@arg` in constructor [[#1469](https://github.com/DanielXMoore/Civet/pull/1469)]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@danielx/civet",
"type": "commonjs",
"version": "0.8.3",
"version": "0.8.4",
"description": "CoffeeScript style syntax for TypeScript",
"main": "dist/main.js",
"module": "dist/main.mjs",
Expand Down

0 comments on commit 5ae9709

Please sign in to comment.