Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Releases: iamssen/rocket-punch

v4.0.0

02 Jun 09:42
Compare
Choose a tag to compare

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
Choose a tag to compare

Fixed

  • Plain text transformer error (can't compile multi-line text)

v3.0.1

22 Jun 12:52
Compare
Choose a tag to compare

Fixed

  • Fixed the TypeScript warnings when import self package-name

v3.0.0

17 Jun 04:00
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

No changes (upgrade dependencies only)

v2.3.2

11 Nov 01:39
Compare
Choose a tag to compare

No changes (upgrade dependencies only)

v2.3.1

12 Sep 06:07
Compare
Choose a tag to compare

No Changes

Update NPM README only

v2.3.0

12 Sep 06:05
Compare
Choose a tag to compare

No Changes

Update dependencies only

v2.2.3

12 Sep 06:04
Compare
Choose a tag to compare

Fixed

  • Plain text transformer error