Releases: zirco-lang/configs
Releases · zirco-lang/configs
v2.0.0
v2.0.0-alpha.0
ts-config
BREAKING CHANGE
You must now specify compilerOptions.outDir
yourself.
v1.1.1
Fixes the outDir path in tsconfig.json to be relative to the project root, instead of building into the @zirco-lang/ts-config
folder. This could cause some issues with a hoisted setup.
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- fix(deps): update dependency eslint-plugin-simple-import-sort to v10 by @renovate in #3
- Breaking change. Run
eslint . --fix
to clean up. Changes behavior ofimport type
in sorting.
- Breaking change. Run
Full Changelog: v1.0.0...v1.1.0