Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Releases: flex-development/trext

[email protected]

01 Nov 02:29
70bbae4
Compare
Choose a tag to compare

🐛 Fixes

  • package exports (actually) (a5de456)

🔨 Build

[email protected]

31 Oct 23:33
d9f7de4
Compare
Choose a tag to compare

🐛 Fixes

🔨 Build

✏️ Housekeeping

  • check for duplicate deps when yarn.lock changes (e5a0b0d)
  • update eslint config to handle dotfiles (c20259e)

[email protected]

31 Oct 04:07
0722262
Compare
Choose a tag to compare

🐛 Fixes

  • plugins: symlinked directory index handling (804b6f9)

[email protected]

30 Oct 21:30
06a882d
Compare
Choose a tag to compare

🐛 Fixes

  • cjs: missing named exports (e3466b7)

[email protected]

30 Oct 01:53
902f8e5
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • import RegexString from @flex-development/tutils

♻️ Code Improvements

  • import RegexString from @flex-development/tutils (763a305)

✨ Features

🚚 Continuous Integration & Deployment

  • workflows: temporarily skip dependency graph check (bbeae54)

✏️ Housekeeping

  • scripts: add check:ci script (93af4df)
  • tools: cleanup esm loader (d4f10f6)
  • tools: reorganize build workflow (5774ac3)
  • tools: use explicit environment variables in testing workflow (f436d3d)
  • typescript: add typings for @vercel/ncc (82acbbc)
  • typescript: add typings for tsc-prog/dist/utils/log (ffa44cf)

[email protected]

15 Oct 15:34
55bc1af
Compare
Choose a tag to compare

✨ Features

  • transform export declarations (#5) (f937db0)

🔨 Build

  • cjs: enable downleveling (01a41ec)
  • typescript: add sourcemaps for .d.ts files (ed57233)

🤖 Testing

  • plugins: add fully specified directory index tests (2115bd8)

🚚 Continuous Integration & Deployment

  • workflows: add delete-release-branch job (804c006)
  • workflows: push to protected branch 'main' (a03238c)

✏️ Housekeeping

  • tools: drop fixImportPaths (ff9ac19)
  • tools: reimplement loadenv in cjs format (4d1f246)
  • tools: remove useModuleExports from build workflow (4c22aa9)
  • typescript: add note about disabling noUnusedLocals (1a5c030)
  • typescript: enable exactOptionalPropertyTypes (708bc4d)
  • typescript: enable noErrorTruncation (f92b160)
  • typescript: enable noPropertyAccessFromIndexSignature (832051d)
  • typescript: enable noUncheckedIndexedAccess (aa95c2d)
  • typescript: upgrade to [email protected] (7e9d04e)

[email protected]

13 Oct 16:45
c750e8d
Compare
Choose a tag to compare

🐛 Fixes

  • require is not defined in ES module scope (bd718de)

[email protected]

13 Oct 04:32
5feef12
Compare
Choose a tag to compare

🐛 Fixes

✏️ Housekeeping

  • tools: add ts-patch, drop ttypescript (7c38efc)
  • tools: add tsc-prog to build workflow (a14fd44)

[email protected] (🎂 First Release)

10 Oct 21:02
5509114
Compare
Choose a tag to compare

Overview

Interested in using .cjs and .mjs file extensions, but not in setting up another build workflow? Use trext to transform file extensions, import statements, call expressions, and even source maps!

Features

  • Dynamically generate file extensions
  • Specify custom file extension patterns
  • Pass custom Babel transform options

What's Changed?

✨ Features