Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-15 | chores(template/react): Update to React 18 (#627) | 4 | -15/+31 | ||
* Updated react example template * build:(landing) automated website build * removed bun.lockb and most of changes from react example index.html Co-authored-by: rubinj30 <rubinj30@users.noreply.github.com> | |||||
2022-07-14 | fix(templates/blank): Update bun types (#704) | 1 | -1/+1 | ||
2022-07-14 | fix(templates): Fix hono example template (#633) | 2 | -3/+3 | ||
* Fix hono example template * Update package.json | |||||
2022-07-14 | fix(packages/bun-landing): Fixed punctuation (#280) | 3 | -6/+6 | ||
2022-07-14 | fix small typo in readme (#706) | 1 | -1/+1 | ||
2022-07-14 | docs: remove emulating cpu section (#714) | 1 | -22/+0 | ||
2022-07-13 | docs: correct typo missing dots (#603) | 1 | -11/+11 | ||
2022-07-13 | docs: Substitute npm install with bun add (#670) | 1 | -2/+2 | ||
2022-07-13 | fix(napi): gurantee -> guarantee (#683) | 1 | -2/+2 | ||
2022-07-13 | fix(README): Add punctuation (#611) | 1 | -31/+31 | ||
2022-07-13 | docs: Add bun-bakery template (#649) | 6 | -0/+69 | ||
2022-07-13 | fix: og:image share url (#678) | 1 | -1/+1 | ||
* feat: create share image for social media * fix: group meta tags * fix: adjust og:image to full url | |||||
2022-07-13 | add node:http Server polyfill (#572) | 2 | -2/+556 | ||
* node:http polyfill * remove @ts-ignore * reuse emitter instance * requested changes * cleanup Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2022-07-13 | docs: Link esbuild and @evanw in README (#669) | 1 | -1/+1 | ||
2022-07-13 | fix(env_loader): Off by one error (#668) | 1 | -1/+1 | ||
2022-07-13 | Typesbun-v0.1.4 | 2 | -22/+27 | ||
2022-07-13 | switch from stream-browserify to readable-stream | 3 | -27/+1512 | ||
2022-07-13 | Add a console.log bench | 3 | -0/+12 | ||
2022-07-13 | Add newline to symbols (fixes warning) | 1 | -1/+1 | ||
2022-07-13 | fix benchmark not building with old rust version | 6 | -11/+11 | ||
2022-07-12 | [http] Fix assertion | 1 | -1/+1 | ||
2022-07-12 | [bun.js] GC more strings | 2 | -4/+8 | ||
2022-07-12 | [bun install] Handle case that should really never happen | 1 | -10/+12 | ||
2022-07-12 | [bun.js] Fix GC bug with `fetch` | 1 | -68/+29 | ||
2022-07-12 | feat(landing): create github action rebuilding the site on changes (#651) | 1 | -0/+44 | ||
2022-07-12 | feat(packages/bun-landing): Create share image for social media (#629) | 2 | -0/+3 | ||
* feat: create share image for social media * fix: group meta tags | |||||
2022-07-12 | fix(README): Exchange backticks for <code></code> (#641) | 1 | -1/+1 | ||
2022-07-12 | fix(README): Fix punctuation (#639) | 1 | -1/+1 | ||
2022-07-12 | .3 not .0 | 1 | -1/+1 | ||
2022-07-12 | [landing] Hashing benchmark | 1 | -29/+63 | ||
2022-07-12 | use permalinks for landing page | 1 | -6/+6 | ||
2022-07-12 | fix benchmark urls on landing page (#636) | 1 | -6/+6 | ||
2022-07-12 | docs: Fix "coercion" spelling (#628) | 1 | -8/+8 | ||
2022-07-12 | chore(landing): build changes (#626) | 1 | -2/+2 | ||
2022-07-12 | fix(examples/hono): Update package name (#620) | 1 | -1/+1 | ||
2022-07-12 | fix blank template (#523) | 1 | -2/+2 | ||
2022-07-12 | [napi] Implement `napi_get_property_names` | 3 | -1/+30 | ||
2022-07-12 | docs: Hono example with typescript (#577) | 4 | -0/+57 | ||
* hono example with typescript * changing of name in package json * adding dom to lib * removal of git ignore * removed DOM * Update examples/hono/src/index.ts Co-authored-by: Hyro <generalkubo@gmail.com> * changed port * added read me * Update index.ts * Update package.json * Update readme.md Co-authored-by: Hyro <generalkubo@gmail.com> Co-authored-by: Jesse Lucas <jlucas@corpcloud.com.au> Co-authored-by: Finn R. Gärtner <65015656+FinnRG@users.noreply.github.com> | |||||
2022-07-12 | Support specifying a JSON response type in bun.d.ts (#563) | 1 | -4/+4 | ||
Co-authored-by: Ryan Bargholz <ryan@asteria.com> | |||||
2022-07-12 | refactor(exports.zig): Fix WebSocketHTTPSClient var name (#598) | 1 | -3/+3 | ||
Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
2022-07-12 | fix(env_loader): Ignore spaces before equals sign (#602) | 1 | -0/+9 | ||
* fix(env_loader): Ignore spaces before equals sign * fix(env_loader): Change the type of key_end to usize | |||||
2022-07-12 | cleanup benchmarks folder (#587) | 80 | -1361/+18606 | ||
* cleanup benchmarks * run prettier | |||||
2022-07-12 | Update build-id | 1 | -1/+1 | ||
2022-07-12 | [jsc] Fix segfault with promises | 1 | -3/+1 | ||
2022-07-12 | [bun install] Fix NotSameFileSystem error (for real this time) | 1 | -3/+6 | ||
2022-07-12 | docs: Updated logLevel to include `debug` (#189) | 1 | -1/+1 | ||
2022-07-12 | docs: remove double v of version (#601) | 1 | -1/+1 | ||
2022-07-12 | docs(various): `.md` readability improvements (#597) | 3 | -3/+3 | ||
2022-07-12 | docs: builtin -> built-in (#585) | 1 | -3/+3 | ||
2022-07-12 | docs: Added note of AVX2 requirement and mentioned Intel SDE workaround in ↵ | 1 | -0/+3 | ||
README.md (#346) |