Skip to content

Releases: zirco-lang/configs

v2.0.0

31 Jan 18:53
1e71228
Compare
Choose a tag to compare

ts-config

Breaking Changes

  • We no longer specify compilerOptions.outDir for you. You must specify it yourself. (v2.0.0-alpha.1)

  • compilerOptions.incremental is now enabled.

v2.0.0-alpha.0

31 Jan 18:35
1da78e6
Compare
Choose a tag to compare
v2.0.0-alpha.0 Pre-release
Pre-release

ts-config

BREAKING CHANGE

You must now specify compilerOptions.outDir yourself.

v1.1.1

31 Jan 18:26
039d807
Compare
Choose a tag to compare

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

30 Jan 21:40
590aa91
Compare
Choose a tag to compare

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 of import type in sorting.

Full Changelog: v1.0.0...v1.1.0