@danielx/civet 0.8.4 → 0.8.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,16 @@ This changelog is generated automatically by [`build/changelog.civet`](build/cha
4
4
  For each version of Civet, it lists and links to all incorporated PRs,
5
5
  as well as a full diff and commit list.
6
6
 
7
+ ## 0.8.6 (2024-10-21, [diff](https://github.com/DanielXMoore/Civet/compare/v0.8.5...v0.8.6), [commits](https://github.com/DanielXMoore/Civet/commits/v0.8.6))
8
+ * Fix CLI with complex `NODE_OPTIONS`, LSP cleanup [[#1482](https://github.com/DanielXMoore/Civet/pull/1482)]
9
+ * `if` conditions continued by binary op on next line [[#1483](https://github.com/DanielXMoore/Civet/pull/1483)]
10
+ * `from ... import/export` (reversed `import`/`export`) [[#1484](https://github.com/DanielXMoore/Civet/pull/1484)]
11
+
12
+ ## 0.8.5 (2024-10-21, [diff](https://github.com/DanielXMoore/Civet/compare/v0.8.4...v0.8.5), [commits](https://github.com/DanielXMoore/Civet/commits/v0.8.5))
13
+ * Reverse slices and inequality slices with implicit parts [[#1478](https://github.com/DanielXMoore/Civet/pull/1478)]
14
+ * Indented types after binary type operators [[#1479](https://github.com/DanielXMoore/Civet/pull/1479)]
15
+ * Pattern matching `catch` [[#1477](https://github.com/DanielXMoore/Civet/pull/1477)]
16
+
7
17
  ## 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))
8
18
  * Improve project root detection in LSP [[#1470](https://github.com/DanielXMoore/Civet/pull/1470)]
9
19
  * Loops followed by binary operators, `as` on next line [[#1472](https://github.com/DanielXMoore/Civet/pull/1472)]