This repository was archived by the owner on Mar 6, 2025. It is now read-only.
Releases: stormode/stormode
Releases · stormode/stormode
0.6.1
0.6.0
What's Changed
Create Stormode:
- Reduce package size
- Update dependencies
- Update tsconfig.json
- Update templates
Stormode:
- Update dependencies
- Increase the performance of transpilation
- Update cache path:
- from
./node_modules/.cache/stormode - to
./node_modules/.stormode
- from
0.5.2
What's Changed
Create Stormode:
- Update
.gitattributes
Stormode:
- Update SWC configuration to fix related error on macOS
0.5.1
What's Changed
- Fix on env
- Add the missing support for transpiling
jsxandtsx
0.5.0
What's New
Create Stormode:
- Add
.gitattributes - Add
.env
Stormode:
- Add config:
swc,build.esbuild - Add SWC for transpilation
- Add
dotenv-expandfor env variable expansion
What's Changed
Create Stormode:
- Update templates
- Update
package.jsonscript - Update
tsconfig.jsondefault configuration - Generate blank
.env.development&.env.productionwhen using vanilla
Stormode:
- Deprecate config:
build.platform - No longer using
tscfor transpilation - Better support on ES Module
- Better support on monorepo
- Fix the parsing issue in json file
- Update progress behaviour on exit and error
Migrate from v0.4.x
to keep type checking your TypeScript code, add tsc command before stormode build:
tsc && stormode buildand add noEmit to tsconfig.json to prevent tsc generate any file:
{
"compilerOptions": {
"noEmit": true
}
}0.4.1
What's Changed
Stormode:
- Fix for using Stormode in JavaScript
0.4.0
What's New
Stormode:
- Add bundle mode
- Add new config: withTime, build.platform, build.bundle
Stormode Terminal:
- Add function: withConfig, custom
- Add config: mute, time
What's Changed
Stormode:
- Better terminal message
- Better source map support
- Better monorepo support
- Deprecate config: sourcemap, build.tsconfig
Stormode Terminal:
- Deprecate config: mode
0.3.1
What's Changed
- Fix the issue that the process cannot access the files by adding retry.
0.3.0
What's New
- You can now start with Fastify in
create-stormode - Add more parameters for the commands
What's Changed
- Structure rework
- Fix for missing env loading
- Config file changes
- Remove nodemon, @types/nodemon
- Remove tsconfig-paths
- No longer require ts-node to be installed
0.2.1
What's New
stormode.config.tswill be added by default if you are using TypeScript increate-stormode.
What's Changed
create-stormodenow come with blank Stormode config file by default.- Increase the compatibilities between JavaScript, TypeScript, CommonJS and ESModule in Stormode config file.