Releases: iamssen/rocket-punch
Releases · iamssen/rocket-punch
v4.0.0
02 Jun 09:42
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
01 Nov 09:25
Compare
Sorry, something went wrong.
No results found
Fixed
Plain text transformer error (can't compile multi-line text)
v3.0.1
22 Jun 12:52
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed the TypeScript warnings when import self package-name
v3.0.0
17 Jun 04:00
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
03 Apr 15:57
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
06 Feb 02:12
Compare
Sorry, something went wrong.
No results found
No changes (upgrade dependencies only)
v2.3.2
11 Nov 01:39
Compare
Sorry, something went wrong.
No results found
No changes (upgrade dependencies only)
v2.3.1
12 Sep 06:07
Compare
Sorry, something went wrong.
No results found
No Changes
Update NPM README only
v2.3.0
12 Sep 06:05
Compare
Sorry, something went wrong.
No results found
No Changes
Update dependencies only
v2.2.3
12 Sep 06:04
Compare
Sorry, something went wrong.
No results found
Fixed
Plain text transformer error