Releases: morganney/babel-dual-package
Releases · morganney/babel-dual-package
v1.1.3
Release v1.1.2
Fix:
Release v1.1.1
Fixes:
- Passes
filename
toparseAsync
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
Changes:
- Support
--no-comments
as CLI option. - Remove
@babel/parser
and useparseAsync
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
andplugins
were passed.
Initial release.
v1.0.0 docs: update readme.
Pre-release v1.0.0-rc.5
Fixes:
- Do not attempt to transform files that are part of an
ignore
pattern.
Pre-release v1.0.0-rc.4
Changes:
- Add support for
--copy-files
option. - Switch from node
lstat
tostat
.
Fixes:
- Ensures directories are created correctly when copying TypeScript declaration files to the
--cjs-dir-name
.
Pre-release v1.0.0-rc.3
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
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
Fixes:
- Restores the ability to create
.d.cts
declaration files from.d.ts
. This was broken in1.0.0-alpha.3
and1.0.0-rc.0
.
Changes:
- Lowering coverage thresholds for now.