File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.1.0] ( https://github.com/metonym/svelte-readme/releases/tag/v2.1.0 ) - 2020-12-30
9+
10+ - Infer development mode if ` process.env.ROLLUP_WATCH ` is ` true `
11+ - Automatically set ` svelte.compilerOptions.dev `
12+ - Default ` svelte.compilerOptions.immutable ` to ` true `
13+
814## [ 2.0.0] ( https://github.com/metonym/svelte-readme/releases/tag/v2.0.0 ) - 2020-12-30
915
1016- Upgrade ` rollup-plugin-svelte ` to ^v7.0.0
Original file line number Diff line number Diff line change 11# svelte-readme
22
3- > Use the README.md file to document and demo your Svelte components.
3+ > Develop and demo your Svelte components in your README.md .
44
55The purpose of this project is to minimize additional set-up by using the README.md for component documentation and development.
66
Original file line number Diff line number Diff line change 11{
22 "name" : " svelte-readme" ,
3- "version" : " 2.0 .0" ,
3+ "version" : " 2.1 .0" ,
44 "license" : " MIT" ,
5- "description" : " Use your README.md file for Svelte component documentation " ,
5+ "description" : " Develop and demo your Svelte components in your README.md " ,
66 "author" : " Eric Liu (https://github.com/metonym)" ,
77 "main" : " ./dist/index.js" ,
88 "types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments