@danielx/civet 0.8.15 → 0.8.17

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,27 @@ 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.17 (2024-12-02, [diff](https://github.com/DanielXMoore/Civet/compare/v0.8.16...v0.8.17), [commits](https://github.com/DanielXMoore/Civet/commits/v0.8.17))
8
+ * `%%` operator types support `bigint` in addition to `number` [[#1620](https://github.com/DanielXMoore/Civet/pull/1620)]
9
+ * Fix `new` expression at start of pipeline [[#1625](https://github.com/DanielXMoore/Civet/pull/1625)]
10
+ * Fix implicit `async` and `*` in methods [[#1627](https://github.com/DanielXMoore/Civet/pull/1627)]
11
+ * Fix object literals and bulleted lists in JSX indented attributes, fix indentation detection [[#1628](https://github.com/DanielXMoore/Civet/pull/1628)]
12
+ * Fix placeholders in `for each` loops [[#1630](https://github.com/DanielXMoore/Civet/pull/1630)]
13
+ * Fix implicit objects in indented arguments after other arguments [[#1629](https://github.com/DanielXMoore/Civet/pull/1629)]
14
+ * Fix mixing access modifiers (e.g. `readonly`) with `@` arguments in constructors [[#1631](https://github.com/DanielXMoore/Civet/pull/1631)]
15
+
16
+ ## 0.8.16 (2024-11-22, [diff](https://github.com/DanielXMoore/Civet/compare/v0.8.15...v0.8.16), [commits](https://github.com/DanielXMoore/Civet/commits/v0.8.16))
17
+ * `for join` reduction to concatenate strings [[#1604](https://github.com/DanielXMoore/Civet/pull/1604)]
18
+ * Numeric object keys in pattern matching [[#1608](https://github.com/DanielXMoore/Civet/pull/1608)]
19
+ * Fix trailing member/call behavior [[#1609](https://github.com/DanielXMoore/Civet/pull/1609)]
20
+ * Fix complex property globs [[#1610](https://github.com/DanielXMoore/Civet/pull/1610)]
21
+ * Allow postfix in indented `if` conditions [[#1612](https://github.com/DanielXMoore/Civet/pull/1612)]
22
+ * `for` reduction implicit body can destructure, fix implicitly returned patterns in some cases [[#1613](https://github.com/DanielXMoore/Civet/pull/1613)]
23
+ * Fix fallthrough in implicitly returned switch with semicolon, improve `hasExit` heuristic [[#1615](https://github.com/DanielXMoore/Civet/pull/1615)]
24
+ * Type postfix `?` and `!` work in long postfix sequence [[#1617](https://github.com/DanielXMoore/Civet/pull/1617)]
25
+ * Playground shows IIFE failures only when clicking Run [[#1618](https://github.com/DanielXMoore/Civet/pull/1618)]
26
+ * Fix automatic `Promise` wrapping of async return types [[#1619](https://github.com/DanielXMoore/Civet/pull/1619)]
27
+
7
28
  ## 0.8.15 (2024-11-12, [diff](https://github.com/DanielXMoore/Civet/compare/v0.8.14...v0.8.15), [commits](https://github.com/DanielXMoore/Civet/commits/v0.8.15))
8
29
  * Fix typo in Coffeescript comparison [[#1589](https://github.com/DanielXMoore/Civet/pull/1589)]
9
30
  * Fix range `for` loop with complex left-hand side [[#1592](https://github.com/DanielXMoore/Civet/pull/1592)]
package/README.md CHANGED
@@ -28,7 +28,7 @@ The modern way to write TypeScript.
28
28
  [Gulp](integration/gulp),
29
29
  [Bun](source/bun-civet.civet),
30
30
  [`<script>` tag](https://github.com/DanielXMoore/Civet/tree/main/integration/script)
31
- - Starter templates for [Solid](https://github.com/orenelbaum/solid-civet-template) and [Solid Start](https://github.com/orenelbaum/solid-start-civet-template)
31
+ - Starter templates for [Solid](https://github.com/edemaine/civet-solid-vite-template) ([older](https://github.com/orenelbaum/solid-civet-template)) and [Solid Start](https://github.com/orenelbaum/solid-start-civet-template)
32
32
 
33
33
  Quickstart Guide
34
34
  ---