Releases: iamssen/rocket-punch
Releases · iamssen/rocket-punch
v4.0.0
Breaking change
- Jest config preset is no longer supported
- No more rewrites the import path (e.g.
import a from '../other-package'
to import a from 'other-pacage'
)
v3.0.2
Fixed
- Plain text transformer error (can't compile multi-line text)
v3.0.1
Fixed
- Fixed the TypeScript warnings when import self package-name
v3.0.0
Features
- Build commonjs and esm both
- Create conditional exports field to package.json files
npx rocket-punch-init
tool
Breaking changes
module
option of .packages.json
is removed (now will build commandjs and esm both)
Fixed
- Improve packages build ordering
- Provide sourcemap exactly (now you can see the sourcemap and original source on the Browsers Sources tab)
v2.5.0
Feature
- Add support
.packages.json
file
- Add
rocket-punch build --strict
mode (It will build fail when there are tsc build warnings)
- Add
@ssen/transform
package (Separated from @ssen/extended-compiler-host
)
v2.4.0
No changes (upgrade dependencies only)
v2.3.2
No changes (upgrade dependencies only)
v2.3.1
No Changes
Update NPM README only
v2.3.0
No Changes
Update dependencies only
v2.2.3
Fixed
- Plain text transformer error