@danielx/civet 0.11.6 → 0.11.8

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,89 @@ 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.11.8 (2026-05-13, [diff](https://github.com/DanielXMoore/Civet/compare/v0.11.7...v0.11.8), [commits](https://github.com/DanielXMoore/Civet/commits/v0.11.8))
8
+ * Dev: Autopublish vsce and ovsx from GitHub CI [[#1963](https://github.com/DanielXMoore/Civet/pull/1963)]
9
+ * dev: show-uncovered script at root [[#1966](https://github.com/DanielXMoore/Civet/pull/1966)]
10
+ * ci: upgrade claude; track output in s3 [[#1975](https://github.com/DanielXMoore/Civet/pull/1975)]
11
+ * lsp: auto-reload TSService when tsconfig.json changes [[#1965](https://github.com/DanielXMoore/Civet/pull/1965)]
12
+ * dev: coverage template and branch coverage report [[#1971](https://github.com/DanielXMoore/Civet/pull/1971)]
13
+ * Remove legacy esbuild-plugin; JS output extensions imply --js [[#1976](https://github.com/DanielXMoore/Civet/pull/1976)]
14
+ * Coverage: 100% for generate.civet and sourcemap.civet [[#1974](https://github.com/DanielXMoore/Civet/pull/1974)]
15
+ * test: increase coverage for compiler core (main, config, worker-pool, esm) [[#1972](https://github.com/DanielXMoore/Civet/pull/1972)]
16
+ * Coverage: unplugin & build plugins — 100% line coverage [[#1973](https://github.com/DanielXMoore/Civet/pull/1973)]
17
+ * ci: migrate to codecov [[#1978](https://github.com/DanielXMoore/Civet/pull/1978)]
18
+ * ci: batched dot reporter [[#1977](https://github.com/DanielXMoore/Civet/pull/1977)]
19
+ * test: increase parser transform coverage to 97% [[#1982](https://github.com/DanielXMoore/Civet/pull/1982)]
20
+ * fix: LSP stale diagnostics on close/delete, add protocol test harness [[#1980](https://github.com/DanielXMoore/Civet/pull/1980)]
21
+ * test(cli): add coverage for piped stdin, --config, --typecheck [[#1981](https://github.com/DanielXMoore/Civet/pull/1981)]
22
+ * Test coverage for CLI and REPL [[#1983](https://github.com/DanielXMoore/Civet/pull/1983)]
23
+ * Reforbid comma in `:=` shorthand [[#1987](https://github.com/DanielXMoore/Civet/pull/1987)]
24
+ * Preserve quotes in method signature names [[#1989](https://github.com/DanielXMoore/Civet/pull/1989)]
25
+ * Fix `case` list with newline before comma [[#1991](https://github.com/DanielXMoore/Civet/pull/1991)]
26
+ * add helix config details [[#1992](https://github.com/DanielXMoore/Civet/pull/1992)]
27
+ * Fix `asserts` in interface call signature return type [[#1994](https://github.com/DanielXMoore/Civet/pull/1994)]
28
+ * fix: change zed extension grammar repository to github url [[#1996](https://github.com/DanielXMoore/Civet/pull/1996)]
29
+ * add pnpm typecheck for .civet + .hera files, refactor types.civet onto shared bases [[#1995](https://github.com/DanielXMoore/Civet/pull/1995)]
30
+ * don't lose claude logs when hitting max turns [[#2005](https://github.com/DanielXMoore/Civet/pull/2005)]
31
+ * Upgrade @danielx/hera 0.8.20 → 0.9.0 [[#2006](https://github.com/DanielXMoore/Civet/pull/2006)]
32
+ * CLI lazy loads unplugin, fix race, allow symlink failure on Windows [[#2007](https://github.com/DanielXMoore/Civet/pull/2007)]
33
+ * Remove some unnecessary boolean checks [[#2008](https://github.com/DanielXMoore/Civet/pull/2008)]
34
+ * Semantic tokens for comments, fixing `coffeeComment` syntax highlighting [[#2011](https://github.com/DanielXMoore/Civet/pull/2011)]
35
+ * Document optional elements in tuple types [[#2012](https://github.com/DanielXMoore/Civet/pull/2012)]
36
+ * ci: separate typecheck step [[#2013](https://github.com/DanielXMoore/Civet/pull/2013)]
37
+ * Add typecheck iteration tooling [[#2014](https://github.com/DanielXMoore/Civet/pull/2014)]
38
+ * Fix `typeof` types consuming top-level assignments [[#2017](https://github.com/DanielXMoore/Civet/pull/2017)]
39
+ * Fix computed index side effects evaluated twice in compound assignment expressions [[#1885](https://github.com/DanielXMoore/Civet/pull/1885)]
40
+ * Extract shared @danielx/civet/ts-service module [[#2015](https://github.com/DanielXMoore/Civet/pull/2015)]
41
+ * VSCode basic syntax highlighting for `type`/`interface` [[#2022](https://github.com/DanielXMoore/Civet/pull/2022)]
42
+ * Fix implicit return of `abstract class` mixin body [[#2020](https://github.com/DanielXMoore/Civet/pull/2020)]
43
+ * Fix LSP `@` shorthand incorrectly completing as `@this.member` [[#2032](https://github.com/DanielXMoore/Civet/pull/2032)]
44
+ * test(ci): reduce Windows mocha flakes via worker cap + warmup hook [[#2033](https://github.com/DanielXMoore/Civet/pull/2033)]
45
+ * LSP: Fix `@` completion in implicit return context [[#2034](https://github.com/DanielXMoore/Civet/pull/2034)]
46
+ * svelte lang="civet" support in vscode extension [[#2021](https://github.com/DanielXMoore/Civet/pull/2021)]
47
+ * Fix unplugin + esbuild sourcemap source paths when using library [[#2035](https://github.com/DanielXMoore/Civet/pull/2035)]
48
+ * Make Import rule express its intent via NonIdContinue [[#2037](https://github.com/DanielXMoore/Civet/pull/2037)]
49
+ * Allow non-identifier Unicode codepoints as identifiers [[#2036](https://github.com/DanielXMoore/Civet/pull/2036)]
50
+ * Unicode escape sequences `\uXXXX` in identifiers [[#2041](https://github.com/DanielXMoore/Civet/pull/2041)]
51
+ * Monaco and browser LSP support; LSP in the Playground [[#2044](https://github.com/DanielXMoore/Civet/pull/2044)]
52
+ * BREAKING CHANGE: Neovim (and other direct users of the LSP server) need to use `dist/node.js` instead of `dist/server.js`
53
+ * Highlight docs examples using Civet TextMate grammar [[#2045](https://github.com/DanielXMoore/Civet/pull/2045)]
54
+ * Lift `&` past `for` body in `when` clause [[#2040](https://github.com/DanielXMoore/Civet/pull/2040)]
55
+ * Honor autoConst/autoLet for `export x = …`, allow `export` destructuring [[#2042](https://github.com/DanielXMoore/Civet/pull/2042)]
56
+ * Pin VS Code version for tests and cache key [[#2046](https://github.com/DanielXMoore/Civet/pull/2046)]
57
+ * LSP: auto-indent on Enter for Civet block-openers [[#2043](https://github.com/DanielXMoore/Civet/pull/2043)]
58
+
59
+ ## 0.11.7 (2026-04-16, [diff](https://github.com/DanielXMoore/Civet/compare/v0.11.6...v0.11.7), [commits](https://github.com/DanielXMoore/Civet/commits/v0.11.7))
60
+ * Add full repo history to publish script checkout for changelog verification step [[#1930](https://github.com/DanielXMoore/Civet/pull/1930)]
61
+ * Build and test use sourcemaps and default to up to 4 threads [[#1931](https://github.com/DanielXMoore/Civet/pull/1931)]
62
+ * Increase CLI and unplugin test coverage [[#1921](https://github.com/DanielXMoore/Civet/pull/1921)]
63
+ * Fix ternary with trailing ? and indented values [[#1934](https://github.com/DanielXMoore/Civet/pull/1934)]
64
+ * Dev: Improve changelog handling of squash commits [[#1932](https://github.com/DanielXMoore/Civet/pull/1932)]
65
+ * Convert LSP source and build to use Civet [[#1935](https://github.com/DanielXMoore/Civet/pull/1935)]
66
+ * LSP E2E test coverage [[#1937](https://github.com/DanielXMoore/Civet/pull/1937)]
67
+ * LSP fixes for path casing (e.g. Windows) and ts documents [[#1939](https://github.com/DanielXMoore/Civet/pull/1939)]
68
+ * CI tests on Windows too [[#1940](https://github.com/DanielXMoore/Civet/pull/1940)]
69
+ * feat: object shorthand optional properties [[#1938](https://github.com/DanielXMoore/Civet/pull/1938)]
70
+ * Pin parameters `^name` gain `typeof` type inference [[#1942](https://github.com/DanielXMoore/Civet/pull/1942)]
71
+ * Rename LSP test script names [[#1941](https://github.com/DanielXMoore/Civet/pull/1941)]
72
+ * Allow trailing member access after pipeline expressions [[#1943](https://github.com/DanielXMoore/Civet/pull/1943)]
73
+ * Bump vite from 8.0.3 to 8.0.5 [[#1944](https://github.com/DanielXMoore/Civet/pull/1944)]
74
+ * Dev: Fix eslint typecheck [[#1947](https://github.com/DanielXMoore/Civet/pull/1947)]
75
+ * Dev: Update Next.js and Vite dependencies [[#1948](https://github.com/DanielXMoore/Civet/pull/1948)]
76
+ * Bump vite from 5.4.21 to 8.0.5 [[#1946](https://github.com/DanielXMoore/Civet/pull/1946)]
77
+ * eslint internal tweak to use new extension rewriting [[#1952](https://github.com/DanielXMoore/Civet/pull/1952)]
78
+ * Pin properties and pin patterns in arrays use `typeof` typing [[#1951](https://github.com/DanielXMoore/Civet/pull/1951)]
79
+ * Add esCompat flag with esArrowFunction option [[#1949](https://github.com/DanielXMoore/Civet/pull/1949)]
80
+ * Extract LSP server into standalone @danielx/civet-lsp-server package [[#1950](https://github.com/DanielXMoore/Civet/pull/1950)]
81
+ * `esCompat` turns off implicit returns, no longer affects `->` [[#1954](https://github.com/DanielXMoore/Civet/pull/1954)]
82
+ * Feature: Zed Extension [[#1953](https://github.com/DanielXMoore/Civet/pull/1953)]
83
+ * Fix civet-language-server package name, nvim tree-sitter config [[#1955](https://github.com/DanielXMoore/Civet/pull/1955)]
84
+ * LSP: Auto import when selecting completions [[#1956](https://github.com/DanielXMoore/Civet/pull/1956)]
85
+ * Add semantic token provider to Civet LSP [[#1881](https://github.com/DanielXMoore/Civet/pull/1881)]
86
+ * LSP test coverage [[#1957](https://github.com/DanielXMoore/Civet/pull/1957)]
87
+ * Code style and typing fixes [[#1958](https://github.com/DanielXMoore/Civet/pull/1958)]
88
+ * Dev: Unify compiler and LSP code coverage [[#1960](https://github.com/DanielXMoore/Civet/pull/1960)]
89
+
7
90
  ## 0.11.6 (2026-04-06, [diff](https://github.com/DanielXMoore/Civet/compare/v0.11.5...v0.11.6), [commits](https://github.com/DanielXMoore/Civet/commits/v0.11.6))
8
91
  * Allow class fields with the same name as modifiers [[#1861](https://github.com/DanielXMoore/Civet/pull/1861)]
9
92
  * Support TypeScript 6+ [[#1865](https://github.com/DanielXMoore/Civet/pull/1865)]
@@ -13,10 +96,45 @@ as well as a full diff and commit list.
13
96
  * Sourcemap sources should be relative to outdir [[#1872](https://github.com/DanielXMoore/Civet/pull/1872)]
14
97
  * Fix double-wrapping of assignment expressions inside explicit parentheses [[#1880](https://github.com/DanielXMoore/Civet/pull/1880)]
15
98
  * Rewrite .ts/.civet in dynamic imports with string literals [[#1877](https://github.com/DanielXMoore/Civet/pull/1877)]
99
+ * Fix one-line arrow dynamic import parsing [[#1884](https://github.com/DanielXMoore/Civet/pull/1884)]
100
+ * Fix parse error for trailing comments in JSX prop function bodies [[#1887](https://github.com/DanielXMoore/Civet/pull/1887)]
101
+ * Organize into pnpm workspaces [[#1886](https://github.com/DanielXMoore/Civet/pull/1886)]
102
+ * Fix semicolon-terminated single-line case clause [[#1889](https://github.com/DanielXMoore/Civet/pull/1889)]
103
+ * Speed up building and testing [[#1879](https://github.com/DanielXMoore/Civet/pull/1879)]
104
+ * Using Civet in parser.hera [[#1876](https://github.com/DanielXMoore/Civet/pull/1876)]
105
+ * Upgrade dev dependencies, resolving dependabot security alerts [[#1891](https://github.com/DanielXMoore/Civet/pull/1891)]
106
+ * Claude Code GitHub Workflow [[#1892](https://github.com/DanielXMoore/Civet/pull/1892)]
16
107
  * Claude Code config [[#1894](https://github.com/DanielXMoore/Civet/pull/1894)]
17
108
  * Claude Code debugging [[#1895](https://github.com/DanielXMoore/Civet/pull/1895)]
109
+ * pnpm overrides for lodash, esbuild, diff security vulnerabilities [[#1897](https://github.com/DanielXMoore/Civet/pull/1897)]
110
+ * Remove gulp pnpm-lock to unify it with the workspace [[#1898](https://github.com/DanielXMoore/Civet/pull/1898)]
111
+ * Update nocache rules to be in sync with grammar [[#1900](https://github.com/DanielXMoore/Civet/pull/1900)]
112
+ * First pass converting parser.hera to Civet code [[#1899](https://github.com/DanielXMoore/Civet/pull/1899)]
113
+ * Fix shorthand @ in destructuring assignments to use this.x directly [[#1901](https://github.com/DanielXMoore/Civet/pull/1901)]
114
+ * Fix implicit object with arrow function body parsed as typed const [[#1873](https://github.com/DanielXMoore/Civet/pull/1873)]
115
+ * test: only post coverage on pull_request to prevent double status [[#1907](https://github.com/DanielXMoore/Civet/pull/1907)]
116
+ * test: add main compiler API test coverage [[#1902](https://github.com/DanielXMoore/Civet/pull/1902)]
117
+ * test: add bundler adapter test coverage [[#1903](https://github.com/DanielXMoore/Civet/pull/1903)]
118
+ * test: add unplugin core module test coverage [[#1906](https://github.com/DanielXMoore/Civet/pull/1906)]
119
+ * test: add browser module test coverage [[#1904](https://github.com/DanielXMoore/Civet/pull/1904)]
120
+ * test: expand config loading test coverage [[#1909](https://github.com/DanielXMoore/Civet/pull/1909)]
121
+ * test: expand CLI argument parsing and output filename coverage [[#1908](https://github.com/DanielXMoore/Civet/pull/1908)]
122
+ * test: add worker-pool test coverage [[#1905](https://github.com/DanielXMoore/Civet/pull/1905)]
123
+ * test: expand esbuild plugin test coverage [[#1910](https://github.com/DanielXMoore/Civet/pull/1910)]
124
+ * test: add ts-diagnostic test coverage [[#1912](https://github.com/DanielXMoore/Civet/pull/1912)]
125
+ * test: add babel plugin test coverage [[#1911](https://github.com/DanielXMoore/Civet/pull/1911)]
18
126
  * Chain sourcemaps in Civet input [[#1896](https://github.com/DanielXMoore/Civet/pull/1896)]
127
+ * Remove test logging clutter [[#1914](https://github.com/DanielXMoore/Civet/pull/1914)]
128
+ * Cache Civet compiles to speed up CI [[#1913](https://github.com/DanielXMoore/Civet/pull/1913)]
129
+ * Fix doubled call to test [[#1918](https://github.com/DanielXMoore/Civet/pull/1918)]
130
+ * Condition gating coveralls isn't working as intended; double status is benign [[#1917](https://github.com/DanielXMoore/Civet/pull/1917)]
131
+ * OIDC publish from GitHub workflow [[#1916](https://github.com/DanielXMoore/Civet/pull/1916)]
132
+ * Infrastructure fixes: cross-env, package config [[#1915](https://github.com/DanielXMoore/Civet/pull/1915)]
133
+ * get max turns from organization variable [[#1920](https://github.com/DanielXMoore/Civet/pull/1920)]
134
+ * LSP tests working again [[#1923](https://github.com/DanielXMoore/Civet/pull/1923)]
135
+ * Fix compiler crash when assigning switch with declaration condition [[#1922](https://github.com/DanielXMoore/Civet/pull/1922)]
19
136
  * Fix CLI tests on Windows [[#1925](https://github.com/DanielXMoore/Civet/pull/1925)]
137
+ * Correct source filenames in esbuild diagnostic errors [[#1924](https://github.com/DanielXMoore/Civet/pull/1924)]
20
138
  * Use .cache/build when building [[#1927](https://github.com/DanielXMoore/Civet/pull/1927)]
21
139
  * Fix sourcemap composition by allowing inexact match [[#1926](https://github.com/DanielXMoore/Civet/pull/1926)]
22
140
  * Release scripts: CI changelog verification, pnpm release [[#1928](https://github.com/DanielXMoore/Civet/pull/1928)]
@@ -927,6 +1045,7 @@ as well as a full diff and commit list.
927
1045
  * Unify pattern matching and declaration conditions [[#717](https://github.com/DanielXMoore/Civet/pull/717)]
928
1046
 
929
1047
  ## 0.6.35 (2023-09-10, [diff](https://github.com/DanielXMoore/Civet/compare/v0.6.34...v0.6.35), [commits](https://github.com/DanielXMoore/Civet/commits/v0.6.35))
1048
+ * Updating civet dep to reap some perf improvement [[#712](https://github.com/DanielXMoore/Civet/pull/712)]
930
1049
  * Fix #629: Unary op with late assignment [[#716](https://github.com/DanielXMoore/Civet/pull/716)]
931
1050
  * Reference [[#685](https://github.com/DanielXMoore/Civet/pull/685)]
932
1051
  * get/set method shorthand [[#637](https://github.com/DanielXMoore/Civet/pull/637)]
@@ -934,6 +1053,7 @@ as well as a full diff and commit list.
934
1053
  * Fix #719: existential property glob and get/set shorthand with existential glob [[#720](https://github.com/DanielXMoore/Civet/pull/720)]
935
1054
 
936
1055
  ## 0.6.34 (2023-09-08, [diff](https://github.com/DanielXMoore/Civet/compare/v0.6.33...v0.6.34), [commits](https://github.com/DanielXMoore/Civet/commits/v0.6.34))
1056
+ * Allow more ergonomic require of cjs esbuild plugin [[#713](https://github.com/DanielXMoore/Civet/pull/713)]
937
1057
 
938
1058
  ## 0.6.33 (2023-09-08, [diff](https://github.com/DanielXMoore/Civet/compare/v0.6.32...v0.6.33), [commits](https://github.com/DanielXMoore/Civet/commits/v0.6.33))
939
1059
  * Underflowing arrays is a perf killer [[#711](https://github.com/DanielXMoore/Civet/pull/711)]
@@ -965,6 +1085,9 @@ as well as a full diff and commit list.
965
1085
  * `(&)` identity function shorthand [[#688](https://github.com/DanielXMoore/Civet/pull/688)]
966
1086
 
967
1087
  ## 0.6.27 (2023-08-31, [diff](https://github.com/DanielXMoore/Civet/compare/v0.6.26...v0.6.27), [commits](https://github.com/DanielXMoore/Civet/commits/v0.6.27))
1088
+ * Add Coveralls [[#658](https://github.com/DanielXMoore/Civet/pull/658)]
1089
+ * Update Hera [[#656](https://github.com/DanielXMoore/Civet/pull/656)]
1090
+ * ??? -> unknown [[#659](https://github.com/DanielXMoore/Civet/pull/659)]
968
1091
  * 🐈🐈🐈 [[#657](https://github.com/DanielXMoore/Civet/pull/657)]
969
1092
  * Added void to improve types and opt out of implicit returns [[#672](https://github.com/DanielXMoore/Civet/pull/672)]
970
1093
  * Add missing semicolon after one-line `if` branch [[#671](https://github.com/DanielXMoore/Civet/pull/671)]
@@ -977,12 +1100,16 @@ as well as a full diff and commit list.
977
1100
  * Fix #564 Implement basic const enums in --js mode [[#654](https://github.com/DanielXMoore/Civet/pull/654)]
978
1101
 
979
1102
  ## 0.6.25 (2023-08-25, [diff](https://github.com/DanielXMoore/Civet/compare/v0.6.24...v0.6.25), [commits](https://github.com/DanielXMoore/Civet/commits/v0.6.25))
1103
+ * Docs add vite-plugin-civetman to Integration [[#650](https://github.com/DanielXMoore/Civet/pull/650)]
1104
+ * basic babel plugin [[#550](https://github.com/DanielXMoore/Civet/pull/550)]
1105
+ * Fix #599 [[#648](https://github.com/DanielXMoore/Civet/pull/648)]
980
1106
  * Initial auto-const [[#649](https://github.com/DanielXMoore/Civet/pull/649)]
981
1107
  * Fix #639 hoistable thick pipe ref decs [[#651](https://github.com/DanielXMoore/Civet/pull/651)]
982
1108
  * Fix #640 implicit return of const function declarations [[#652](https://github.com/DanielXMoore/Civet/pull/652)]
983
1109
 
984
1110
  ## 0.6.24 (2023-08-22, [diff](https://github.com/DanielXMoore/Civet/compare/v0.6.23...v0.6.24), [commits](https://github.com/DanielXMoore/Civet/commits/v0.6.24))
985
1111
  * Updated the Bun-related how-to [[#646](https://github.com/DanielXMoore/Civet/pull/646)]
1112
+ * cache2: 2 cache 2 furious [[#645](https://github.com/DanielXMoore/Civet/pull/645)]
986
1113
 
987
1114
  ## 0.6.23 (2023-08-20, [diff](https://github.com/DanielXMoore/Civet/compare/v0.6.22...v0.6.23), [commits](https://github.com/DanielXMoore/Civet/commits/v0.6.23))
988
1115
  * Postfix expressions inside indented implicit object literals [[#630](https://github.com/DanielXMoore/Civet/pull/630)]
@@ -1002,6 +1129,8 @@ as well as a full diff and commit list.
1002
1129
 
1003
1130
  ## 0.6.20 (2023-08-07, [diff](https://github.com/DanielXMoore/Civet/compare/v0.6.19...v0.6.20), [commits](https://github.com/DanielXMoore/Civet/commits/v0.6.20))
1004
1131
  * Fix tuple-matching behavior [[#608](https://github.com/DanielXMoore/Civet/pull/608)]
1132
+ * Bump semver from 5.7.1 to 5.7.2 in /lsp [[#609](https://github.com/DanielXMoore/Civet/pull/609)]
1133
+ * Bump semver from 6.3.0 to 6.3.1 [[#610](https://github.com/DanielXMoore/Civet/pull/610)]
1005
1134
  * Forbid binary op after newline within SingleLineStatements (e.g. `then`) [[#612](https://github.com/DanielXMoore/Civet/pull/612)]
1006
1135
  * Remove forbidMultiLineImplicitObjectLiteral [[#613](https://github.com/DanielXMoore/Civet/pull/613)]
1007
1136
  * Revamp braced object literals [[#614](https://github.com/DanielXMoore/Civet/pull/614)]
@@ -1021,6 +1150,7 @@ as well as a full diff and commit list.
1021
1150
  * Possessive object access [[#603](https://github.com/DanielXMoore/Civet/pull/603)]
1022
1151
 
1023
1152
  ## 0.6.17 (2023-07-31, [diff](https://github.com/DanielXMoore/Civet/compare/v0.6.16...v0.6.17), [commits](https://github.com/DanielXMoore/Civet/commits/v0.6.17))
1153
+ * Fix #596. async function expression [[#597](https://github.com/DanielXMoore/Civet/pull/597)]
1024
1154
  * `switch` fixes [[#594](https://github.com/DanielXMoore/Civet/pull/594)]
1025
1155
  * Support indented RHS after binary op [[#600](https://github.com/DanielXMoore/Civet/pull/600)]
1026
1156
  * No implicit return from async function: Promise<void> [[#601](https://github.com/DanielXMoore/Civet/pull/601)]
@@ -1053,80 +1183,124 @@ as well as a full diff and commit list.
1053
1183
  * Support new arrow function types [[#569](https://github.com/DanielXMoore/Civet/pull/569)]
1054
1184
 
1055
1185
  ## 0.6.10 (2023-07-03, [diff](https://github.com/DanielXMoore/Civet/compare/v0.6.9...v0.6.10), [commits](https://github.com/DanielXMoore/Civet/commits/v0.6.10))
1186
+ * Added optional prefixed union syntax for TypeScript. Fixes #544 [[#556](https://github.com/DanielXMoore/Civet/pull/556)]
1056
1187
  * `not` support outside coffeeCompat mode [[#557](https://github.com/DanielXMoore/Civet/pull/557)]
1057
1188
  * Unicode operators ≤≥≠≢≡≣⩶⩵«»⋙‖⁇∈∉∋∌▷‥…≔→⇒ [[#558](https://github.com/DanielXMoore/Civet/pull/558)]
1058
1189
 
1059
1190
  ## 0.6.9 (2023-06-18, [diff](https://github.com/DanielXMoore/Civet/compare/v0.6.8...v0.6.9), [commits](https://github.com/DanielXMoore/Civet/commits/v0.6.9))
1191
+ * Implement config file [[#551](https://github.com/DanielXMoore/Civet/pull/551)]
1060
1192
 
1061
1193
  ## 0.6.8 (2023-06-10, [diff](https://github.com/DanielXMoore/Civet/compare/v0.6.7...v0.6.8), [commits](https://github.com/DanielXMoore/Civet/commits/v0.6.8))
1062
1194
  * Function implicit bodies [[#542](https://github.com/DanielXMoore/Civet/pull/542)]
1063
1195
  * Fix implicit calls with bind and decorators [[#545](https://github.com/DanielXMoore/Civet/pull/545)]
1064
1196
  * Fix readonly support in interfaces [[#546](https://github.com/DanielXMoore/Civet/pull/546)]
1197
+ * Bump vite from 4.0.4 to 4.3.9 [[#554](https://github.com/DanielXMoore/Civet/pull/554)]
1198
+ * Fixes #552. Don't hoist decs to bare blocks [[#553](https://github.com/DanielXMoore/Civet/pull/553)]
1065
1199
 
1066
1200
  ## 0.6.7 (2023-06-02, [diff](https://github.com/DanielXMoore/Civet/compare/v0.6.6...v0.6.7), [commits](https://github.com/DanielXMoore/Civet/commits/v0.6.7))
1201
+ * Allow for method and constructor overloading in classes. Fixes #538 [[#540](https://github.com/DanielXMoore/Civet/pull/540)]
1067
1202
 
1068
1203
  ## 0.6.6 (2023-05-31, [diff](https://github.com/DanielXMoore/Civet/compare/v0.6.5...v0.6.6), [commits](https://github.com/DanielXMoore/Civet/commits/v0.6.6))
1204
+ * Use refs for indexed object shorthand. Fixes #415 [[#537](https://github.com/DanielXMoore/Civet/pull/537)]
1069
1205
 
1070
1206
  ## 0.6.5 (2023-05-29, [diff](https://github.com/DanielXMoore/Civet/compare/v0.6.4...v0.6.5), [commits](https://github.com/DanielXMoore/Civet/commits/v0.6.5))
1207
+ * refs for object glob left hand side [[#535](https://github.com/DanielXMoore/Civet/pull/535)]
1071
1208
 
1072
1209
  ## 0.6.4 (2023-05-25, [diff](https://github.com/DanielXMoore/Civet/compare/v0.6.3...v0.6.4), [commits](https://github.com/DanielXMoore/Civet/commits/v0.6.4))
1210
+ * Moving functions from parser.hera into lib.js [[#531](https://github.com/DanielXMoore/Civet/pull/531)]
1211
+ * Add unary expression processing in ampersand blocks. Fixes #528 [[#532](https://github.com/DanielXMoore/Civet/pull/532)]
1073
1212
 
1074
1213
  ## 0.6.3 (2023-05-24, [diff](https://github.com/DanielXMoore/Civet/compare/v0.6.2...v0.6.3), [commits](https://github.com/DanielXMoore/Civet/commits/v0.6.3))
1075
1214
  * Small whitespace fix for trailing splat [[#524](https://github.com/DanielXMoore/Civet/pull/524)]
1215
+ * Fix a typo when loading `civetPlugin` [[#526](https://github.com/DanielXMoore/Civet/pull/526)]
1216
+ * post rest trailing commas and elisions. Fixes #525 [[#530](https://github.com/DanielXMoore/Civet/pull/530)]
1217
+ * ref decs for pattern matching. Fixes #523 [[#529](https://github.com/DanielXMoore/Civet/pull/529)]
1076
1218
 
1077
1219
  ## 0.6.2 (2023-05-13, [diff](https://github.com/DanielXMoore/Civet/compare/v0.6.1...v0.6.2), [commits](https://github.com/DanielXMoore/Civet/commits/v0.6.2))
1220
+ * handle non-binding multiple pattern alternatives [[#516](https://github.com/DanielXMoore/Civet/pull/516)]
1221
+ * Pattern matching gather duplicate bindings [[#517](https://github.com/DanielXMoore/Civet/pull/517)]
1222
+ * Pattern spread [[#518](https://github.com/DanielXMoore/Civet/pull/518)]
1078
1223
  * Support splats in type tuples [[#521](https://github.com/DanielXMoore/Civet/pull/521)]
1079
1224
 
1080
1225
  ## 0.6.1 (2023-05-02, [diff](https://github.com/DanielXMoore/Civet/compare/v0.6.0...v0.6.1), [commits](https://github.com/DanielXMoore/Civet/commits/v0.6.1))
1081
1226
 
1082
1227
  ## 0.6.0 (2023-05-02, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.94...v0.6.0), [commits](https://github.com/DanielXMoore/Civet/commits/v0.6.0))
1228
+ * more pattern matching [[#510](https://github.com/DanielXMoore/Civet/pull/510)]
1083
1229
 
1084
1230
  ## 0.5.94 (2023-04-15, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.93...v0.5.94), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.94))
1231
+ * Configurable and chainable civet esbuild plugin [[#448](https://github.com/DanielXMoore/Civet/pull/448)]
1232
+ * const type parameters. #456 [[#502](https://github.com/DanielXMoore/Civet/pull/502)]
1085
1233
  * x@y and @@x bind shorthand, plus JSX fixes [[#506](https://github.com/DanielXMoore/Civet/pull/506)]
1086
1234
  * JSX unbraced @ and @@ shorthand [[#507](https://github.com/DanielXMoore/Civet/pull/507)]
1087
1235
  * JSX braceless call/member/glob expressions [[#508](https://github.com/DanielXMoore/Civet/pull/508)]
1088
1236
 
1089
1237
  ## 0.5.93 (2023-04-01, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.92...v0.5.93), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.93))
1238
+ * Fixes #491 [[#494](https://github.com/DanielXMoore/Civet/pull/494)]
1239
+ * Fix #493 [[#496](https://github.com/DanielXMoore/Civet/pull/496)]
1240
+ * Fixes #488 [[#495](https://github.com/DanielXMoore/Civet/pull/495)]
1241
+ * source-map-support dependency [[#497](https://github.com/DanielXMoore/Civet/pull/497)]
1090
1242
  * Call splice method directly [[#499](https://github.com/DanielXMoore/Civet/pull/499)]
1091
1243
  * Fix sourcemap support from CLI [[#498](https://github.com/DanielXMoore/Civet/pull/498)]
1092
1244
  * Remove tsx after ESM transpilation [[#500](https://github.com/DanielXMoore/Civet/pull/500)]
1093
1245
  * Fix implicit async/* in functions with arguments [[#501](https://github.com/DanielXMoore/Civet/pull/501)]
1094
1246
 
1095
1247
  ## 0.5.92 (2023-03-30, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.91...v0.5.92), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.92))
1248
+ * fix #483 [[#484](https://github.com/DanielXMoore/Civet/pull/484)]
1096
1249
 
1097
1250
  ## 0.5.91 (2023-03-29, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.90...v0.5.91), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.91))
1098
1251
  * Indentation after await operator [[#475](https://github.com/DanielXMoore/Civet/pull/475)]
1099
1252
  * CLI can run ESM scripts via import [[#477](https://github.com/DanielXMoore/Civet/pull/477)]
1100
1253
  * Inline implicit object literals can't end with comma [[#479](https://github.com/DanielXMoore/Civet/pull/479)]
1254
+ * implicit JSX element [[#482](https://github.com/DanielXMoore/Civet/pull/482)]
1101
1255
 
1102
1256
  ## 0.5.90 (2023-03-23, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.89...v0.5.90), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.90))
1257
+ * Fixes #469 [[#470](https://github.com/DanielXMoore/Civet/pull/470)]
1258
+ * splices and this assignments in conditional bindings [[#471](https://github.com/DanielXMoore/Civet/pull/471)]
1259
+ * Fixes #293. Await ops [[#472](https://github.com/DanielXMoore/Civet/pull/472)]
1103
1260
 
1104
1261
  ## 0.5.89 (2023-03-20, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.88...v0.5.89), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.89))
1262
+ * Refactor block indentation [[#465](https://github.com/DanielXMoore/Civet/pull/465)]
1263
+ * Fix #452. Ampersand block trailing members [[#468](https://github.com/DanielXMoore/Civet/pull/468)]
1105
1264
 
1106
1265
  ## 0.5.88 (2023-03-19, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.87...v0.5.88), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.88))
1266
+ * Fixes #461 [[#463](https://github.com/DanielXMoore/Civet/pull/463)]
1267
+ * semi-colon suppresses result push [[#464](https://github.com/DanielXMoore/Civet/pull/464)]
1107
1268
 
1108
1269
  ## 0.5.87 (2023-03-16, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.86...v0.5.87), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.87))
1109
1270
  * Link to Civetman [[#450](https://github.com/DanielXMoore/Civet/pull/450)]
1271
+ * Declarations inside conditionals [[#451](https://github.com/DanielXMoore/Civet/pull/451)]
1110
1272
 
1111
1273
  ## 0.5.86 (2023-03-11, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.85...v0.5.86), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.86))
1274
+ * @ type parameter with other parameters [[#447](https://github.com/DanielXMoore/Civet/pull/447)]
1112
1275
 
1113
1276
  ## 0.5.85 (2023-03-10, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.84...v0.5.85), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.85))
1114
1277
  * For loop optimizations and generalizations [[#442](https://github.com/DanielXMoore/Civet/pull/442)]
1115
1278
  * Semicolon-separated statements in blocks [[#443](https://github.com/DanielXMoore/Civet/pull/443)]
1279
+ * TypeTemplateLiterals. Fixes #441 [[#445](https://github.com/DanielXMoore/Civet/pull/445)]
1116
1280
 
1117
1281
  ## 0.5.84 (2023-03-05, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.83...v0.5.84), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.84))
1282
+ * Fixes #436. Fixed regression in TrailingComment [[#437](https://github.com/DanielXMoore/Civet/pull/437)]
1118
1283
 
1119
1284
  ## 0.5.83 (2023-03-05, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.82...v0.5.83), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.83))
1120
1285
  * Fix regression in indented application from decorators change. Fixes #434 [[#435](https://github.com/DanielXMoore/Civet/pull/435)]
1121
1286
 
1122
1287
  ## 0.5.82 (2023-03-04, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.81...v0.5.82), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.82))
1288
+ * Implicit `async` and `*` for functions and methods [[#433](https://github.com/DanielXMoore/Civet/pull/433)]
1123
1289
 
1124
1290
  ## 0.5.81 (2023-03-04, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.80...v0.5.81), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.81))
1291
+ * Codeblocks!!!!! [[#428](https://github.com/DanielXMoore/Civet/pull/428)]
1292
+ * Replace TrailingComment* with _? except after statement delimiters. [[#430](https://github.com/DanielXMoore/Civet/pull/430)]
1293
+ * ♻️ change grammar.hera to parser.hera [[#432](https://github.com/DanielXMoore/Civet/pull/432)]
1294
+ * Ampersand pipes [[#431](https://github.com/DanielXMoore/Civet/pull/431)]
1125
1295
 
1126
1296
  ## 0.5.80 (2023-03-02, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.79...v0.5.80), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.80))
1127
1297
  * New top-level statement system [[#414](https://github.com/DanielXMoore/Civet/pull/414)]
1298
+ * Fixes #416: Fix handling of backslash escapes inside strings that convert to template strings [[#417](https://github.com/DanielXMoore/Civet/pull/417)]
1299
+ * Fixes #420 Decorate exported class [[#425](https://github.com/DanielXMoore/Civet/pull/425)]
1300
+ * Use a simple deep copy because structuredClone isn't available on node <17 [[#426](https://github.com/DanielXMoore/Civet/pull/426)]
1128
1301
 
1129
1302
  ## 0.5.79 (2023-02-24, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.78...v0.5.79), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.79))
1303
+ * Decorators with member and calls [[#413](https://github.com/DanielXMoore/Civet/pull/413)]
1130
1304
 
1131
1305
  ## 0.5.78 (2023-02-23, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.77...v0.5.78), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.78))
1132
1306
  * Call with unparenthesized iteration expression argument [[#411](https://github.com/DanielXMoore/Civet/pull/411)]
@@ -1134,7 +1308,9 @@ as well as a full diff and commit list.
1134
1308
  ## 0.5.77 (2023-02-23, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.76...v0.5.77), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.77))
1135
1309
  * async do, async for [[#402](https://github.com/DanielXMoore/Civet/pull/402)]
1136
1310
  * Improve ligature toggles [[#404](https://github.com/DanielXMoore/Civet/pull/404)]
1311
+ * Pipe ref [[#403](https://github.com/DanielXMoore/Civet/pull/403)]
1137
1312
  * Leave plain JSX strings alone, including newlines [[#408](https://github.com/DanielXMoore/Civet/pull/408)]
1313
+ * Pattern Matching [[#409](https://github.com/DanielXMoore/Civet/pull/409)]
1138
1314
  * enum support [[#410](https://github.com/DanielXMoore/Civet/pull/410)]
1139
1315
 
1140
1316
  ## 0.5.76 (2023-02-20, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.75...v0.5.76), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.76))
@@ -1142,19 +1318,33 @@ as well as a full diff and commit list.
1142
1318
 
1143
1319
  ## 0.5.75 (2023-02-20, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.74...v0.5.75), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.75))
1144
1320
  * Move Philosophy to civet.dev [[#394](https://github.com/DanielXMoore/Civet/pull/394)]
1321
+ * Parent pointer cleanup [[#395](https://github.com/DanielXMoore/Civet/pull/395)]
1145
1322
  * Prevent indented application in Coffee for loops [[#396](https://github.com/DanielXMoore/Civet/pull/396)]
1146
1323
  * Forbid indented application in first line of array literal [[#397](https://github.com/DanielXMoore/Civet/pull/397)]
1147
1324
  * Automatically await/async expressionized statements with await [[#399](https://github.com/DanielXMoore/Civet/pull/399)]
1148
1325
 
1149
1326
  ## 0.5.74 (2023-02-19, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.73...v0.5.74), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.74))
1327
+ * Aggregate duplicate pattern matching bindings [[#375](https://github.com/DanielXMoore/Civet/pull/375)]
1328
+ * duplicate bindings after rest work [[#377](https://github.com/DanielXMoore/Civet/pull/377)]
1150
1329
  * do expressions wrapping in iffe [[#376](https://github.com/DanielXMoore/Civet/pull/376)]
1330
+ * Fixes #383 [[#384](https://github.com/DanielXMoore/Civet/pull/384)]
1331
+ * Docs: Comparison to JavaScript/TypeScript [[#382](https://github.com/DanielXMoore/Civet/pull/382)]
1332
+ * Fixes #369 [[#385](https://github.com/DanielXMoore/Civet/pull/385)]
1151
1333
  * Write an intro to Civet for the front page [[#386](https://github.com/DanielXMoore/Civet/pull/386)]
1334
+ * #387. Improve thick pipe return; pipe after inline arrow expression [[#388](https://github.com/DanielXMoore/Civet/pull/388)]
1335
+ * Fixes #387 [[#389](https://github.com/DanielXMoore/Civet/pull/389)]
1336
+ * Ligatures font toggle [[#390](https://github.com/DanielXMoore/Civet/pull/390)]
1152
1337
  * Update Hero.vue [[#392](https://github.com/DanielXMoore/Civet/pull/392)]
1153
1338
  * TypeScript non-null declarations [[#393](https://github.com/DanielXMoore/Civet/pull/393)]
1154
1339
 
1155
1340
  ## 0.5.73 (2023-02-15, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.72...v0.5.73), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.73))
1341
+ * Namespace and declare support [[#374](https://github.com/DanielXMoore/Civet/pull/374)]
1156
1342
 
1157
1343
  ## 0.5.72 (2023-02-14, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.71...v0.5.72), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.72))
1344
+ * #346 Unwrap amp blocks [[#370](https://github.com/DanielXMoore/Civet/pull/370)]
1345
+ * implicit return and results aggregation in pattern matching [[#372](https://github.com/DanielXMoore/Civet/pull/372)]
1346
+ * pattern matching expression [[#373](https://github.com/DanielXMoore/Civet/pull/373)]
1347
+ * x[..] slice [[#371](https://github.com/DanielXMoore/Civet/pull/371)]
1158
1348
 
1159
1349
  ## 0.5.71 (2023-02-13, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.70...v0.5.71), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.71))
1160
1350
  * return.value and return = [[#364](https://github.com/DanielXMoore/Civet/pull/364)]
@@ -1163,12 +1353,14 @@ as well as a full diff and commit list.
1163
1353
 
1164
1354
  ## 0.5.70 (2023-02-12, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.69...v0.5.70), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.70))
1165
1355
  * Allow label argument in break and continue [[#363](https://github.com/DanielXMoore/Civet/pull/363)]
1356
+ * Fix multiple spread object regression [[#360](https://github.com/DanielXMoore/Civet/pull/360)]
1166
1357
 
1167
1358
  ## 0.5.69 (2023-02-11, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.68...v0.5.69), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.69))
1168
1359
  * Allow assignments and update operators within assignments and update operators ++/-- [[#353](https://github.com/DanielXMoore/Civet/pull/353)]
1169
1360
  * Support for labeling statements [[#354](https://github.com/DanielXMoore/Civet/pull/354)]
1170
1361
  * Cleanup flag stacks, re-allow stuff inside parens/brackets/braces [[#356](https://github.com/DanielXMoore/Civet/pull/356)]
1171
1362
  * Prevent `case:` from implicit object literal [[#357](https://github.com/DanielXMoore/Civet/pull/357)]
1363
+ * Allow newline before type inside parens [[#358](https://github.com/DanielXMoore/Civet/pull/358)]
1172
1364
 
1173
1365
  ## 0.5.68 (2023-02-09, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.67...v0.5.68), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.68))
1174
1366
  * Inner assignments within assignment chains [[#348](https://github.com/DanielXMoore/Civet/pull/348)]
@@ -1181,32 +1373,52 @@ as well as a full diff and commit list.
1181
1373
  * Support hex and other numbers in ranges [[#345](https://github.com/DanielXMoore/Civet/pull/345)]
1182
1374
 
1183
1375
  ## 0.5.66 (2023-02-07, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.65...v0.5.66), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.66))
1376
+ * Thicc pipe [[#318](https://github.com/DanielXMoore/Civet/pull/318)]
1184
1377
  * xor/^^ and xnor/!^ operators [[#340](https://github.com/DanielXMoore/Civet/pull/340)]
1185
1378
 
1186
1379
  ## 0.5.65 (2023-02-06, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.64...v0.5.65), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.65))
1380
+ * Fix #337. Correct RegExp character classes. [[#338](https://github.com/DanielXMoore/Civet/pull/338)]
1187
1381
 
1188
1382
  ## 0.5.64 (2023-02-05, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.63...v0.5.64), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.64))
1383
+ * Optional dot for object glob [[#331](https://github.com/DanielXMoore/Civet/pull/331)]
1384
+ * Make ampersand optional for some common blocks [[#330](https://github.com/DanielXMoore/Civet/pull/330)]
1189
1385
  * Object globs, v2 [[#333](https://github.com/DanielXMoore/Civet/pull/333)]
1190
1386
  * Fix #332 [[#334](https://github.com/DanielXMoore/Civet/pull/334)]
1191
1387
 
1192
1388
  ## 0.5.63 (2023-02-04, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.62...v0.5.63), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.63))
1193
1389
  * Improve super property support [[#326](https://github.com/DanielXMoore/Civet/pull/326)]
1390
+ * Object glob patterns obj.{a,b} [[#327](https://github.com/DanielXMoore/Civet/pull/327)]
1391
+ * fix crash on empty [] pattern [[#328](https://github.com/DanielXMoore/Civet/pull/328)]
1194
1392
 
1195
1393
  ## 0.5.62 (2023-02-02, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.61...v0.5.62), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.62))
1196
1394
  * Tagged string literals become tagged template literals [[#322](https://github.com/DanielXMoore/Civet/pull/322)]
1395
+ * Improve LSP queuing behavior [[#321](https://github.com/DanielXMoore/Civet/pull/321)]
1197
1396
  * Function fixes [[#323](https://github.com/DanielXMoore/Civet/pull/323)]
1198
1397
  * typeof shorthand [[#325](https://github.com/DanielXMoore/Civet/pull/325)]
1199
1398
 
1200
1399
  ## 0.5.61 (2023-02-01, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.60...v0.5.61), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.61))
1400
+ * Fixes #309 by being stricter about snug vs spaced binary ops [[#314](https://github.com/DanielXMoore/Civet/pull/314)]
1401
+ * Fix #310: Allow empty catch block; catch then; catch/finally cleanup [[#316](https://github.com/DanielXMoore/Civet/pull/316)]
1402
+ * Fix #305: Allow thin arrow in types [[#317](https://github.com/DanielXMoore/Civet/pull/317)]
1201
1403
 
1202
1404
  ## 0.5.60 (2023-02-01, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.59...v0.5.60), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.60))
1203
1405
  * operator= assignment [[#301](https://github.com/DanielXMoore/Civet/pull/301)]
1406
+ * Added a sponsorship segment to the readme [[#302](https://github.com/DanielXMoore/Civet/pull/302)]
1407
+ * buffering change events to prevent stacking transpilations [[#304](https://github.com/DanielXMoore/Civet/pull/304)]
1408
+ * Fix #306: don't rewrite .ts imports in deno [[#307](https://github.com/DanielXMoore/Civet/pull/307)]
1204
1409
 
1205
1410
  ## 0.5.59 (2023-01-28, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.58...v0.5.59), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.59))
1206
1411
 
1207
1412
  ## 0.5.58 (2023-01-28, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.57...v0.5.58), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.58))
1208
1413
 
1209
1414
  ## 0.5.57 (2023-01-27, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.56...v0.5.57), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.57))
1415
+ * Escape `*/` in `###...###`, document `###` and `coffeeBoolean` [[#288](https://github.com/DanielXMoore/Civet/pull/288)]
1416
+ * Refactor StringLiteral vs. TemplateLiteral [[#294](https://github.com/DanielXMoore/Civet/pull/294)]
1417
+ * wip: pattern matching rules [[#239](https://github.com/DanielXMoore/Civet/pull/239)]
1418
+ * Identifier operators [[#295](https://github.com/DanielXMoore/Civet/pull/295)]
1419
+ * wip object pattern matching [[#296](https://github.com/DanielXMoore/Civet/pull/296)]
1420
+ * pushing flagging props to the limit [[#297](https://github.com/DanielXMoore/Civet/pull/297)]
1421
+ * `not op` for custom infix operator `op` [[#298](https://github.com/DanielXMoore/Civet/pull/298)]
1210
1422
 
1211
1423
  ## 0.5.56 (2023-01-24, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.55...v0.5.56), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.56))
1212
1424
  * `{x[y]}` shorthand for `{[y]: x[y]}` [[#284](https://github.com/DanielXMoore/Civet/pull/284)]
@@ -1214,9 +1426,11 @@ as well as a full diff and commit list.
1214
1426
  * `not instanceof`, `!<?`, reserve `not` [[#286](https://github.com/DanielXMoore/Civet/pull/286)]
1215
1427
 
1216
1428
  ## 0.5.55 (2023-01-24, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.54...v0.5.55), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.55))
1429
+ * move beyond tc39 to home page, slight reorder [[#282](https://github.com/DanielXMoore/Civet/pull/282)]
1217
1430
  * Integer property access [[#283](https://github.com/DanielXMoore/Civet/pull/283)]
1218
1431
 
1219
1432
  ## 0.5.54 (2023-01-23, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.53...v0.5.54), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.54))
1433
+ * Move autolet to nearest statement [[#229](https://github.com/DanielXMoore/Civet/pull/229)]
1220
1434
 
1221
1435
  ## 0.5.53 (2023-01-23, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.52...v0.5.53), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.53))
1222
1436
  * Fix Init being called too late [[#280](https://github.com/DanielXMoore/Civet/pull/280)]
@@ -1229,19 +1443,33 @@ as well as a full diff and commit list.
1229
1443
  * Insert semicolons between lines that JS would combine [[#277](https://github.com/DanielXMoore/Civet/pull/277)]
1230
1444
 
1231
1445
  ## 0.5.51 (2023-01-22, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.50...v0.5.51), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.51))
1446
+ * Add simple export tests for require/import of package [[#263](https://github.com/DanielXMoore/Civet/pull/263)]
1447
+ * Change `is` operator to `Object.is` call [[#262](https://github.com/DanielXMoore/Civet/pull/262)]
1448
+ * Interface fixes [[#274](https://github.com/DanielXMoore/Civet/pull/274)]
1232
1449
 
1233
1450
  ## 0.5.50 (2023-01-21, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.49...v0.5.50), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.50))
1451
+ * Change `is in` operator to use `includes` method [[#261](https://github.com/DanielXMoore/Civet/pull/261)]
1452
+ * Braceless type = and implicit inline braceless types [[#264](https://github.com/DanielXMoore/Civet/pull/264)]
1234
1453
 
1235
1454
  ## 0.5.49 (2023-01-20, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.48...v0.5.49), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.49))
1236
1455
  * Contributing document for getting started with Civet [[#255](https://github.com/DanielXMoore/Civet/pull/255)]
1456
+ * Fixes #256. Add readonly to AccessModifier [[#258](https://github.com/DanielXMoore/Civet/pull/258)]
1457
+ * #156. Improve TS declare lexical bindings [[#259](https://github.com/DanielXMoore/Civet/pull/259)]
1237
1458
 
1238
1459
  ## 0.5.48 (2023-01-18, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.47...v0.5.48), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.48))
1460
+ * Fixes #251 [[#253](https://github.com/DanielXMoore/Civet/pull/253)]
1239
1461
 
1240
1462
  ## 0.5.47 (2023-01-17, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.46...v0.5.47), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.47))
1463
+ * Bun civet [[#252](https://github.com/DanielXMoore/Civet/pull/252)]
1241
1464
 
1242
1465
  ## 0.5.46 (2023-01-17, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.45...v0.5.46), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.46))
1466
+ * Fixes #247 [[#249](https://github.com/DanielXMoore/Civet/pull/249)]
1243
1467
 
1244
1468
  ## 0.5.45 (2023-01-17, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.44...v0.5.45), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.45))
1469
+ * Wrap object expressions with parentheses at statement level [[#241](https://github.com/DanielXMoore/Civet/pull/241)]
1470
+ * `type ... from ...` import shorthand [[#244](https://github.com/DanielXMoore/Civet/pull/244)]
1471
+ * Import assertions [[#245](https://github.com/DanielXMoore/Civet/pull/245)]
1472
+ * Re-order docs to ease people into the Civet mindset [[#246](https://github.com/DanielXMoore/Civet/pull/246)]
1245
1473
 
1246
1474
  ## 0.5.44 (2023-01-16, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.43...v0.5.44), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.44))
1247
1475
 
@@ -1252,92 +1480,193 @@ as well as a full diff and commit list.
1252
1480
  ## 0.5.41 (2023-01-14, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.40...v0.5.41), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.41))
1253
1481
 
1254
1482
  ## 0.5.40 (2023-01-14, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.39...v0.5.40), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.40))
1483
+ * Fixes: #233. Dedented commas should not delimit [[#234](https://github.com/DanielXMoore/Civet/pull/234)]
1255
1484
  * New fast JSX parser [[#235](https://github.com/DanielXMoore/Civet/pull/235)]
1485
+ * Fixes #228. `this` type in function parameters. [[#236](https://github.com/DanielXMoore/Civet/pull/236)]
1256
1486
 
1257
1487
  ## 0.5.39 (2023-01-13, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.38...v0.5.39), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.39))
1258
1488
  * Fix CLI behavior especially on Unix [[#232](https://github.com/DanielXMoore/Civet/pull/232)]
1489
+ * Fixes #197 [[#231](https://github.com/DanielXMoore/Civet/pull/231)]
1259
1490
 
1260
1491
  ## 0.5.38 (2023-01-12, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.37...v0.5.38), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.38))
1492
+ * Fixes #220. We weren't popping scope stack at the end of the function :fearful: [[#223](https://github.com/DanielXMoore/Civet/pull/223)]
1493
+ * Fixes #221 [[#224](https://github.com/DanielXMoore/Civet/pull/224)]
1494
+ * Fixes #218. Optional type void => shorthand [[#225](https://github.com/DanielXMoore/Civet/pull/225)]
1495
+ * Fixes #160 [[#226](https://github.com/DanielXMoore/Civet/pull/226)]
1261
1496
 
1262
1497
  ## 0.5.37 (2023-01-12, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.36...v0.5.37), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.37))
1498
+ * Fixes #209 by not allowing whitespace before TypeArguments [[#210](https://github.com/DanielXMoore/Civet/pull/210)]
1499
+ * `return` from expressionized blocks [[#211](https://github.com/DanielXMoore/Civet/pull/211)]
1500
+ * Support TypeScript `interface extends` [[#219](https://github.com/DanielXMoore/Civet/pull/219)]
1263
1501
 
1264
1502
  ## 0.5.36 (2023-01-11, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.35...v0.5.36), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.36))
1265
1503
  * Gulp plugin [[#206](https://github.com/DanielXMoore/Civet/pull/206)]
1504
+ * Docs: fix URI to base64 translation [[#208](https://github.com/DanielXMoore/Civet/pull/208)]
1505
+ * Fixes #205 [[#207](https://github.com/DanielXMoore/Civet/pull/207)]
1266
1506
 
1267
1507
  ## 0.5.35 (2023-01-11, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.34...v0.5.35), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.35))
1508
+ * Docs: Add playground page [[#198](https://github.com/DanielXMoore/Civet/pull/198)]
1509
+ * Docs: Fix playground [[#199](https://github.com/DanielXMoore/Civet/pull/199)]
1510
+ * Docs: fix playground object outputting [[#200](https://github.com/DanielXMoore/Civet/pull/200)]
1511
+ * Fix identifier used only in coffee for loop [[#201](https://github.com/DanielXMoore/Civet/pull/201)]
1512
+ * Fix register and other integration docs [[#204](https://github.com/DanielXMoore/Civet/pull/204)]
1268
1513
 
1269
1514
  ## 0.5.34 (2023-01-10, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.33...v0.5.34), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.34))
1515
+ * Add type guard function for compile errors [[#183](https://github.com/DanielXMoore/Civet/pull/183)]
1516
+ * Docs: Enhance playground error handling [[#185](https://github.com/DanielXMoore/Civet/pull/185)]
1517
+ * Moved :: behind coffeePrototype config flag [[#188](https://github.com/DanielXMoore/Civet/pull/188)]
1518
+ * Confirm that docs build in CI for PRs [[#189](https://github.com/DanielXMoore/Civet/pull/189)]
1519
+ * Moved CoffeeScript focus into separate document [[#191](https://github.com/DanielXMoore/Civet/pull/191)]
1520
+ * Fixes #192 [[#195](https://github.com/DanielXMoore/Civet/pull/195)]
1521
+ * #175 Added preliminary ':' -> 'as' improvement [[#186](https://github.com/DanielXMoore/Civet/pull/186)]
1522
+ * Fixes #194 [[#196](https://github.com/DanielXMoore/Civet/pull/196)]
1270
1523
 
1271
1524
  ## 0.5.33 (2023-01-10, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.32...v0.5.33), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.33))
1272
1525
  * Synonyous -> synonymous [[#180](https://github.com/DanielXMoore/Civet/pull/180)]
1526
+ * Docs: add interactive snippets [[#172](https://github.com/DanielXMoore/Civet/pull/172)]
1527
+ * Docs: fix playground server side rendering [[#181](https://github.com/DanielXMoore/Civet/pull/181)]
1528
+ * Docs: Fix mobile playground [[#182](https://github.com/DanielXMoore/Civet/pull/182)]
1529
+ * + extra pipeline example [[#184](https://github.com/DanielXMoore/Civet/pull/184)]
1273
1530
 
1274
1531
  ## 0.5.32 (2023-01-09, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.31...v0.5.32), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.32))
1275
1532
 
1276
1533
  ## 0.5.31 (2023-01-09, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.30...v0.5.31), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.31))
1534
+ * Try expression [[#173](https://github.com/DanielXMoore/Civet/pull/173)]
1535
+ * Fixes #51 [[#178](https://github.com/DanielXMoore/Civet/pull/178)]
1277
1536
 
1278
1537
  ## 0.5.30 (2023-01-08, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.29...v0.5.30), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.30))
1279
1538
 
1280
1539
  ## 0.5.29 (2023-01-08, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.28...v0.5.29), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.29))
1540
+ * Fix inline ifs [[#171](https://github.com/DanielXMoore/Civet/pull/171)]
1281
1541
 
1282
1542
  ## 0.5.28 (2023-01-08, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.27...v0.5.28), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.28))
1543
+ * Function declarations without parentheses [[#159](https://github.com/DanielXMoore/Civet/pull/159)]
1283
1544
  * Create directory in `-o` option if it doesn't exist [[#164](https://github.com/DanielXMoore/Civet/pull/164)]
1545
+ * Fix array parsing bug [[#168](https://github.com/DanielXMoore/Civet/pull/168)]
1284
1546
 
1285
1547
  ## 0.5.27 (2023-01-07, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.26...v0.5.27), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.27))
1548
+ * Support initializers in type parameters [[#149](https://github.com/DanielXMoore/Civet/pull/149)]
1549
+ * Support `import`/`export` `type`/`{type}` [[#151](https://github.com/DanielXMoore/Civet/pull/151)]
1550
+ * Compilation and AST modes for REPL [[#148](https://github.com/DanielXMoore/Civet/pull/148)]
1551
+ * Improve extends '<' shorthand [[#152](https://github.com/DanielXMoore/Civet/pull/152)]
1552
+ * `yarn build` before building docs locally [[#153](https://github.com/DanielXMoore/Civet/pull/153)]
1286
1553
 
1287
1554
  ## 0.5.26 (2023-01-06, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.25...v0.5.26), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.26))
1288
1555
  * New Playground tag in docs [[#125](https://github.com/DanielXMoore/Civet/pull/125)]
1556
+ * JSX +- toggles like LiveScript object literals [[#135](https://github.com/DanielXMoore/Civet/pull/135)]
1557
+ * Expanded LiveScript toggles to include ! and added ! to JSX attribute toggle shorthand [[#136](https://github.com/DanielXMoore/Civet/pull/136)]
1289
1558
  * Docs: fix code examples rendering [[#140](https://github.com/DanielXMoore/Civet/pull/140)]
1559
+ * Docs: add sponsors [[#141](https://github.com/DanielXMoore/Civet/pull/141)]
1560
+ * JSX implicit fragments [[#139](https://github.com/DanielXMoore/Civet/pull/139)]
1290
1561
 
1291
1562
  ## 0.5.25 (2023-01-06, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.24...v0.5.25), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.25))
1563
+ * Avoid object literal calls with class extends [[#131](https://github.com/DanielXMoore/Civet/pull/131)]
1292
1564
  * Fix for nested JSX if else expressions [[#133](https://github.com/DanielXMoore/Civet/pull/133)]
1565
+ * ESM build and refactoring [[#134](https://github.com/DanielXMoore/Civet/pull/134)]
1293
1566
 
1294
1567
  ## 0.5.24 (2023-01-06, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.23...v0.5.24), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.24))
1568
+ * Document void return to avoid implicit return [[#123](https://github.com/DanielXMoore/Civet/pull/123)]
1569
+ * Add missing NonIdContinue after keywords [[#130](https://github.com/DanielXMoore/Civet/pull/130)]
1570
+ * New operators: is not, is in, is not in, not in [[#124](https://github.com/DanielXMoore/Civet/pull/124)]
1571
+ * Positive modulo operator %% [[#132](https://github.com/DanielXMoore/Civet/pull/132)]
1295
1572
 
1296
1573
  ## 0.5.23 (2023-01-05, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.22...v0.5.23), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.23))
1574
+ * Several more examples for docs [[#119](https://github.com/DanielXMoore/Civet/pull/119)]
1575
+ * Document how to import and that TS code is valid input [[#121](https://github.com/DanielXMoore/Civet/pull/121)]
1576
+ * CLI support for running script with arguments [[#122](https://github.com/DanielXMoore/Civet/pull/122)]
1297
1577
 
1298
1578
  ## 0.5.22 (2023-01-05, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.21...v0.5.22), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.22))
1579
+ * Update docs [[#115](https://github.com/DanielXMoore/Civet/pull/115)]
1580
+ * Improve CLI documentation [[#116](https://github.com/DanielXMoore/Civet/pull/116)]
1581
+ * Register fixes [[#117](https://github.com/DanielXMoore/Civet/pull/117)]
1299
1582
 
1300
1583
  ## 0.5.21 (2023-01-04, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.20...v0.5.21), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.21))
1584
+ * Add docs [[#110](https://github.com/DanielXMoore/Civet/pull/110)]
1585
+ * Document implicit return features [[#111](https://github.com/DanielXMoore/Civet/pull/111)]
1586
+ * Docs update [[#112](https://github.com/DanielXMoore/Civet/pull/112)]
1587
+ * Auto let Fix [[#105](https://github.com/DanielXMoore/Civet/pull/105)]
1301
1588
 
1302
1589
  ## 0.5.20 (2023-01-03, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.19...v0.5.20), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.20))
1590
+ * Document let shorthand [[#107](https://github.com/DanielXMoore/Civet/pull/107)]
1591
+ * Support `|> return` and document pipes [[#106](https://github.com/DanielXMoore/Civet/pull/106)]
1592
+ * Class shorthand optimizations [[#108](https://github.com/DanielXMoore/Civet/pull/108)]
1593
+ * Avoid implicit return via trailing semicolon [[#109](https://github.com/DanielXMoore/Civet/pull/109)]
1303
1594
 
1304
1595
  ## 0.5.19 (2022-12-31, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.18...v0.5.19), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.19))
1596
+ * Insert Final Newline setting for VSCode [[#101](https://github.com/DanielXMoore/Civet/pull/101)]
1597
+ * XML comment support within JSX [[#102](https://github.com/DanielXMoore/Civet/pull/102)]
1305
1598
 
1306
1599
  ## 0.5.18 (2022-12-30, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.16...v0.5.18), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.18))
1600
+ * Fix CLI behavior on Windows [[#96](https://github.com/DanielXMoore/Civet/pull/96)]
1601
+ * Filter combined JSX classes [[#100](https://github.com/DanielXMoore/Civet/pull/100)]
1602
+ * New CLI including REPL [[#99](https://github.com/DanielXMoore/Civet/pull/99)]
1307
1603
 
1308
1604
  ## 0.5.16 (2022-12-29, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.15...v0.5.16), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.16))
1605
+ * JSX #id and .class shorthands [[#95](https://github.com/DanielXMoore/Civet/pull/95)]
1309
1606
 
1310
1607
  ## 0.5.15 (2022-12-29, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.14...v0.5.15), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.15))
1608
+ * Use Set to represent uncacheable rules [[#90](https://github.com/DanielXMoore/Civet/pull/90)]
1609
+ * Fix indentation JSX within attributes [[#92](https://github.com/DanielXMoore/Civet/pull/92)]
1610
+ * Better support for multi-tsconfig projects [[#91](https://github.com/DanielXMoore/Civet/pull/91)]
1611
+ * Bump json5 from 2.2.1 to 2.2.2 in /lsp [[#93](https://github.com/DanielXMoore/Civet/pull/93)]
1612
+ * Bump json5 from 2.2.1 to 2.2.2 [[#94](https://github.com/DanielXMoore/Civet/pull/94)]
1311
1613
 
1312
1614
  ## 0.5.14 (2022-12-29, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.13...v0.5.14), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.14))
1615
+ * JSX arrow functions don't need braces [[#89](https://github.com/DanielXMoore/Civet/pull/89)]
1313
1616
 
1314
1617
  ## 0.5.13 (2022-12-29, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.12...v0.5.13), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.13))
1618
+ * Don't deploy civet.dev website from forks [[#87](https://github.com/DanielXMoore/Civet/pull/87)]
1315
1619
 
1316
1620
  ## 0.5.12 (2022-12-26, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.11...v0.5.12), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.12))
1621
+ * Fix function application with implicit object [[#84](https://github.com/DanielXMoore/Civet/pull/84)]
1622
+ * Implicit dynamic import() [[#86](https://github.com/DanielXMoore/Civet/pull/86)]
1317
1623
 
1318
1624
  ## 0.5.11 (2022-12-25, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.10...v0.5.11), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.11))
1625
+ * Class enhancements: Support abstract & readonly [[#82](https://github.com/DanielXMoore/Civet/pull/82)]
1626
+ * Add support for |> pipelines [[#83](https://github.com/DanielXMoore/Civet/pull/83)]
1319
1627
 
1320
1628
  ## 0.5.10 (2022-12-23, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.9...v0.5.10), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.10))
1321
1629
 
1322
1630
  ## 0.5.9 (2022-12-23, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.8...v0.5.9), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.9))
1631
+ * Support access modifiers (public/protected/private) [[#80](https://github.com/DanielXMoore/Civet/pull/80)]
1323
1632
 
1324
1633
  ## 0.5.8 (2022-12-22, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.7...v0.5.8), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.8))
1634
+ * Link to GitHub repo from civet.dev [[#78](https://github.com/DanielXMoore/Civet/pull/78)]
1325
1635
 
1326
1636
  ## 0.5.7 (2022-12-20, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.6...v0.5.7), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.7))
1327
1637
 
1328
1638
  ## 0.5.6 (2022-12-20, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.5...v0.5.6), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.6))
1639
+ * Link to starter templates for Solid [Start] [[#69](https://github.com/DanielXMoore/Civet/pull/69)]
1640
+ * Clarify that comma operator works in `for` [[#70](https://github.com/DanielXMoore/Civet/pull/70)]
1641
+ * Link to Vite, esbuild, ESM plugins [[#71](https://github.com/DanielXMoore/Civet/pull/71)]
1642
+ * Super property access [[#73](https://github.com/DanielXMoore/Civet/pull/73)]
1643
+ * Fix autoLet will redeclare the variable explicit declared [[#74](https://github.com/DanielXMoore/Civet/pull/74)]
1644
+ * Allow type annotation in catch clause [[#76](https://github.com/DanielXMoore/Civet/pull/76)]
1645
+ * Allow decorators on static methods/fields and properties [[#77](https://github.com/DanielXMoore/Civet/pull/77)]
1329
1646
 
1330
1647
  ## 0.5.5 (2022-12-18, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.4...v0.5.5), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.5))
1648
+ * Typed JSX elements/fragments for Solid [[#68](https://github.com/DanielXMoore/Civet/pull/68)]
1331
1649
 
1332
1650
  ## 0.5.4 (2022-12-18, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.3...v0.5.4), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.4))
1651
+ * Fix multi-line JSX fragments [[#67](https://github.com/DanielXMoore/Civet/pull/67)]
1333
1652
 
1334
1653
  ## 0.5.3 (2022-12-17, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.2...v0.5.3), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.3))
1654
+ * Refactor ref making [[#63](https://github.com/DanielXMoore/Civet/pull/63)]
1655
+ * Fix singleton TypeParameters compatibility with TSX [[#65](https://github.com/DanielXMoore/Civet/pull/65)]
1656
+ * Support type parameters in JSX tag names [[#66](https://github.com/DanielXMoore/Civet/pull/66)]
1335
1657
 
1336
1658
  ## 0.5.2 (2022-12-17, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.1...v0.5.2), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.2))
1659
+ * JSX `...foo` shorthand for `{...foo}` [[#62](https://github.com/DanielXMoore/Civet/pull/62)]
1337
1660
 
1338
1661
  ## 0.5.1 (2022-12-16, [diff](https://github.com/DanielXMoore/Civet/compare/v0.5.0...v0.5.1), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.1))
1662
+ * support typescript `satisfies` [[#56](https://github.com/DanielXMoore/Civet/pull/56)]
1663
+ * Default to tsx extension for transpiled files [[#57](https://github.com/DanielXMoore/Civet/pull/57)]
1339
1664
 
1340
1665
  ## 0.5.0 (2022-12-14, [diff](https://github.com/DanielXMoore/Civet/compare/v0.4.38...v0.5.0), [commits](https://github.com/DanielXMoore/Civet/commits/v0.5.0))
1666
+ * README cleanup [[#44](https://github.com/DanielXMoore/Civet/pull/44)]
1667
+ * Support whitespace-free JSX attributes [[#45](https://github.com/DanielXMoore/Civet/pull/45)]
1668
+ * Omit type parameters in js output [[#41](https://github.com/DanielXMoore/Civet/pull/41)]
1669
+ * Add autolet [[#43](https://github.com/DanielXMoore/Civet/pull/43)]
1341
1670
 
1342
1671
  ## 0.4.38 (2022-12-13, [diff](https://github.com/DanielXMoore/Civet/compare/v0.4.37...v0.4.38), [commits](https://github.com/DanielXMoore/Civet/commits/v0.4.38))
1343
1672
 
@@ -1346,16 +1675,26 @@ as well as a full diff and commit list.
1346
1675
  ## 0.4.36 (2022-12-13, [diff](https://github.com/DanielXMoore/Civet/compare/v0.4.35...v0.4.36), [commits](https://github.com/DanielXMoore/Civet/commits/v0.4.36))
1347
1676
 
1348
1677
  ## 0.4.35 (2022-12-12, [diff](https://github.com/DanielXMoore/Civet/compare/v0.4.34...v0.4.35), [commits](https://github.com/DanielXMoore/Civet/commits/v0.4.35))
1678
+ * Document JSX object literal enhancement [[#36](https://github.com/DanielXMoore/Civet/pull/36)]
1679
+ * Support content on same line as <> [[#37](https://github.com/DanielXMoore/Civet/pull/37)]
1680
+ * Support for many unbraced JSX attribute values [[#38](https://github.com/DanielXMoore/Civet/pull/38)]
1681
+ * Support computed JSX attribute names [[#39](https://github.com/DanielXMoore/Civet/pull/39)]
1349
1682
 
1350
1683
  ## 0.4.34 (2022-12-12, [diff](https://github.com/DanielXMoore/Civet/compare/v0.4.33...v0.4.34), [commits](https://github.com/DanielXMoore/Civet/commits/v0.4.34))
1684
+ * Support type args in classes [[#34](https://github.com/DanielXMoore/Civet/pull/34)]
1351
1685
 
1352
1686
  ## 0.4.33 (2022-12-11, [diff](https://github.com/DanielXMoore/Civet/compare/v0.4.32...v0.4.33), [commits](https://github.com/DanielXMoore/Civet/commits/v0.4.33))
1353
1687
 
1354
1688
  ## 0.4.32 (2022-12-11, [diff](https://github.com/DanielXMoore/Civet/compare/v0.4.31...v0.4.32), [commits](https://github.com/DanielXMoore/Civet/commits/v0.4.32))
1355
1689
 
1356
1690
  ## 0.4.31 (2022-12-11, [diff](https://github.com/DanielXMoore/Civet/compare/v0.4.28...v0.4.31), [commits](https://github.com/DanielXMoore/Civet/commits/v0.4.31))
1691
+ * LSP: Update other documents asynchronously when content gets updated [[#29](https://github.com/DanielXMoore/Civet/pull/29)]
1692
+ * JSX object shorthand [[#32](https://github.com/DanielXMoore/Civet/pull/32)]
1693
+ * Indentation in middle of arrays [[#33](https://github.com/DanielXMoore/Civet/pull/33)]
1357
1694
 
1358
1695
  ## 0.4.28 (2022-12-10, [diff](https://github.com/DanielXMoore/Civet/compare/v0.4.27...v0.4.28), [commits](https://github.com/DanielXMoore/Civet/commits/v0.4.28))
1696
+ * Add Discord link and NPM badges [[#28](https://github.com/DanielXMoore/Civet/pull/28)]
1697
+ * Indentation-based JSX [[#25](https://github.com/DanielXMoore/Civet/pull/25)]
1359
1698
 
1360
1699
  ## 0.4.27 (2022-12-10, [diff](https://github.com/DanielXMoore/Civet/compare/v0.4.26...v0.4.27), [commits](https://github.com/DanielXMoore/Civet/commits/v0.4.27))
1361
1700
 
@@ -1364,6 +1703,7 @@ as well as a full diff and commit list.
1364
1703
  ## 0.4.25 (2022-12-10, [diff](https://github.com/DanielXMoore/Civet/compare/v0.4.24...v0.4.25), [commits](https://github.com/DanielXMoore/Civet/commits/v0.4.25))
1365
1704
 
1366
1705
  ## 0.4.24 (2022-12-10, [diff](https://github.com/DanielXMoore/Civet/compare/v0.4.23...v0.4.24), [commits](https://github.com/DanielXMoore/Civet/commits/v0.4.24))
1706
+ * Indentation flexibility [[#26](https://github.com/DanielXMoore/Civet/pull/26)]
1367
1707
 
1368
1708
  ## 0.4.23 (2022-12-08, [diff](https://github.com/DanielXMoore/Civet/compare/v0.4.22...v0.4.23), [commits](https://github.com/DanielXMoore/Civet/commits/v0.4.23))
1369
1709
  * CoffeeScript export to-do [[#22](https://github.com/DanielXMoore/Civet/pull/22)]
@@ -1439,6 +1779,7 @@ as well as a full diff and commit list.
1439
1779
  ## 0.4.8 (2022-10-11, [diff](https://github.com/DanielXMoore/Civet/compare/v0.4.7...v0.4.8), [commits](https://github.com/DanielXMoore/Civet/commits/v0.4.8))
1440
1780
 
1441
1781
  ## 0.4.7 (2022-10-10, [diff](https://github.com/DanielXMoore/Civet/compare/v0.4.6...v0.4.7), [commits](https://github.com/DanielXMoore/Civet/commits/v0.4.7))
1782
+ * Implicit returns [[#2](https://github.com/DanielXMoore/Civet/pull/2)]
1442
1783
 
1443
1784
  ## 0.4.6 (2022-10-01, [diff](https://github.com/DanielXMoore/Civet/compare/v0.4.5...v0.4.6), [commits](https://github.com/DanielXMoore/Civet/commits/v0.4.6))
1444
1785