Skip to content

Releases: alvis/presetter

v4.7.2

07 Mar 09:05
7d8fe75
Compare
Choose a tag to compare

🐛 Bug Fixes

  • preset-react: correct typo in jest config (f5fd5aa)

v4.7.1

06 Mar 22:14
b8f09a2
Compare
Choose a tag to compare

🐛 Bug Fixes

  • preset-react: ensure tsx files are transformed before testing (105f56d)

⚙️ Continuous Integrations

  • update github actions specification (e1ff3d8)

v4.7.0

27 Feb 17:06
8548e01
Compare
Choose a tag to compare

✨ Features

  • preset-esm: enable typescript incremental build (7e1d9af)

🐛 Bug Fixes

  • preset-esm: explicit reference the base tsconfig file (5a72ff8)
  • preset-esm: replace fixed source path in tsconfig.build.json (36cc3e7)
  • preset-esm: separate relative and internal import paths (35331e3)
  • preset-rollup: update rollup to v4 (cb01f6b)
  • preset-strict: remove header rule (4a56d6c)

v4.6.0

22 Jan 10:19
099e453
Compare
Choose a tag to compare

✨ Features

  • preset-esm: update gitignore for better coverage (cd691a6)
  • presetter: use hardlink if possible (2189d72)

🐛 Bug Fixes

  • preset-esm: include generated source and bin (67ac8bc)
  • preset-esm: leave comments on the compiled file for clarity (756dd2c)
  • presetter: ignore .presetter folder (bca2083)

v4.5.0

04 Jan 21:25
a1cf12f
Compare
Choose a tag to compare

✨ Features

  • preset-esm: add build steps for artifact creation (ba270fe)
  • preset-esm: add source map to .d.ts files (ba20774)
  • preset-esm: add support to typescript's project reference (7610425)

🐛 Bug Fixes

  • preser-esm: ignore error from husky (feff15f)
  • preset-esm: add generated source to jest's resolve map (4c0fb93)
  • preset-esm: allow short circuit and ternary operations (463ae6f)
  • preset-esm: group types from node: (cdb4806)
  • preset-esm: update tsx to v4 (f11cb3d)
  • presetter: move generated config to .presetter (063e53a)

v4.4.2

27 Oct 11:11
b380a99
Compare
Choose a tag to compare

🐛 Bug Fixes

  • preset-esm: map # to source root (f452aa8)
  • preset-esm: prepend any NODE_OPTIONS to jest (695e624)
  • presetter: ignore any {unknown} variable in template script (3a6f54a)

⚙️ Continuous Integrations

  • release with provenance statements (f85e58a)

v4.4.1

06 Oct 16:13
b383245
Compare
Choose a tag to compare

🐛 Bug Fixes

  • preset-esm: resolve paths from anywhere (5cad767)

v4.4.0

03 Oct 09:22
227ede5
Compare
Choose a tag to compare

✨ Features

  • preset-esm: add a shortcut path for generated content (43cab95)
  • preset-esm: gitignore any dynamically generated content (b2bc235)

🐛 Bug Fixes

  • preset-esm: resolve path under root directoy (7648af5)

v4.3.1

03 Oct 01:11
c73fa5a
Compare
Choose a tag to compare

🐛 Bug Fixes

v4.3.0

20 Sep 14:05
f088932
Compare
Choose a tag to compare

✨ Features

🐛 Bug Fixes

  • preset-esm: correct type imports order (6f8fa98)
  • preset-strict: remove redundant thresholds (45b0521)

💎 Styles