Skip to content

Releases: BjornTheProgrammer/bun-plugin-html

v2.2.6

31 Dec 23:18
Compare
Choose a tag to compare

What's Changed

  • fix: / isURL and keep exists files named with hash untouch by @mindon in #29

Full Changelog: v2.2.5...v2.2.6

v2.2.5

27 Dec 20:03
Compare
Choose a tag to compare

What's Changed

Thank you mindon for your contribution!

Full Changelog: v2.2.4...v2.2.5

v2.2.4

11 Dec 08:42
Compare
Choose a tag to compare

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

11 Dec 07:46
Compare
Choose a tag to compare

What's Changed

Three bugs have now been fixed #23, #24 and #25!

Full Changelog: v2.2.2...v2.2.3

v2.2.2

03 Dec 01:44
Compare
Choose a tag to compare

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

28 Nov 07:49
Compare
Choose a tag to compare

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

27 Nov 02:02
Compare
Choose a tag to compare

What's Changed

  • feat: supports sass stylesheet and make isURL matching href="#.." by @mindon in #19

Sass is now supported by default, thank you @mindon!

Full Changelog: v2.1.6...v2.2.0

v2.1.6

23 Nov 02:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.5...v2.1.6

v2.1.5

14 Nov 08:05
Compare
Choose a tag to compare

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

08 Nov 18:49
Compare
Choose a tag to compare

What Changed?

  • Fixed path resolution, so that each index html properly outputs the scripts in the right order