Releases: crbelaus/bun
v1.6.0
This release adds pooling support for executing JavaScript via Bun with efficient reuse of processes. There are also improvements for compatibility with brand new Phoenix projects and colocated JS/Hooks documentation.
What's Changed
- Add supervisor and pooling support by @guess in #45
- Add colocated_js explanation on readme by @drselump14 in #46
- Support Elixir 1.19 by @crbelaus in #48
New Contributors
- @guess made their first contribution in #45
- @drselump14 made their first contribution in #46
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
- Forward stdin by @LostKobrakai in #44
- Improve warning message #42
Full Changelog: v1.5.0...v1.5.1
v1.5.0
This release removes an unneeded dependency, updates the docs and ensures that bun x commands (such as bun x vite) exit properly.
What's Changed
- Remove CAStore by @josevalim in #35
- Update README by @josevalim in #36
- Wrap
bun xsubcommand by @LostKobrakai in #41
New Contributors
- @josevalim made their first contribution in #35
Full Changelog: v1.4.2...v1.5.0
v1.4.2
This release includes support for musl-based distros and bumps the default Bun version to 1.2.2.
What's Changed
- Support musl distros by @odarriba in #33
- Relax Erlang versions in GitHub actions by @crbelaus in #34
- Use Bun 1.2.2 by default
New Contributors
Full Changelog: v1.4.1...v1.4.2
v1.4.1
This release fixes a bug when extracting the Bun binary for some versions such as 1.1.42 and newer. It also adds support for Elixir 1.18.
What's Changed
- Use Bun 1.1.42 by default by @crbelaus in #30
- Unzip the Bun binary only by @crbelaus in #29
- Test on Elixir 1.18 and OTP 27.2 by @crbelaus in #31
Full Changelog: v1.4.0...v1.4.1
v1.4.0
This version adds support for installing Bun on Windows systems.
What's Changed
- feat: add windows support by @deathman92 in #27
New Contributors
- @deathman92 made their first contribution in #27
Full Changelog: v1.3.2...v1.4.0
v1.3.2
What's Changed
- docs: add description how to replace tailwind elixir dependency with bun by @Sgoettschkes in #23
- Support OTP 27.1 by @crbelaus in #26
New Contributors
- @Sgoettschkes made their first contribution in #23
Full Changelog: v1.3.1...v1.3.2