bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

Downloads
4.5M
Stars
70.2K
Committers
681

Bot releases are hidden (Show)

bun - Bun v1.0.3

Published by Jarred-Sumner about 1 year ago

To install Bun v1.0.3:

curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

To upgrade to Bun v1.0.3:

bun upgrade

Read Bun v1.0.3's release notes on Bun's blog

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v1.0.2...bun-v1.0.3

bun - Bun v1.0.2

Published by Jarred-Sumner about 1 year ago

To install Bun v1.0.2:

curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

To upgrade to Bun v1.0.2:

bun upgrade

Read Bun v1.0.2's release notes on Bun's blog

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v1.0.1...bun-v1.0.2

bun - Bun v1.0.1

Published by Jarred-Sumner about 1 year ago

To install Bun v1.0.1:

curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

To upgrade to Bun v1.0.1:

bun upgrade

Read Bun v1.0.1's release notes on Bun's blog

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v1.0.0...bun-v1.0.1

bun - Bun v1.0

Published by Jarred-Sumner about 1 year ago

Today is an exciting day.

To install Bun v1.0:

curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

To upgrade to Bun v1.0:

bun upgrade

Read Bun v1.0.0's release notes on Bun's blog

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.8.1...bun-v1.0.0

bun - Bun v0.8.1

Published by Jarred-Sumner about 1 year ago

To install:

curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

To upgrade:

bun upgrade

Read Bun v0.8.1's release notes on Bun's blog

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.8.0...bun-v0.8.1

bun - Bun v0.8.0

Published by Jarred-Sumner about 1 year ago

To install:

curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

To upgrade:

bun upgrade

Read Bun v0.8.0's release notes on Bun's blog

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.7.3...bun-v0.8.0

bun - Bun v0.7.3

Published by Jarred-Sumner about 1 year ago

To install:

curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

To upgrade:

bun upgrade

Read Bun v0.7.3's release notes on Bun's blog

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.7.2...bun-v0.7.3

bun - Bun v0.7.2

Published by Jarred-Sumner about 1 year ago

To install:

curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

To upgrade:

bun upgrade

Read Bun v0.7.2's release notes on Bun's blog

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.7.1...bun-v0.7.2

bun - Bun v0.7.1

Published by Jarred-Sumner about 1 year ago

To install:

curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

To upgrade:

bun upgrade

Read Bun v0.7.1's release notes on Bun's blog

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.7.0...bun-v0.7.1

bun - Bun v0.7.0

Published by Jarred-Sumner over 1 year ago

To install:

curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

To upgrade:

bun upgrade

Read Bun v0.7.0's release notes on Bun's blog

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.6.14...bun-v0.7.0

bun - Bun v0.6.14

Published by Jarred-Sumner over 1 year ago

To install:

curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

To upgrade:

bun upgrade

Read Bun v0.6.14's release notes on Bun's blog

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.6.13...bun-v0.6.14

bun - Bun v0.6.13

Published by Jarred-Sumner over 1 year ago

To install:

curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

To upgrade:

bun upgrade

Read Bun v0.6.13's release notes on Bun's blog

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.6.12...bun-v0.6.13

bun - Bun v0.6.12

Published by Jarred-Sumner over 1 year ago

To install:

curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

To upgrade:

bun upgrade

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.6.10...bun-v0.6.12

Read Bun v0.6.12's release notes on Bun's blog

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.6.11...bun-v0.6.12

bun - Bun v0.6.11

Published by Jarred-Sumner over 1 year ago

This is a follow up to address a bug when creating the release build that broke napi in Bun v0.6.10. This also fixes a bug with util.callbackify (thanks @Hanaasagi) and with the "node:module" module missing a couple functions.

To install:

curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

To upgrade:

bun upgrade

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.6.10...bun-v0.6.11

Read Bun v0.6.10's release notes on Bun's blog

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.6.9...bun-v0.6.10

bun - Bun v0.6.10

Published by Jarred-Sumner over 1 year ago

Read Bun v0.6.10's release notes on Bun's blog

To install:

curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

To upgrade:

bun upgrade

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.6.9...bun-v0.6.10

bun - bun-v0.6.9

Published by Jarred-Sumner over 1 year ago

Read Bun v0.6.9's release notes on Bun's blog

To install:

curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

To upgrade:

bun upgrade

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.6.8...bun-v0.6.9

bun - Bun v0.6.8

Published by Jarred-Sumner over 1 year ago

Read Bun v0.6.8's release notes on Bun's blog

To install:

curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

To upgrade:

bun upgrade

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.6.7...bun-v0.6.8

bun - Bun v0.6.7

Published by Jarred-Sumner over 1 year ago

Read Bun v0.6.7's release notes on Bun's blog

To install:

curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

To upgrade:

bun upgrade

image

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.6.6...bun-v0.6.7

bun - Bun v0.6.6

Published by Jarred-Sumner over 1 year ago

Read Bun v0.6.6's release notes on Bun's blog

To install:

curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

To upgrade:

bun upgrade

bun test in github action logs

bun test in github annotations

What's Changed

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.6.5...bun-v0.6.6

bun - Bun v0.6.5

Published by Jarred-Sumner over 1 year ago

Read Bun v0.6.5's release notes on Bun's blog

To install:

curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

To upgrade:

bun upgrade

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.6.4...bun-v0.6.5