Skip to content

Releases: adbayb/quickbundle

v0.10.0

17 Mar 13:20
Compare
Choose a tag to compare

0.10.0 (2022-03-17)

Features

  • add typescript as optional peer dependency (f2bc5bb)

v0.9.0

17 Mar 13:09
Compare
Choose a tag to compare

0.9.0 (2022-03-17)

Features

  • force not removing comments while generating ts declaration (dfc65a0)

v0.8.0

14 Mar 01:22
Compare
Choose a tag to compare

0.8.0 (2022-03-14)

Features

  • bump version after fix prepublishOnly (missing build artifacts) (4353e4b)

v0.7.0

14 Mar 01:01
Compare
Choose a tag to compare

0.7.0 (2022-03-14)

Bug Fixes

  • display typing error message (a8c95d7)
  • exit on cold watch error (780d42e)
  • prevent typing generation process redundancy on build (f321cc7)
  • update termost dependency to prevent multiple help messages (9162e69)
  • use cjs version in watch mode if no provided module (d6879d6)
  • wait until typing generation is done (6432d02)

Features

  • add no-check flag to disable tsc (a3c832d)
  • improve bundler error management (938e065)
  • make jsxImportSource the single source of truth for jsx runtime config (88f12d9)

v0.6.0

22 Nov 22:40
Compare
Choose a tag to compare

0.6.0 (2021-11-22)

Features

v0.5.0

22 Nov 20:38
Compare
Choose a tag to compare

0.5.0 (2021-11-22)

Features

v0.4.1

22 Nov 20:11
Compare
Choose a tag to compare

0.4.1 (2021-11-22)

Bug Fixes

  • typescript transpilation by enabling tsx loader for jsxPlugin (1e8f80d)

v0.4.0

22 Nov 19:36
Compare
Choose a tag to compare

0.4.0 (2021-11-22)

Bug Fixes

  • typescript transpilation (c7e294f)

Features

  • add assertions for package.json fields (d84f0f4)
  • add support for platform field (ae642c9)
  • make build concurrent (006b449)
  • use termost as cli manager (b966bdf)

v0.3.0

11 Apr 23:34
Compare
Choose a tag to compare

0.3.0 (2021-04-11)

Bug Fixes

  • resolve module from cwd and statically load readFile (482761a)

Features

  • add bundle size recap (29e291e)
  • add onWatch callback option to bundler (5393873)
  • add watch command (17dcb98)

v0.2.2

10 Apr 23:33
Compare
Choose a tag to compare

0.2.2 (2021-04-10)

Bug Fixes