Releases: iamssen/rocket-punch
Releases 路 iamssen/rocket-punch
v4.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
Plain text transformer error (can't compile multi-line text)
v3.0.1
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed the TypeScript warnings when import self package-name
v3.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
No changes (upgrade dependencies only)
v2.3.2
Compare
Sorry, something went wrong.
No results found
No changes (upgrade dependencies only)
v2.3.1
Compare
Sorry, something went wrong.
No results found
No Changes
Update NPM README only
v2.3.0
Compare
Sorry, something went wrong.
No results found
No Changes
Update dependencies only
v2.2.3
Compare
Sorry, something went wrong.
No results found
Fixed
Plain text transformer error