Skip to content

v0.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Feb 18:58
· 112 commits to main since this release
951304b

@zazen/cli

0.3.2 — 2022-02-15

♻️ Changed

  • Update tsconfig.json output #85, #92

    Sets outDir to ./dist (will eventually be configurable). Sets target and
    module to esnext and moduleResolution to node. Enables allowJs for
    better results in non-TypeScript projects. Enables isolatedModules based on
    esbuild’s recommendation.

0.3.1 — 2022-02-06

🐛 Fixed

  • Fix output from custom ESLint config #83

0.3.0 — 2022-02-04

♻️ Changed

  • Upgrade @zazen/eslint-config to latest 183e9c8

0.2.0 — 2022-02-02

♻️ Changed

  • Upgrade @zazen/eslint-config to latest b02fe22

0.1.2 — 2022-02-01

🐛 Fixed

  • Make default ESLint config a direct dependency 7803181

0.1.1 — 2022-02-01

🐛 Fixed

  • Add JSON/YML formatting to default Prettier config d47eea8

0.1.0 — 2022-02-01

🎉 Initial release #71