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

Releases: flex-development/trext

trext@2.0.4

01 Nov 02:29
70bbae4

Choose a tag to compare

🐛 Fixes

  • package exports (actually) (a5de456)

🔨 Build

  • deps: use @flex-development/tutils@4.2.3 (c3b72eb)

trext@2.0.3

31 Oct 23:33
d9f7de4

Choose a tag to compare

🐛 Fixes

🔨 Build

  • deps: use @flex-development/tutils@4.2.2 (48a81cc)

✏️ Housekeeping

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

trext@2.0.2

31 Oct 04:07
0722262

Choose a tag to compare

🐛 Fixes

  • plugins: symlinked directory index handling (804b6f9)

trext@2.0.1

30 Oct 21:30
06a882d

Choose a tag to compare

🐛 Fixes

  • cjs: missing named exports (e3466b7)

trext@2.0.0

30 Oct 01:53
902f8e5

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)

trext@1.1.0

15 Oct 15:34
55bc1af

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 typescript@4.5.0-beta (7e9d04e)

trext@1.0.2

13 Oct 16:45
c750e8d

Choose a tag to compare

🐛 Fixes

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

trext@1.0.1

13 Oct 04:32
5feef12

Choose a tag to compare

🐛 Fixes

✏️ Housekeeping

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

trext@1.0.0 (🎂 First Release)

10 Oct 21:02
5509114

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