bunsai2

The SSR engine for Bun

MIT License

Downloads
134
Stars
8

Bot releases are hidden (Show)

bunsai2 - v2.3.2 Latest Release

Published by levii-pires 5 months ago

  • Fixed a bug where, if $m_meta.css was initially null, BunSai will not include it in the result. This bug was fixed, but this behavior is very likely to change in the future.
  • Small changes
bunsai2 - Found some bugz...

Published by levii-pires 5 months ago

  • Fixed a bug on Svelte that made the modules incompatible with the Svelte spec (import B from './b.svelte'; ... <B/> was not working)
  • Fixed a bug on Svelte that was providing the wrong hydration module path in some cases
  • Core improvements
bunsai2 - Introducing Byte.JS!

Published by levii-pires 5 months ago

BIG NOTE: in the near future the Elysia adapter will undergo a breaking change, due to an inconsistent implementation compared to other adapters

bunsai2 - Even more resilient assets

Published by levii-pires 5 months ago

  • Added asset.abs() to handle cases where the asset is not pushed to a chunk (i.e. the asset is imported by a single file).
  • Small fixes
bunsai2 - React support

Published by levii-pires 5 months ago

  • Added support for React
  • Changed build and asset behaviour to have a more resilient path resolution
  • Some minor changes
bunsai2 - (un)official Bun SSR engine

Published by levii-pires 5 months ago

BunSai v2 is finally here!

Check the README