Releases: BjornTheProgrammer/bun-plugin-html
Releases · BjornTheProgrammer/bun-plugin-html
v2.2.6
v2.2.5
v2.2.4
What's Changed?
- Fixed the relative import outputting
.ts
extension and not a.js
file.
Full Changelog: v2.2.3...v2.2.4
v2.2.3
What's Changed
Three bugs have now been fixed #23, #24 and #25!
- fix: make it so directory detecting is more accurate by @BjornTheProgrammer in (2f8cb1c)
- fix: importing ts files from other ts files w/ no ext by @BjornTheProgrammer in (5d33a2d)
- fix: css import rule not being handled by @BjornTheProgrammer in #26
- fix: relative path issue #25 by @BjornTheProgrammer in #27
Full Changelog: v2.2.2...v2.2.3
v2.2.2
What's Changed
- Fixed bug where relative import from a directory wouldn't work.
Full Changelog: v2.2.1...v2.2.2
v2.2.1
What's Changed
- feat: keepPathString option to cancel path string replacement inside text content outputs and make sass external by @mindon in #22
- Fixed bug #20 in which attempting to build code would raise a TypeError.
Full Changelog: v2.2.0...v2.2.1
v2.2.0
v2.1.6
v2.1.5
What's Changed?
- add splitting test case by @mindon in #16
- Code splitting now works as expected. Additionally, the order of script tags is properly preserved.
New Contributors
Full Changelog: v2.1.4...v2.1.5
v2.1.4
What Changed?
- Fixed path resolution, so that each index html properly outputs the scripts in the right order