Skip to content

Releases: kt3k/packup

v0.2.3

20 Jul 12:32
93e100f
Compare
Choose a tag to compare

What's Changed

  • fix(build): ensure the dist files' directories exist before writing them by @NekoMaru76 in #54

New Contributors

  • @NekoMaru76 made their first contribution in #54

Full Changelog: v0.2.2...v0.2.3

v0.2.2

20 Jul 12:31
254c222
Compare
Choose a tag to compare

What's Changed

  • docs: update install script in "Getting Started" by @DBC-Works in #52

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

22 Sep 12:21
f196a70
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.13...v0.2.1

v0.1.13

12 Jul 15:58
192f4db
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.12...v0.1.13

v0.1.12

27 Dec 07:59
92affad
Compare
Choose a tag to compare

What's Changed

  • fix entrypoint resolution on windows by @kt3k in #5
  • Add example of a simple PreactJs application by @giuseppe998e in #7
  • ci: test on stable deno by @kt3k in #8
  • chore: update file server by @kt3k in #9
  • fix: fix hostname message by @kt3k in #11
  • fix(livereload_server): migrate to native http server by @uki00a in #13
  • Add support for multiple entrypoints by @austincummings in #14
  • refactor: move checkUniqueEntrypoints to util by @kt3k in #15
  • feat: basic sass support by @kt3k in #18
  • feat: skip processing http(s):// references in html by @kt3k in #22
  • fix ci by @kt3k in #27
  • chore: update deps by @kt3k in #24
  • chore: add depsbot by @kt3k in #25
  • chore: remove unstable flag by @kt3k in #28
  • feat: add --public-url option by @kt3k in #29
  • feat: add --static-dist-prefix option by @kt3k in #30
  • feat(install_util): add support for DENO_DIR by @uki00a in #31
  • feat: add image import by @tjosepo in #33
  • feat: Add support for image srcset and source element by @tjosepo in #39

New Contributors

Full Changelog: v0.0.2...v0.1.12