Skip to content

Releases: morganney/babel-dual-package

v1.1.3

26 Jan 20:06
f7b33f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

Release v1.1.2

19 Oct 16:59
ce9ce6b
Compare
Choose a tag to compare

Release v1.1.1

11 Aug 21:30
673ab2e
Compare
Choose a tag to compare

Fixes:

  • Passes filename to parseAsync to fix possible error when loading presets:
    throw new _configError.default([`Preset ${formattedPresetName} requires a filename to be set when babel is called directly

Release v1.1.0

11 Aug 20:48
d80177c
Compare
Choose a tag to compare

Changes:

  • Support --no-comments as CLI option.
  • Remove @babel/parser and use parseAsync from @babel/core.
  • Set dist tag on publish derived from the release tag.

Fixes:

  • Correctly pass the other options from a Babel config file through the programmatic API. Previoulsy only targets, presets and plugins were passed.

Initial release.

31 Jul 21:52
db998e4
Compare
Choose a tag to compare
v1.0.0

docs: update readme.

Pre-release v1.0.0-rc.5

27 Jul 17:56
00bec0c
Compare
Choose a tag to compare
Pre-release

Fixes:

  • Do not attempt to transform files that are part of an ignore pattern.

Pre-release v1.0.0-rc.4

26 Jul 22:15
db6c2c9
Compare
Choose a tag to compare
Pre-release

Changes:

  • Add support for --copy-files option.
  • Switch from node lstat to stat.

Fixes:

  • Ensures directories are created correctly when copying TypeScript declaration files to the --cjs-dir-name.

Pre-release v1.0.0-rc.3

23 Jul 18:52
8562f81
Compare
Choose a tag to compare
Pre-release

Changes:

  • Removes outdated .d.ts files from --out-dir when --out-file-extension changes the original file extension during the build.
  • Removes unused util code.
  • Adds syntax highlighting to README.

Pre-release v1.0.0-rc.2

23 Jul 13:10
26b75f2
Compare
Choose a tag to compare
Pre-release

Fixes:

  • --out-file-extension works correctly now when using extended extensions like .esm.js and typescript.

Changes:

  • Adds more testing coverage.
  • Refactors related to fixing issues with --out-file-extension.

Pre-release v1.0.0-rc.1

19 Jul 20:36
c14ff88
Compare
Choose a tag to compare
Pre-release

Fixes:

  • Restores the ability to create .d.cts declaration files from .d.ts. This was broken in 1.0.0-alpha.3 and 1.0.0-rc.0.

Changes:

  • Lowering coverage thresholds for now.