v0.1.12
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_DIRby @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
- @giuseppe998e made their first contribution in #7
- @uki00a made their first contribution in #13
- @austincummings made their first contribution in #14
- @tjosepo made their first contribution in #33
Full Changelog: v0.0.2...v0.1.12