Skip to content

Releases: favware/rollup-type-bundler

v1.0.7

31 May 21:39
Compare
Choose a tag to compare

1.0.7 (2022-01-06)

Bug Fixes

  • add typescript to dependencies (ba3cfa8)
  • deps: update all non-major dependencies (d3642ac)

v1.0.6

21 Oct 00:55
Compare
Choose a tag to compare

1.0.6 (2021-10-21)

Bug Fixes

  • remove use of timers api to ensure this library works with Node 14 (57c339e)

v1.0.5

21 Oct 00:55
Compare
Choose a tag to compare

1.0.5 (2021-10-04)

Bug Fixes

  • deps: update all non-major dependencies (f6cc93f)
  • deps: update dependency colorette to ^2.0.14 (#32) (b0ac896)
  • use latest versions for dependencies (bfbce5c)

v1.0.4

21 Oct 00:55
Compare
Choose a tag to compare

1.0.4 (2021-10-01)

Bug Fixes

  • deps: update dependency colorette to v2 (#28) (91e78dd)
  • deps: update dependency rollup to ^2.57.0 (418f97a)
  • deps: update dependency rollup-plugin-dts to v4 (#29) (1ce08d6)

v1.0.3

12 Jul 13:44
Compare
Choose a tag to compare

1.0.3 (2021-07-12)

Bug Fixes

  • change engine requirement from Node 16 to Node 14 (6ba5e28)

v1.0.2

04 Jul 09:07
Compare
Choose a tag to compare

1.0.2 (2021-07-04)

Bug Fixes

  • fixed rollup not outputting to disk (f2bcd33)

v1.0.1

02 Jul 21:39
Compare
Choose a tag to compare

1.0.1 (2021-07-02)

Bug Fixes

  • set an opinionated default of "./dist" for the "--dist" option (3e6e096)

v1.0.0

02 Jul 21:14
Compare
Choose a tag to compare

1.0.0 (2021-07-02)

Features

  • improve logging (7953008)
  • log when steps are completed (f2e7e3b)
  • add base CLI tool and parsing options (785ac0c)
  • add build code and remove dist exist checking (b91b873)
  • add first 2 actions (a8ca033)
  • add JSON schema (a6b3987)
  • add README (ebbafdf)
  • add rollup bundling command step (b40916d)
  • add specifying dist and buildScript (c23325a)
  • scaffold up repo (6f579f0

Bug Fixes

  • do not publish source maps (21c9d93)
  • ensure dist can be set through config file (9a1b102)
  • fixed file scanning in type bundler (9375549)
  • fixed getting config file paths (b644e3b)
  • use options.dist for filtering out index.d.ts in cleaning extraneous types (53fb21e)
  • wait for files to be build before running rollup (1eb2b07)
  • do not use cache for bundling types (ef5c57b)
  • exit on error of build and clean (958cd5f

v0.0.1-next.0

01 Jul 23:10
Compare
Choose a tag to compare
v0.0.1-next.0 Pre-release
Pre-release

0.0.1-next.0 (2021-07-01)