File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ This changelog is generated automatically by [`build/changelog.civet`](build/cha
44For each version of Civet, it lists and links to all incorporated PRs,
55as well as a full diff and commit list.
66
7+ ## 0.10.1 (2025-03-22, [ diff] ( https://github.com/DanielXMoore/Civet/compare/v0.10.0...v0.10.1 ) , [ commits] ( https://github.com/DanielXMoore/Civet/commits/v0.10.1 ) )
8+ * More general expressions in indented forms of ` implements ` and ` with ` [[ #1720 ] ( https://github.com/DanielXMoore/Civet/pull/1720 )]
9+ * Allow ` >code ` to continue an implicit JSX fragment [[ #1721 ] ( https://github.com/DanielXMoore/Civet/pull/1721 )]
10+ * Fix hot reload via unplugin in NextJS, fix sourcemaps with ` ts: "preserve" ` [[ #1722 ] ( https://github.com/DanielXMoore/Civet/pull/1722 )]
11+ * Farm and Rolldown bundler support [[ #1723 ] ( https://github.com/DanielXMoore/Civet/pull/1723 )]
12+
713## 0.10.0 (2025-03-17, [ diff] ( https://github.com/DanielXMoore/Civet/compare/v0.9.7...v0.10.0 ) , [ commits] ( https://github.com/DanielXMoore/Civet/commits/v0.10.0 ) )
814* Document ` class with A, B ` mixins [[ #1703 ] ( https://github.com/DanielXMoore/Civet/pull/1703 )]
915* Document how to use VSCode plugin [[ #1704 ] ( https://github.com/DanielXMoore/Civet/pull/1704 )]
Original file line number Diff line number Diff line change 11{
22 "name" : " @danielx/civet" ,
33 "type" : " commonjs" ,
4- "version" : " 0.10.0 " ,
4+ "version" : " 0.10.1 " ,
55 "description" : " CoffeeScript style syntax for TypeScript" ,
66 "main" : " dist/main.js" ,
77 "module" : " dist/main.mjs" ,
You can’t perform that action at this time.
0 commit comments